Merge "OpenShift: allow scheduling on all nodes"

This commit is contained in:
Zuul 2018-01-08 13:48:35 +00:00 committed by Gerrit Code Review
commit 7e148af75f
1 changed files with 1 additions and 0 deletions

View File

@ -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: