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

@@ -5,12 +5,13 @@
diff: false
containers.podman.podman_container:
name: awsddns
image: docker.io/bdebyl/awsddns:1.0.10
image: docker.io/bdebyl/awsddns:1.0.34
recreate: false
restart: true
restart_policy: on-failure
log_driver: journald
env:
AWS_ZONE_TTL: 60
AWS_ZONE_ID: "{{ aws_zone_id }}"
AWS_ZONE_HOSTNAME: "{{ aws_zone_hostname }}"
AWS_ACCESS_KEY_ID: "{{ aws_access_key_id }}"
@@ -30,12 +31,13 @@
diff: false
containers.podman.podman_container:
name: awsddns-skudak
image: docker.io/bdebyl/awsddns:1.0.10
image: docker.io/bdebyl/awsddns:1.0.34
recreate: false
restart: true
restart_policy: on-failure
log_driver: journald
env:
AWS_ZONE_TTL: 60
AWS_ZONE_ID: "{{ aws_skudak_zone_id }}"
AWS_ZONE_HOSTNAME: "{{ aws_skudak_zone_hostname }}"
AWS_ACCESS_KEY_ID: "{{ aws_skudak_access_key_id }}"

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:

Binary file not shown.