Split incus role from playbook
This commit is contained in:
parent
0f8822e632
commit
eaaa35de25
11 changed files with 531 additions and 318 deletions
11
ansible/roles/arr/tasks/main.yaml
Normal file
11
ansible/roles/arr/tasks/main.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
- name: Deploy wallabag to swarm
|
||||
community.general.docker_stack:
|
||||
name: arr
|
||||
state: present
|
||||
prune: true
|
||||
compose:
|
||||
- "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
|
||||
become: true
|
||||
tags:
|
||||
- docker-swarm
|
||||
Loading…
Add table
Add a link
Reference in a new issue