ansible/playbooks/apps/nextcloud-aio.yaml
Gabriel Augendre 63b4190201
Some checks are pending
/ run ansible (push) Waiting to run
add nextcloud-aio wip
2024-10-12 15:45:47 +02:00

11 lines
191 B
YAML

---
- name: Nextcloud2
hosts: servers
gather_facts: false
tasks:
- name: Docker
ansible.builtin.include_role:
name: docker
vars:
docker_app_name: nextcloud-aio