aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/compass_conf/package_installer/ansible-kubernetes.conf
blob: 044af9a90d109866c6a6de6d4529f224f5d5d74e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
NAME = 'ansible_installer'
INSTANCE_NAME = 'ansible_installer_kubernetes'
SETTINGS = {
    'ansible_dir': '/var/ansible',
    'ansible_run_dir': '/var/ansible/run',
    'ansible_config': 'ansible.cfg',
    'playbook_file': 'site.yml',
    'inventory_file': 'inventory.py',
    'inventory_json_file': 'inventory.json',
    'inventory_group': ['kube_master', 'etcd', 'kube_node', 'ha', 'ceph_adm', 'ceph_mon', 'ceph_osd', 'storage_master', 'storage_node'],
    'group_variable': 'all',
    'etc_hosts_path': 'roles/pre-k8s/templates/hosts',
    'runner_dirs': ['roles','kubernetes/roles']
}