summaryrefslogtreecommitdiffstats
path: root/roles/ands_openshift/defaults/main.yml
blob: 857c38974e9dc2f0705b701a1c2045aaa3461cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
openshift_all_subroles: "{{ [ 'hostnames', 'users', 'ssh', 'storage', 'heketi' ] }}"
openshift_subroles: "{{ ( subrole is defined ) | ternary( [ subrole ], openshift_all_subroles ) }}"

openshift_namespace: "default"
ands_disable_dynamic_provisioning: false

ssh_template_path: "{{ ands_paths.provision }}/ssh/"
storage_template_path: "{{ ands_paths.provision }}/gfs/"
heketi_template_path: "{{ ands_paths.provision }}/heketi/"

openshift_storage_nodes: "{{ groups.storage_nodes | map('extract', hostvars, 'ands_storage_hostname') | list }}"