Fix mxn in all host

This commit is contained in:
李佳
2019-09-29 18:50:19 +08:00
parent d24cced29e
commit 0bbf9a0bd4
4 changed files with 21 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
- hosts: all - hosts: Functional_Host
roles: roles:
- framework - framework
- kernel-ml - kernel-ml

View File

@@ -65,3 +65,12 @@ blade-03
[certstore] [certstore]
10.4.35.1 ansible_user=tsg 10.4.35.1 ansible_user=tsg
[Functional_Host:children]
blade-00
blade-01
blade-02
blade-03

View File

@@ -5,4 +5,8 @@ ansible_user=root
192.168.10.41 192.168.10.41
[blade-01] [blade-01]
192.168.10.42 192.168.10.42
[Functional_Host:children]
blade-00
blade-01

View File

@@ -16,3 +16,9 @@ package_source=pulp
[blade-03] [blade-03]
192.168.40.24 192.168.40.24
[Functional_Host:children]
blade-00
blade-01
blade-02
blade-03