Merge "Target specific host groups instead of 'all'"

This commit is contained in:
Jenkins 2016-12-21 13:52:59 +00:00 committed by Gerrit Code Review
commit 64376f923d
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@
- name: Install unbound DNS resolver client configurations
hosts:
- "!unbound_all"
- all
- "{{ openstack_host_group|default('hosts') }}"
- "{{ container_group|default('all_containers') }}"
user: root
pre_tasks:
#gather a list of physical_hosts containing unbound containers