
Directory doesn't exist in ansible playbook repo anymore. Change-Id: Iedef3a2b288139da8cf10372c263d426b784ba69
15 lines
417 B
Plaintext
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']
|
|
}
|
|
|