mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
fix provision.yaml
This commit is contained in:
parent
7416f512d6
commit
3e50b38ba1
1 changed files with 7 additions and 3 deletions
|
@ -1,15 +1,19 @@
|
|||
---
|
||||
- import_playbook: setup_app.yml
|
||||
when: "'app' in inventory_hostname"
|
||||
- import_playbook: setup_www.yml
|
||||
when: "'www' in inventory_hostname"
|
||||
- import_playbook: setup_elasticsearch.yml
|
||||
when: "'search' in group_names"
|
||||
when: "'search' in inventory_hostname"
|
||||
- import_playbook: setup_mongo.yml
|
||||
when: "'mongo' in inventory_hostname"
|
||||
- import_playbook: setup_node.yml
|
||||
when: "'node' in group_names"
|
||||
when: "'node' in inventory_hostname"
|
||||
- import_playbook: setup_postgres.yml
|
||||
when: "'postgres' in inventory_hostname"
|
||||
- import_playbook: setup_redis.yml
|
||||
when: "'redis' in inventory_hostname"
|
||||
- import_playbook: setup_consul_manager.yml
|
||||
when: "'consul-manager' in inventory_hostname"
|
||||
when: "'consul-manager' in inventory_hostname"
|
||||
- import_playbook: setup_task.yml
|
||||
when: "'task' in inventory_hostname"
|
Loading…
Add table
Reference in a new issue