Refactor the playbook to support multiple roles per host nicely
This commit is contained in:
@@ -1,4 +1 @@
|
||||
---
|
||||
dependencies:
|
||||
- role: geerlingguy.nginx
|
||||
- role: mastodon
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user