Merge "Target specific host groups instead of 'all'"
This commit is contained in:
commit
64376f923d
@ -33,7 +33,8 @@
|
|||||||
- name: Install unbound DNS resolver client configurations
|
- name: Install unbound DNS resolver client configurations
|
||||||
hosts:
|
hosts:
|
||||||
- "!unbound_all"
|
- "!unbound_all"
|
||||||
- all
|
- "{{ openstack_host_group|default('hosts') }}"
|
||||||
|
- "{{ container_group|default('all_containers') }}"
|
||||||
user: root
|
user: root
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
#gather a list of physical_hosts containing unbound containers
|
#gather a list of physical_hosts containing unbound containers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user