mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
www -> haproxy group
This commit is contained in:
parent
2065214dc2
commit
8c56c6f98e
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -144,7 +144,7 @@ deploy_task:
|
||||||
- ansible-playbook ansible/deploy.yml -l task
|
- ansible-playbook ansible/deploy.yml -l task
|
||||||
task: deploy_task
|
task: deploy_task
|
||||||
deploy_www:
|
deploy_www:
|
||||||
- ansible-playbook ansible/deploy.yml -l www
|
- ansible-playbook ansible/deploy.yml -l haproxy
|
||||||
www: deploy_www
|
www: deploy_www
|
||||||
deploy_work:
|
deploy_work:
|
||||||
- ansible-playbook ansible/deploy.yml -l work
|
- ansible-playbook ansible/deploy.yml -l work
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: DEPLOY -> www
|
- name: DEPLOY -> www
|
||||||
hosts: www,staging
|
hosts: haproxy,staging
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars_files:
|
vars_files:
|
||||||
- ../env_vars/base.yml
|
- ../env_vars/base.yml
|
||||||
|
|
Loading…
Add table
Reference in a new issue