Update playbooks

This commit is contained in:
Keannu Bernasol 2024-10-29 02:05:56 +08:00
parent e64ea06972
commit 55431ef2f4
2 changed files with 6 additions and 5 deletions

View file

@ -1,11 +1,10 @@
[debian] [debian]
# Hyper-V Test Nodes # Hyper-V Test Nodes
172.22.88.4 ansible_ssh_common_args="-o StrictHostKeyChecking=no" 172.22.90.75 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
172.22.85.231 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

View file

@ -56,6 +56,8 @@
shell: curl https://get.acme.sh | sh -s email="{{ ACME_EMAIL }}" shell: curl https://get.acme.sh | sh -s email="{{ ACME_EMAIL }}"
- name: Enable Syncthing Service - name: Enable Syncthing Service
command: systemctl enable syncthing@root.service command: systemctl enable syncthing@root.service
- name: Start Syncthing Service
command: systemctl start syncthing@root.service
- name: Allow Syncthing Remote Management - name: Allow Syncthing Remote Management
replace: replace:
path: /root/.config/syncthing/config.xml path: /root/.config/syncthing/config.xml