self-hosting/playbook.yml

19 lines
423 B
YAML
Raw Normal View History

2022-03-11 22:30:11 +01:00
---
- hosts: lime2
vars_prompt: # today's gitea dump zipfile must be in the manager's /tmp
- name: push_latest_gitea_dump
prompt: Push latest gitea dump? [yes/no]
2022-05-26 19:22:50 +02:00
private: false
2022-03-11 22:30:11 +01:00
roles:
2022-03-13 10:55:09 +01:00
- role: common
2022-04-10 12:50:24 +02:00
tags: [mail, gitea, 2px, tunuifranken]
- role: mail
2022-04-10 12:50:24 +02:00
tags: mail
2022-04-06 21:27:35 +02:00
- role: gitea
2022-04-10 12:50:24 +02:00
tags: gitea
2022-03-13 10:31:21 +01:00
- role: 2px
2022-04-10 12:50:24 +02:00
tags: 2px
2022-03-13 10:31:21 +01:00
- role: tunuifranken
2022-04-10 12:50:24 +02:00
tags: tunuifranken