Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Configure yttrx frontend environment
|
||||
hosts: [frontend]
|
||||
roles:
|
||||
- role: frontend
|
||||
vars:
|
||||
webapp_hosts:
|
||||
- tusky.masto.yttrx.com
|
||||
|
||||
handlers:
|
||||
- name: Re-up docker containers
|
||||
command: docker-compose up -d
|
||||
args:
|
||||
chdir: /home/mastodon/live
|
||||
listen: "docker-compose up"
|
||||
Reference in New Issue
Block a user