first commit

This commit is contained in:
2023-08-22 15:48:17 +02:00
commit be982083f4
7 changed files with 44 additions and 0 deletions

View 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

View File

View File

@ -0,0 +1,2 @@
---
ansible_host: 136.244.87.93

2
inventory/inventory.yml Normal file
View File

@ -0,0 +1,2 @@
web.server.com
mail.server.com