Use a directory as ansible inventory
This commit is contained in:
parent
d4d2b25729
commit
44c903add7
3 changed files with 5 additions and 0 deletions
2
hosts/emma
Normal file
2
hosts/emma
Normal file
|
@ -0,0 +1,2 @@
|
|||
[emma]
|
||||
emma.ccchb.de
|
2
hosts/freebsd
Normal file
2
hosts/freebsd
Normal file
|
@ -0,0 +1,2 @@
|
|||
[freebsd:children]
|
||||
emma
|
1
hosts/localhost
Normal file
1
hosts/localhost
Normal file
|
@ -0,0 +1 @@
|
|||
localhost ansible_connection=local
|
Loading…
Reference in a new issue