Move webapp_hosts variable into host_vars/

This commit is contained in:
Waffles
2022-12-28 00:23:39 -08:00
parent a38c70d139
commit f4d39eb120
2 changed files with 2 additions and 3 deletions
-3
View File
@@ -3,9 +3,6 @@
hosts: [frontend] hosts: [frontend]
roles: roles:
- role: frontend - role: frontend
vars:
webapp_hosts:
- tusky.masto.yttrx.com
handlers: handlers:
- name: Re-up docker containers - name: Re-up docker containers
+2
View File
@@ -1 +1,3 @@
--- ---
# The hosts where nginx proxies ports 3000 and 4000 to
#webapp_hosts: []