ansibleteleportsetup/inventory
2023-09-12 08:19:39 +10:00

8 lines
273 B
Text

hostnode:
hosts:
10.10.0.209:
vars: ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no'
clients:
hosts:
10.10.0.209:
vars: ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no'