add docker playbook with role to upgrade docker containers

This commit is contained in:
root
2024-07-12 13:46:58 +02:00
parent 8ad4d3cce1
commit 69205121be

7
docker.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: run updates for linux
become: true
become_method: sudo
hosts: all
roles:
- role: docker