mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-16 14:17:31 +01:00
first commit homeserver role
This commit is contained in:
18
roles/homeserver/tasks/main.yml
Normal file
18
roles/homeserver/tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user