Update setup script

This commit is contained in:
Keannu Christian Bernasol 2025-09-09 01:37:22 +08:00
parent d24eb76fae
commit 36c73bc99c
2 changed files with 15 additions and 4 deletions

View file

@ -2,7 +2,8 @@
# Hyper-V Test Nodes
# 172.22.90.75 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
# Bare Metal Nodes
10.0.10.169 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.115 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
# 10.0.10.169 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.115 ansible_ssh_common_args="-o StrictHostKeyChecking=no"
10.0.10.142 ansible_ssh_common_args="-o StrictHostKeyChecking=no"

View file

@ -95,6 +95,16 @@
dest: /root/.samba/
mode: "0644"
force: false
- name: Ensure mount directory for backups_a exists
file:
path: /mnt/backups_a/
state: directory
mode: "0700"
- name: Ensure mount directory for backups_b exists
file:
path: /mnt/backups_b/
state: directory
mode: "0700"
handlers:
# Restart Syncthing on Config Change