Fixing up all of the things to make frontend work
This commit is contained in:
@@ -2,19 +2,20 @@
|
|||||||
grafana.yttrx.com ansible_user=root
|
grafana.yttrx.com ansible_user=root
|
||||||
tusky.masto.yttrx.com ansible_user=root
|
tusky.masto.yttrx.com ansible_user=root
|
||||||
mail.yttrx.com ansible_user=root
|
mail.yttrx.com ansible_user=root
|
||||||
wooly.masto.yttrx.com ansible_user=root
|
wooly.masto.yttrx.com
|
||||||
|
|
||||||
[mastodon]
|
[mastodon]
|
||||||
#tusky.masto.yttrx.com ansible_user=root
|
#tusky.masto.yttrx.com ansible_user=root
|
||||||
|
wooly.masto.ytrrx.com
|
||||||
|
|
||||||
[sidekiq]
|
[sidekiq]
|
||||||
wooly.masto.yttrx.com ansible_user=root
|
wooly.masto.yttrx.com
|
||||||
|
|
||||||
[frontend]
|
[frontend]
|
||||||
#wooly.masto.yttrx.com ansible_user=root
|
wooly.masto.yttrx.com
|
||||||
|
|
||||||
[webapp]
|
[webapp]
|
||||||
#wooly.masto.yttrx.com ansible_user=root
|
#wooly.masto.yttrx.com
|
||||||
|
|
||||||
[yttrx:vars]
|
[yttrx:vars]
|
||||||
ansible_python_interpreter=/usr/bin/python3
|
ansible_python_interpreter=/usr/bin/python3
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
webapp_hosts: []
|
||||||
@@ -1,3 +1 @@
|
|||||||
---
|
---
|
||||||
# The hosts where nginx proxies ports 3000 and 4000 to
|
|
||||||
#webapp_hosts: []
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
dest: /home/mastodon/live/docker-compose.yml
|
dest: /home/mastodon/live/docker-compose.yml
|
||||||
notify: "docker-compose up"
|
notify: "docker-compose up"
|
||||||
|
|
||||||
- import_tasks: redis.yaml
|
- import_tasks: redis.yml
|
||||||
when: ansible_hostname == REDIS_HOST
|
when: ansible_hostname == REDIS_HOST
|
||||||
|
|
||||||
- import_tasks: maintenance.yml
|
- import_tasks: maintenance.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user