This commit is contained in:
James Turland
2024-05-08 12:30:25 +01:00
parent a7b12f0b32
commit 13bf31486f
20 changed files with 559 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Make sure Ansible host has access to these devices
# Good idea to snapshot all machines and deploy uing cloud-init
[servers]
server1 ansible_host=192.168.3.21
server2 ansible_host=192.168.3.22
server3 ansible_host=192.168.3.23
[agents]
agent1 ansible_host=192.168.3.24
agent2 ansible_host=192.168.3.25