Grundstuktur erstellt.
This commit is contained in:
commit
db6f5ac31a
15 changed files with 67 additions and 0 deletions
3
inventory/demo/host_vars/server1.example.com.yml
Normal file
3
inventory/demo/host_vars/server1.example.com.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
ansible_host: 192.0.2.10
|
||||
#ansible_user: ansible
|
||||
3
inventory/demo/host_vars/server2.example.com.yml
Normal file
3
inventory/demo/host_vars/server2.example.com.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
ansible_host: 192.0.2.20
|
||||
#ansible_user: ansible
|
||||
3
inventory/demo/host_vars/server3.example.com.yml
Normal file
3
inventory/demo/host_vars/server3.example.com.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
ansible_host: 192.0.2.30
|
||||
#ansible_user: ansible
|
||||
Loading…
Add table
Add a link
Reference in a new issue