Files
homeserver.zernis.ch/roles/npm/tasks/main.yml
2023-03-27 14:54:13 +02:00

19 lines
405 B
YAML

---
- name: Create docker dir if it does not exist
become: false
ansible.builtin.file:
path: /home/{{ user['name'] }}/docker/
state: directory
mode: '0755'
- name: Deploy docker apps
ansible.builtin.include_tasks: "tasks/npm.yml"
# loop:
# - audiobookshelf
# - authelia
# - bookstack
# - gitea
# - nextcloud
# - npm
# - vaultwarden