added npm role

This commit is contained in:
2023-03-27 14:54:13 +02:00
parent 80b9efb3ad
commit ceb19e4bae
3 changed files with 0 additions and 0 deletions

18
roles/npm/tasks/main.yml Normal file
View File

@@ -0,0 +1,18 @@
---
- 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