mirror of
https://github.com/lemeow125/ansible-playbooks.git
synced 2025-09-18 13:40:05 +08:00
Update setup script
This commit is contained in:
parent
d24eb76fae
commit
36c73bc99c
2 changed files with 15 additions and 4 deletions
|
@ -2,7 +2,8 @@
|
||||||
# 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.169 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.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.115 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"
|
||||||
|
|
|
@ -95,6 +95,16 @@
|
||||||
dest: /root/.samba/
|
dest: /root/.samba/
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
force: false
|
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:
|
handlers:
|
||||||
# Restart Syncthing on Config Change
|
# Restart Syncthing on Config Change
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue