This commit is contained in:
18
infrastructure/create-resources/ansible/inventory/hosts.cfg
Executable file
18
infrastructure/create-resources/ansible/inventory/hosts.cfg
Executable file
@@ -0,0 +1,18 @@
|
||||
[serverctl_master_hosts]
|
||||
|
||||
[serverctl_node_hosts]
|
||||
|
||||
[serverctl_mesh_nodes]
|
||||
65.21.50.146 ansible_host=65.21.50.146 wireguard_ip=192.168.0.1
|
||||
65.21.251.3 ansible_host=65.21.251.3 wireguard_ip=192.168.0.2
|
||||
65.21.255.102 ansible_host=65.21.255.102 wireguard_ip=192.168.0.3
|
||||
95.216.162.16 ansible_host=95.216.162.16 wireguard_ip=192.168.0.4
|
||||
|
||||
[serverctl_mesh_nodes:vars]
|
||||
pipelining=true
|
||||
ansible_ssh_user=root
|
||||
ansible_ssh_port=22
|
||||
|
||||
[serverctl_cluster:children]
|
||||
serverctl_master_hosts
|
||||
serverctl_node_hosts
|
Reference in New Issue
Block a user