Skip to content

Commit

Permalink
Add more tasks and tags for more accurate deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
ptzianos committed Nov 17, 2019
1 parent 914e0f5 commit e21f40f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ansible/complete-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,34 @@
hosts: common_hosts
roles:
- common
tags:
- common

- name: PostgreSQL installation and configuration
hosts: hermes_db_hosts
roles:
- postgres
tags:
- db

- name: HAProxy installation and configuration
hosts: haproxy_hosts
roles:
- haproxy
tags:
- haproxy

- name: Hermes API server installation
hosts: hermes_api_hosts
roles:
- hermes-node
tags:
- api

- name: RabbitMQ instance setup
hosts: rabbitmq_hosts
roles:
- rabbitmq-node
tags:
- rabbitmq

0 comments on commit e21f40f

Please sign in to comment.