blob: 242193fb149b7b3f779b6980af1280ac133f3052 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
NAME = 'ansible_installer'
INSTANCE_NAME = 'ansible_installer_newton'
SETTINGS = {
'ansible_dir': '/var/ansible',
'ansible_run_dir': '/var/ansible/run',
'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','openstack_newton/templates','openstack_newton/roles']
}
|