mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add monit and a few utility scripts
This commit is contained in:
parent
b09ac86a62
commit
830f6a5609
12 changed files with 537 additions and 14 deletions
21
roles/scripts/tasks/main.yml
Normal file
21
roles/scripts/tasks/main.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
- name: Create fullBackup.sh
|
||||
template:
|
||||
src: fullBackup.sh
|
||||
dest: /root/fullBackup.sh
|
||||
mode: 0700
|
||||
- name: Create dockerComposeAll.sh
|
||||
template:
|
||||
src: dockerComposeAll.sh
|
||||
dest: /root/dockerComposeAll.sh
|
||||
mode: 0700
|
||||
- name: Create syncData.sh
|
||||
template:
|
||||
src: syncData.sh
|
||||
dest: /root/syncData.sh
|
||||
mode: 0700
|
||||
- name: Create updateAll.sh
|
||||
template:
|
||||
src: updateAll.sh
|
||||
dest: /root/updateAll.sh
|
||||
mode: 0700
|
||||
Loading…
Add table
Add a link
Reference in a new issue