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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue