Merge "Separate host group var in hosts plays"

This commit is contained in:
Jenkins 2016-01-30 18:01:10 +00:00 committed by Gerrit Code Review
commit 1b40ae2a2a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
- name: Basic lxc host setup
hosts: "{{ host_group|default('hosts') }}"
hosts: "{{ lxc_host_group|default('hosts') }}"
max_fail_percentage: 20
user: root
roles:

View File

@ -14,7 +14,7 @@
# limitations under the License.
- name: Basic host setup
hosts: "{{ host_group|default('hosts') }}"
hosts: "{{ openstack_host_group|default('hosts') }}"
max_fail_percentage: 20
user: root
roles: