Merge "Separate host group var in hosts plays"
This commit is contained in:
commit
1b40ae2a2a
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user