updated awsddns, cloud to keep apps, vault

This commit is contained in:
Bastian de Byl
2022-10-06 00:59:08 -04:00
parent cdbe27a3cf
commit 50470a25d7
3 changed files with 8 additions and 4 deletions

View File

@@ -9,9 +9,10 @@
mode: 0755
notify: restorecon podman
loop:
- "{{ cloud_path }}/mysql"
- "{{ cloud_path }}/data"
- "{{ cloud_path }}/apps"
- "{{ cloud_path }}/config"
- "{{ cloud_path }}/data"
- "{{ cloud_path }}/mysql"
tags: cloud
- name: unshare chown the nextcloud volumes
@@ -88,6 +89,7 @@
MYSQL_HOST: cloud-db
MYSQL_USER: cloud
volumes:
- "{{ cloud_path }}/apps:/var/www/html/custom_apps"
- "{{ cloud_path }}/data:/var/www/html/data"
- "{{ cloud_path }}/config:/var/www/html/config"
ports: