Fixing a minor issue with backup directory mounting on docker nodes and removing monitor from the process

This commit is contained in:
2025-12-12 22:41:44 -05:00
parent fb7c3ddbad
commit eec8b0ae6b
2 changed files with 5 additions and 1 deletions

View File

@@ -148,7 +148,6 @@ all:
publicworks: publicworks:
dmz: dmz:
games: games:
monitor:
pfsense_nodes: pfsense_nodes:
hosts: hosts:
openocean: openocean:

View File

@@ -133,6 +133,11 @@
vars: vars:
env_backups_to_keep: 10 env_backups_to_keep: 10
tasks: tasks:
- name: Run mount to ensure the /backup directory is present
ansible.builtin.shell:
cmd: "mount -a"
changed_when: false
- name: Run container mounts backup - name: Run container mounts backup
ansible.builtin.include_role: ansible.builtin.include_role:
name: docker_backup name: docker_backup