compass-core/conf/package_installer/ansible-juno.conf
Xicheng Chang 00a9989fe1 Remove "global_files" from ansible config.
Directory doesn't exist in ansible playbook repo anymore.

Change-Id: Iedef3a2b288139da8cf10372c263d426b784ba69
2015-04-09 22:21:44 -07:00

15 lines
417 B
Plaintext

NAME = 'ansible_installer'
INSTANCE_NAME = 'ansible_installer'
SETTINGS = {
'ansible_dir': '/var/ansible',
'ansible_run_dir': '/var/ansible/run',
'ansible_log_file': 'ansible.log',
'ansible_config': 'ansible.cfg',
'playbook_file': 'site.yml',
'inventory_file': 'inventory.yml',
'group_variable': 'all',
'etc_hosts_path': 'roles/common/templates/hosts',
'runner_dirs': ['roles']
}