add inventory file
This commit is contained in:
parent
ec1c6bea8e
commit
9f50095806
1 changed files with 13 additions and 0 deletions
13
ansible/inventory
Normal file
13
ansible/inventory
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[all:vars]
|
||||||
|
ansible_user=root
|
||||||
|
become=false
|
||||||
|
|
||||||
|
stratholme ansible_host=stratholme.zom.bi
|
||||||
|
ravenholm ansible_host=ravenholm.zom.bi
|
||||||
|
nl ansible_host=nl.zom.bi
|
||||||
|
|
||||||
|
localhost ansible_connection=local
|
||||||
|
|
||||||
|
[hetzner]
|
||||||
|
stratholme
|
||||||
|
ravenholm
|
Loading…
Reference in a new issue