Refactor the playbook to support multiple roles per host nicely
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker-compose $(ls /home/mastodon/live/docker-compose.*yml -1 | sort -r | awk '{printf "-f %s ", $1}') up -d --remove-orphans
|
||||
Reference in New Issue
Block a user