first commit homeserver role

This commit is contained in:
Jan Zernisch
2023-03-24 09:20:18 +01:00
parent 2a2180d70e
commit 2ae7d9045d
3 changed files with 60 additions and 0 deletions

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