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

View File

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