deploy one Nimbus Prater node on Windows host
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
809c4ce355
commit
8468615f7d
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
beacon_node_cont_tag: 'stable-windows'
|
||||||
|
beacon_node_service_user_pass: '123qweASD.' # TODO
|
|
@ -20,8 +20,17 @@
|
||||||
become: true
|
become: true
|
||||||
# To avoid clashing/duplicate validators.
|
# To avoid clashing/duplicate validators.
|
||||||
any_errors_fatal: true
|
any_errors_fatal: true
|
||||||
hosts: 'nimbus.prater'
|
hosts:
|
||||||
|
- nimbus-prater-stable
|
||||||
|
- nimbus-prater-testing
|
||||||
|
- nimbus-prater-unstable
|
||||||
roles:
|
roles:
|
||||||
- { role: distribute-validators, tags: [ distribute-validators ] }
|
- { role: distribute-validators, tags: [ distribute-validators ] }
|
||||||
- { role: get-geth-web3-urls, tags: [ get-geth-web3-urls ] }
|
- { role: get-geth-web3-urls, tags: [ get-geth-web3-urls ] }
|
||||||
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }
|
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }
|
||||||
|
|
||||||
|
- name: Configure network prater Windows host
|
||||||
|
become: true
|
||||||
|
hosts: 'nimbus-prater-windows'
|
||||||
|
roles:
|
||||||
|
- { role: infra-role-beacon-node-windows, tags: [ infra-role-beacon-node-windows, beacon-node ] }
|
||||||
|
|
|
@ -16,12 +16,12 @@
|
||||||
|
|
||||||
- name: infra-role-bootstrap
|
- name: infra-role-bootstrap
|
||||||
src: git@github.com:status-im/infra-role-bootstrap.git
|
src: git@github.com:status-im/infra-role-bootstrap.git
|
||||||
version: c0223e6144f8658083491319085c7f40996a9b1c
|
version: 0aca5b6927373c04b9713408e9d6b9284a906d75
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-bootstrap-windows
|
- name: infra-role-bootstrap-windows
|
||||||
src: git@github.com:status-im/infra-role-bootstrap.git
|
src: git@github.com:status-im/infra-role-bootstrap.git
|
||||||
version: 03a7a07d06ba6b34e99c57b79a5767e9d2e10a1d
|
version: 9f82c62a4164041b9c87b9cb0807eb1657bf9277
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: oauth-proxy
|
- name: oauth-proxy
|
||||||
|
@ -39,6 +39,16 @@
|
||||||
version: a14c9afe0293196f8b3cb45e86abcbaee3078d77
|
version: a14c9afe0293196f8b3cb45e86abcbaee3078d77
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
|
- name: infra-role-beacon-node-windows
|
||||||
|
src: git@github.com:status-im/infra-role-beacon-node-windows.git
|
||||||
|
#version: a14c9afe0293196f8b3cb45e86abcbaee3078d77
|
||||||
|
scm: git
|
||||||
|
|
||||||
|
- name: infra-role-winsw
|
||||||
|
src: git@github.com:status-im/infra-role-winsw.git
|
||||||
|
#version: a14c9afe0293196f8b3cb45e86abcbaee3078d77
|
||||||
|
scm: git
|
||||||
|
|
||||||
- name: kibana
|
- name: kibana
|
||||||
src: git@github.com:status-im/infra-role-kibana.git
|
src: git@github.com:status-im/infra-role-kibana.git
|
||||||
version: 6c170c45c8776fcd1f9cef2274488519245cd35b
|
version: 6c170c45c8776fcd1f9cef2274488519245cd35b
|
||||||
|
@ -71,7 +81,7 @@
|
||||||
|
|
||||||
- name: infra-role-geth
|
- name: infra-role-geth
|
||||||
src: git@github.com:status-im/infra-role-geth.git
|
src: git@github.com:status-im/infra-role-geth.git
|
||||||
version: e85230e6d79b8ed757e5cb8fa5aed808f31eb8c1
|
version: 7b27e0f75aac29800c6d1a51a5f38ae7d2390aab
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-geth-exporter
|
- name: infra-role-geth-exporter
|
||||||
|
|
Loading…
Reference in New Issue