Compare commits

..

No commits in common. "6382a81f477c12fe28169bdf90d85e36ca085668" and "9b790683805203fd9ce643af3811a020961a0265" have entirely different histories.

View File

@ -12,16 +12,24 @@
- name: ensure docker network
docker_network: name=web
tags: [ docker ]
- name: include tasks for applications
include_tasks: tasks/{{ item }}
- name: include tasks for apps
include_tasks: tasks/app/{{ task }}
with_items:
- app/gulagbot.yml
- app/redis.yml
- web/9iron.yml
- web/desultd.yml
- web/gitea.yml
- web/nextcloud.yml
- web/srv.yml
- gulagbot.yml
- redis.yml
loop_control:
loop_var: task
tags: [ always ]
- name: include tasks for web services
include_tasks: tasks/web/{{ task }}
with_items:
- 9iron.yml
- desultd.yml
- gitea.yml
- nextcloud.yml
- srv.yml
loop_control:
loop_var: task
tags: [ always ]
roles:
- role: backup
@ -29,6 +37,8 @@
backup_s3backup_list_extra:
- /app/gitea/gitea
- /data
- /var/www/nc.desu.ltd
- /var/www/srv.9iron.club
- /srv/desu.ltd
backup_s3backup_exclude_list_extra:
- /var/lib/gitea/log
@ -79,12 +89,21 @@
- name: ensure docker network
docker_network: name=web
tags: [ docker ]
- name: include tasks for applications
include_tasks: tasks/{{ item }}
- name: include tasks for apps
include_tasks: tasks/app/{{ task }}
with_items:
- app/redis.yml
- web/peertube.yml
- web/pleroma.yml
- redis.yml
loop_control:
loop_var: task
tags: [ always ]
- name: include tasks for web services
include_tasks: tasks/web/{{ task }}
with_items:
- peertube.yml
- pleroma.yml
- ingress-generic.yml
loop_control:
loop_var: task
tags: [ always ]
roles:
- role: backup
@ -110,13 +129,21 @@
- name: ensure docker network
docker_network: name=web
tags: [ docker ]
- name: include tasks for applications
include_tasks: tasks/{{ item }}
- name: include tasks for apps
include_tasks: tasks/app/{{ task }}
with_items:
- app/redis.yml
- web/movienight.yml
- web/netbox.yml
- web/nagios.yml
- redis.yml
loop_control:
loop_var: task
tags: [ always ]
- name: include tasks for web services
include_tasks: tasks/web/{{ task }}
with_items:
- movienight.yml
- netbox.yml
- nagios.yml
loop_control:
loop_var: task
tags: [ always ]
roles:
- role: backup