2022-10-06 22:04:43 +02:00
|
|
|
---
|
|
|
|
- name: "Deploy services"
|
2022-12-01 22:39:47 +01:00
|
|
|
hosts: asgard
|
2022-10-06 22:04:43 +02:00
|
|
|
|
2022-11-08 21:09:35 +01:00
|
|
|
vars:
|
|
|
|
volumes:
|
|
|
|
rproxy:
|
|
|
|
- "etc-letsencrypt"
|
|
|
|
www: []
|
|
|
|
lrproxy:
|
|
|
|
- "etc-letsencrypt"
|
|
|
|
database:
|
|
|
|
- "wal"
|
|
|
|
- "data"
|
|
|
|
cloud:
|
|
|
|
- "nextcloud"
|
|
|
|
- "data"
|
2022-11-15 00:34:50 +01:00
|
|
|
git:
|
|
|
|
- "data"
|
2022-11-20 15:10:07 +01:00
|
|
|
notes:
|
|
|
|
- "data"
|
2022-11-08 21:09:35 +01:00
|
|
|
|
2022-10-06 22:04:43 +02:00
|
|
|
tasks:
|
2022-10-30 21:08:41 +01:00
|
|
|
- include_tasks: tasks/services/b-user/service-user.yml
|
2022-10-06 22:04:43 +02:00
|
|
|
with_items: "{{ host_services }}"
|
|
|
|
loop_control:
|
|
|
|
loop_var: service_name
|