mirror of
https://github.com/Expand-sys/ansibleteleportsetup
synced 2025-12-17 14:32:19 +11:00
8 lines
337 B
Text
8 lines
337 B
Text
hostnode:
|
|
hosts:
|
|
t2.localhost:
|
|
vars: ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no' ANSIBLE_HOST_KEY_CHECKING=False
|
|
clients:
|
|
hosts:
|
|
t2.localhost:
|
|
vars: ansible_ssh_user=root ansible_ssh_common_args='-o StrictHostKeyChecking=no' ANSIBLE_HOST_KEY_CHECKING=False
|