mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2025-01-19 02:43:02 +08:00
13 lines
No EOL
418 B
INI
13 lines
No EOL
418 B
INI
[debian]
|
|
# Hyper-V Test Nodes
|
|
172.22.88.4 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
|
172.22.85.231 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
|
# Bare Metal Nodes
|
|
10.0.10.4 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
|
10.0.10.141 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
|
10.0.10.64 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
|
|
|
[openwrt]
|
|
10.0.10.1
|
|
10.0.10.2
|
|
10.0.10.3 |