mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 13:46:59 +01:00
Helper to transfer data to CephFs and setup wikis
This commit is contained in:
parent
80321d5ec9
commit
d77f2ef548
10 changed files with 163 additions and 39 deletions
|
|
@ -1,16 +1,17 @@
|
|||
---
|
||||
- name: Create dockerComposeAll.sh
|
||||
- name: Create scripts
|
||||
template:
|
||||
src: dockerComposeAll.sh
|
||||
dest: /root/dockerComposeAll.sh
|
||||
src: "{{ item }}"
|
||||
dest: /root/{{ item }}
|
||||
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
|
||||
loop:
|
||||
- dockerComposeAll.sh
|
||||
- syncData.sh
|
||||
- updateAll.sh
|
||||
|
||||
- name: Create syncDataToK8s.sh
|
||||
copy:
|
||||
src: syncDataToK8s.sh
|
||||
dest: /root/syncDataToK8s.sh
|
||||
mode: 0700
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue