feat: add rclone volume docker plugin

This commit is contained in:
Alexander Navarro 2025-02-27 18:55:39 -03:00
parent c297d9e618
commit a71519ca64
6 changed files with 66 additions and 3 deletions

View file

@ -3,7 +3,7 @@
---
- name: Setup Docker
hosts: docker
user: root
become: true
roles:
- docker
vars:
@ -13,7 +13,7 @@
- name: Setup docker swarm manager
hosts: docker_managers
user: root
become: true
tasks:
- name: Setup swarm manager
include_role:
@ -22,7 +22,7 @@
- name: Setup docker swarm workers
hosts: docker_workers
user: root
become: true
tasks:
- name: "Setup swarm workers"
include_role: