Initial commit

This commit is contained in:
Waffles
2022-12-21 22:30:01 -08:00
commit 19ebda26b4
47 changed files with 1429 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
---
- name: Configure yttrx sidekiq environment
hosts: [sidekiq]
roles:
- role: sidekiq
vars:
sidekiq:
- name: ingress
q: [ '-q', 'ingress', '-q', 'push', ]
- name:
q: [ '-q', 'pull', '-q', 'default' ]
handlers:
- name: Re-up docker containers
command: docker-compose up -d --remove-orphans
args:
chdir: /home/mastodon/live
listen: "docker-compose up"