Added new host 'cloud'
This commit is contained in:
parent
c7c56b8cbd
commit
d30e4f067c
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ all:
|
|||
compute-1:
|
||||
ansible_host: 192.168.2.3
|
||||
ansible_user: root
|
||||
cloud:
|
||||
ansible_host: 192.168.2.7
|
||||
ansible_user: root
|
||||
|
||||
children:
|
||||
fedora:
|
||||
|
|
@ -29,6 +32,7 @@ all:
|
|||
debian:
|
||||
hosts:
|
||||
mailcow:
|
||||
cloud:
|
||||
docker:
|
||||
hosts:
|
||||
compute-0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue