mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding setup_ to Makefile
This commit is contained in:
parent
b38daf7bd6
commit
6cf0320205
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -94,13 +94,13 @@ deploy_work:
|
|||
- ansible-playbook ansible/deploy_work.yml
|
||||
|
||||
# Provision
|
||||
app:
|
||||
setup_app:
|
||||
- ansible-playbook ansible/provision.yml -l app --tags web
|
||||
node:
|
||||
setup_node:
|
||||
- ansible-playbook ansible/provision.yml -l node --tags node
|
||||
www:
|
||||
setup_www:
|
||||
- ansible-playbook ansible/provision.yml -l haproxy --tags haproxy
|
||||
celery:
|
||||
setup_celery:
|
||||
- ansible-playbook ansible/provision.yml -l task --tags celery
|
||||
firewall:
|
||||
- ansible-playbook ansible/provision.yml --tags firewall -l db
|
||||
|
|
Loading…
Add table
Reference in a new issue