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:
dmz:
games:
monitor:
pfsense_nodes:
hosts:
openocean:

View File

@@ -133,6 +133,11 @@
vars:
env_backups_to_keep: 10
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
ansible.builtin.include_role:
name: docker_backup