add docker playbook with role to upgrade docker containers

This commit is contained in:
root
2024-07-12 13:44:43 +02:00
parent 30fdad3be5
commit 8ad4d3cce1
10 changed files with 142 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
# tasks file for docker compose update
- name: pull images
community.docker.docker_compose_v2:
project_src: /root/compose/zonder_vpn/
state: present
remove_orphans: true
pull: "always"