init
This commit is contained in:
commit
d265705364
8 changed files with 180 additions and 0 deletions
10
inventory/hosts.yml
Normal file
10
inventory/hosts.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
all:
|
||||
children:
|
||||
hypervisors:
|
||||
hosts:
|
||||
atlas:
|
||||
ansible_host: atlas.hyp
|
||||
jefke:
|
||||
ansible_host: jefke.hyp
|
||||
lewis:
|
||||
ansible_host: lewis.hyp
|
Reference in a new issue