Skip to content

Commit 0d43c19

Browse files
author
Bryan Kendall
committed
fix: use database role rather than consul role
1 parent 168c318 commit 0d43c19

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

ansible/consul.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
- group_vars/alpha-consul.yml
55
roles:
66
- { role: notify, tags: notify }
7-
- { role: consul }
7+
- { role: database }
88
- { role: container_start, tags: deploy }

ansible/group_vars/alpha-consul.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: consul
22

3+
# for database role
4+
db_path: /etc/consul.d
5+
36
container_image: progrium/consul
47
container_tag: latest
58

ansible/roles/consul/tasks/main.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)