update Codex role variable prefixes to include nim_
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
99ecb359a6
commit
be79fbf95c
|
@ -31,11 +31,11 @@ nodes_eth_public_keys:
|
|||
|
||||
|
||||
# codex
|
||||
codex_service_name: 'codex-node-{{ "%02d"|format(idx|int+1) }}'
|
||||
codex_rest_port: '{{ 5052 + idx|int }}'
|
||||
codex_listening_port: '{{ 9000 + idx|int }}'
|
||||
codex_repo_branch: 'main'
|
||||
codex_eth_public_key: '{{ nodes_eth_public_keys[node["pubkey"]] }}'
|
||||
nim_codex_service_name: 'codex-node-{{ "%02d"|format(idx|int+1) }}'
|
||||
nim_codex_rest_port: '{{ 5052 + idx|int }}'
|
||||
nim_codex_listening_port: '{{ 9000 + idx|int }}'
|
||||
nim_codex_repo_branch: 'main'
|
||||
nim_codex_eth_public_key: '{{ nodes_eth_public_keys[node["pubkey"]] }}'
|
||||
|
||||
# Layout
|
||||
nodes_layout:
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
- name: infra-role-nim-codex
|
||||
src: git@github.com:status-im/infra-role-nim-codex.git
|
||||
version: 7353484dcf2c436dad2fe95e77630e0998e8aae2
|
||||
version: d9e29e70dcea8e45857f37441de4b5195efe3e8f
|
||||
scm: git
|
||||
|
||||
- name: systemd-timer
|
||||
|
|
Loading…
Reference in New Issue