
JIRA: COMPASS-491 Change-Id: Id82eb73ff6bab2a60a8940a36301840d8ad18adb Signed-off-by: liyuenan <liyuenan@huawei.com>
14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
NAME = 'ansible_installer'
|
|
INSTANCE_NAME = 'ansible_installer_newton_xenial'
|
|
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_xenial/templates','openstack_newton_xenial/roles']
|
|
}
|
|
|