Skip to content

Commit

Permalink
postgres credentials
Browse files Browse the repository at this point in the history
Signed-off-by: dumitru <[email protected]>
  • Loading branch information
x3medima17 committed Nov 20, 2017
1 parent 5ec7798 commit c310584
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 6 additions & 2 deletions deploy/ansible/hosts
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[centos7]
35.187.116.62

[ubuntu16]
35.195.150.11
35.195.78.162
35.195.60.152
35.195.251.237
35.195.52.118
35.195.159.165

[all:vars]
ansible_ssh_user=iroha
host_key_checking=False
2 changes: 2 additions & 0 deletions deploy/ansible/provisioning.retry
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
35.187.116.62
35.195.150.11
4 changes: 2 additions & 2 deletions deploy/ansible/provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
state: started
restart: yes
env:
IROHA_POSTGRES_USER: '{{ user }}'
IROHA_POSTGRES_PASSWORD: '{{ postgres_passwd }}'
POSTGRES_USER: '{{ user }}'
POSTGRES_PASSWORD: '{{ postgres_passwd }}'
networks:
- name: iroha_network
volumes:
Expand Down

0 comments on commit c310584

Please sign in to comment.