mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2024-11-17 04:09:26 +08:00
update hosts
This commit is contained in:
parent
906a435163
commit
cb745467f9
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
[debian]
|
[debian]
|
||||||
# Hyper-V Test Nodes
|
# Hyper-V Test Nodes
|
||||||
172.22.90.75 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
# 172.22.90.75 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
||||||
# Bare Metal Nodes
|
# Bare Metal Nodes
|
||||||
# 10.0.10.4 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
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.141 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
||||||
# 10.0.10.64 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
10.0.10.64 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
|
||||||
|
|
||||||
[openwrt]
|
[openwrt]
|
||||||
10.0.10.1
|
10.0.10.1
|
||||||
|
# Not enough storage space for these devices to support Ansible
|
||||||
# 10.0.10.2
|
# 10.0.10.2
|
||||||
# 10.0.10.3
|
# 10.0.10.3
|
Loading…
Reference in a new issue