mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2025-04-27 02:01:19 +08:00
Update playbooks
This commit is contained in:
parent
46250f9a99
commit
2150c17f24
14 changed files with 315 additions and 9 deletions
|
@ -1 +1,2 @@
|
|||
# Debian-specific variables go here
|
||||
ACME_EMAIL: noehbernasol0@gmail.com
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
[debian]
|
||||
10.0.10.4
|
||||
10.0.10.64
|
||||
10.0.10.141
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue