Added all files

This commit is contained in:
2025-05-30 09:53:45 +02:00
commit e1e343667a
885 changed files with 22353 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
[loadbalancer]
lb01 ansible_connection=local
[webserver]
app01 ansible_connection=local
app02 ansible_connection=local
[database]
db01 ansible_connection=local
[control]
control ansible_connection=local

View File

@@ -0,0 +1,5 @@
---
- hosts: all
tasks:
- name: get server hostname
command: hostname

View File

@@ -0,0 +1,12 @@
[loadbalancer]
lb01
[webserver]
app01
app02
[database]
db01
[control]
control ansible_connection=local