This commit is contained in:
James Turland
2024-07-26 12:00:20 +01:00
parent 8d85943c50
commit 80d9a3c52b
9 changed files with 159 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# Make sure Ansible host has access to these devices
# Good idea to snapshot all machines and deploy uing cloud-template
[ansible]
127.0.0.1 ansible_connection=local
[servers]
server1 ansible_host=192.168.3.61
server2 ansible_host=192.168.3.62
server3 ansible_host=192.168.3.63
[agents]
agent1 ansible_host=192.168.3.64
agent2 ansible_host=192.168.3.65