Refactor the playbook to support multiple roles per host nicely

This commit is contained in:
Waffles
2023-01-09 02:39:02 -08:00
parent 4f73bfcf2c
commit 4d0b70bbe1
20 changed files with 186 additions and 45 deletions
-3
View File
@@ -1,4 +1 @@
---
dependencies:
- role: geerlingguy.nginx
- role: mastodon
+3
View File
@@ -4,3 +4,6 @@
src: docker-compose.override.yml.j2
dest: /home/mastodon/live/docker-compose.webapp.yml
notify: "docker-compose up"
tags:
- configure
- webapp