Move webapp_hosts variable into host_vars/
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1 +1,3 @@
|
|||||||
---
|
---
|
||||||
|
# The hosts where nginx proxies ports 3000 and 4000 to
|
||||||
|
#webapp_hosts: []
|
||||||
|
|||||||
Reference in New Issue
Block a user