waku-peers: use new variable names, add timer

Hourly timer avoids the need to have to re-run Ansible frequently.
https://github.com/status-im/infra-role-waku-peers/commit/895d6f07

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-06-22 13:46:10 +02:00
parent c0b4884f12
commit 9f6209f97e
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
2 changed files with 5 additions and 5 deletions

View File

@ -26,8 +26,8 @@ nim_waku_websocket_ssl_cert: '/etc/letsencrypt/live/{{ nim_waku_websocket_domain
nim_waku_websocket_ssl_key: '/etc/letsencrypt/live/{{ nim_waku_websocket_domain }}/privkey.pem'
# Peer connecting
nim_waku_connect_consul_service_names: ['{{ nim_waku_cont_name }}', 'go-waku']
nim_waku_connect_rpc_port: '{{ nim_waku_rpc_tcp_port }}'
waku_peers_consul_service_names: ['{{ nim_waku_cont_name }}', 'go-waku']
waku_peers_rpc_port: '{{ nim_waku_rpc_tcp_port }}'
# LetsEncrypt via Certbot
certbot_admin_email: 'devops@status.im'

View File

@ -11,7 +11,7 @@
- name: infra-role-bootstrap-linux
src: git@github.com:status-im/infra-role-bootstrap-linux.git
version: 50eda0808cceaaad2a5c5cdb4493935f2e3a637d
version: f06a8b8fea18523c2f576e6b72aa5b37dce7d290
scm: git
- name: infra-role-wireguard
@ -31,7 +31,7 @@
- name: nim-waku
src: git@github.com:status-im/infra-role-nim-waku.git
version: 52d7f93839d009c972569a55a79aebe1bdf66067
version: db193ef7a15f71b585ca674eaa14c21cd0fdf8d2
scm: git
- name: go-waku
@ -41,5 +41,5 @@
- name: waku-peers
src: git@github.com:status-im/infra-role-waku-peers.git
version: 9d00e1b330ea89253a147a99b463fb42f58e570b
version: 895d6f076cf45cef959377961e55d7f62fa59f41
scm: git