Merge "OpenShift: allow scheduling on all nodes"
This commit is contained in:
@@ -80,6 +80,7 @@ outputs:
|
||||
ansible_user: {{ hostvars.raw_get(host)['ansible_user'] | default(hostvars.raw_get(host)['ansible_ssh_user']) | default('root') }}
|
||||
ansible_host: {{ hostvars.raw_get(host)['ansible_host'] | default(host) }}
|
||||
ansible_become: true
|
||||
openshift_schedulable: true
|
||||
{% endfor %}
|
||||
|
||||
etcd:
|
||||
|
Reference in New Issue
Block a user