mirror of
https://github.com/Expand-sys/ansibleteleportsetup
synced 2026-03-22 10:07:08 +11:00
8 lines
351 B
Text
8 lines
351 B
Text
hostnode:
|
|
hosts:
|
|
t2.dubois.localhost:
|
|
vars: ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no' ANSIBLE_HOST_KEY_CHECKING=False
|
|
clients:
|
|
hosts:
|
|
t2.dubois.localhost:
|
|
vars: ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no' ANSIBLE_HOST_KEY_CHECKING=False
|