first commit
This commit is contained in:
5
inventory/group_vars/all/vars.yml
Normal file
5
inventory/group_vars/all/vars.yml
Normal file
@ -0,0 +1,5 @@
|
||||
# This will load variables for ansible group all
|
||||
# which is by ansible default all the hosts in inventory file
|
||||
# This something like global variables which are accessible by all host
|
||||
---
|
||||
ansible_user: root
|
0
inventory/host_vars/mail.server.com
Normal file
0
inventory/host_vars/mail.server.com
Normal file
2
inventory/host_vars/web.server.com.yml
Normal file
2
inventory/host_vars/web.server.com.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
ansible_host: 136.244.87.93
|
2
inventory/inventory.yml
Normal file
2
inventory/inventory.yml
Normal file
@ -0,0 +1,2 @@
|
||||
web.server.com
|
||||
mail.server.com
|
Reference in New Issue
Block a user