rename infra-role-bootstrap-linux, upgrade consul
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d62aa48d60
commit
53e6686b17
|
@ -23,9 +23,9 @@
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- infra-role-bootstrap/raw
|
- infra-role-bootstrap-linux/raw
|
||||||
|
|
||||||
- name: Bootstrap admin users and Consul
|
- name: Bootstrap admin users and Consul
|
||||||
hosts: all
|
hosts: all
|
||||||
roles:
|
roles:
|
||||||
- infra-role-bootstrap
|
- infra-role-bootstrap-linux
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: nginx
|
- name: nginx
|
||||||
src: git@github.com:status-im/ansible-role-nginx.git
|
src: git@github.com:status-im/infra-role-nginx.git
|
||||||
version: 3043c998cbc92a634a71dc48363b3e2525696d26
|
version: 3043c998cbc92a634a71dc48363b3e2525696d26
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
|
@ -14,9 +14,9 @@
|
||||||
version: 54125c7d291289aaea51ca313fc694d057d803fa
|
version: 54125c7d291289aaea51ca313fc694d057d803fa
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-bootstrap
|
- name: infra-role-bootstrap-linux
|
||||||
src: git@github.com:status-im/infra-role-bootstrap.git
|
src: git@github.com:status-im/infra-role-bootstrap-linux.git
|
||||||
version: a72d839866700f543c3634a6a82bf0ac0fc44c0c
|
version: 73d16a19970db4d1e27aa284bc3e4786b8a3c659
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: consul-service
|
- name: consul-service
|
||||||
|
|
Loading…
Reference in New Issue