mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36: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
|
|
@ -14,12 +14,10 @@
|
|||
|
||||
# Workaround until https://github.com/ansible/ansible/pull/59160 is released
|
||||
- name: Remove last line of the manifest file
|
||||
lineinfile:
|
||||
path: /tmp/rook-common.yml
|
||||
state: absent
|
||||
regexp: '^---$'
|
||||
command: sed -i '$ d' /tmp/rook-common.yml
|
||||
delegate_to: localhost
|
||||
changed_when: false
|
||||
warn: false
|
||||
|
||||
- name: Apply Rook manifests
|
||||
k8s:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue