Create new yttrx specific playbook

This commit is contained in:
waffles
2023-01-23 08:53:49 -08:00
parent 9d5f83c909
commit 75a9b9701f
5 changed files with 56 additions and 6 deletions
-6
View File
@@ -2,17 +2,11 @@
- name: Configure yttrx mastodon server
hosts: [mastodon]
vars:
first_install: False
install_sidekiq: False
install_webapp: False
install_frontend: False
roles:
- when: first_install | bool
role: yttrx
tags:
- firstinstall
- role: mastodon
- when: install_sidekiq| bool