mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-04 01:06:20 +00:00
Talos
This commit is contained in:
13
Ansible/Playbooks/Talos/inventory/hosts.ini
Normal file
13
Ansible/Playbooks/Talos/inventory/hosts.ini
Normal 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
|
Reference in New Issue
Block a user