diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-04-29 17:21:45 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-05-05 21:23:19 -0400 |
commit | 7669dc981239c8401ef4971856f00c329c09fe6c (patch) | |
tree | 830b81bb1665f9005808bb327c822afb99dd0c23 /playbooks/libvirt/openshift-cluster/update.yml | |
parent | ed869237f676a6a68df83cc6a379110ab6a91770 (diff) | |
download | openshift-7669dc981239c8401ef4971856f00c329c09fe6c.tar.gz openshift-7669dc981239c8401ef4971856f00c329c09fe6c.tar.bz2 openshift-7669dc981239c8401ef4971856f00c329c09fe6c.tar.xz openshift-7669dc981239c8401ef4971856f00c329c09fe6c.zip |
libvirt_fixes
- disable openshift_use_dnsmasq for libvirt
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/update.yml')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/update.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/update.yml b/playbooks/libvirt/openshift-cluster/update.yml index 9b7a2777a..94cda9bb2 100644 --- a/playbooks/libvirt/openshift-cluster/update.yml +++ b/playbooks/libvirt/openshift-cluster/update.yml @@ -1,4 +1,20 @@ --- +- hosts: localhost + gather_facts: no + tasks: + - include_vars: vars.yml + - include_vars: cluster_hosts.yml + - add_host: + name: "{{ item }}" + groups: l_oo_all_hosts + with_items: "{{ g_all_hosts }}" + +- hosts: l_oo_all_hosts + gather_facts: no + tasks: + - include_vars: vars.yml + - include_vars: cluster_hosts.yml + - name: Populate oo_hosts_to_update group hosts: localhost connection: local |