Skip to content

Commit

Permalink
Merge branch 'master' into feature/adding-new-rolebooks-al
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker authored Jan 18, 2025
2 parents 28b0106 + f5f5119 commit 1cfd168
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 6 additions & 0 deletions bkk07
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ rpc-kilt-polkadot-02
[penumbra]
penumbra-02

[kilt]
rpc-kilt-polkadot-02

[penumbra]
penumbra-02

[polkadot]
rpc-polkadot-02
rpc-kusama-02
Expand Down
2 changes: 2 additions & 0 deletions host_vars/bkk07.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1412,3 +1412,5 @@ lxc_nodes:
- from_port: "{{ hostvars['rpc-bifrost-polkadot-02']['default_p2p_port'] }}"
to_host: "{{ hostvars['rpc-bifrost-polkadot-02']['container_ip'] }}:{{ hostvars['rpc-bifrost-polkadot-02']['default_p2p_port'] }}"
protocol: "tcp"
- from_port: "{{ hostvars['rpc-hydration-polkadot-02']['default_p2p_port'] }}"
to_host: "{{ hostvars['rpc-hydration-polkadot-02']['container_ip'] }}:{{ hostvars['rpc-hydration-polkadot-02']['default_p2p_port'] }}"
12 changes: 6 additions & 6 deletions playbooks/proxmox_install_nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
# roles:
# - setup_install_prometheus

# - name: Install Penumbra services
# hosts: penumbra
# gather_facts: True
# roles:
# - setup_install_penumbra
# - setup_install_nginx
- name: Install Penumbra services
hosts: penumbra
gather_facts: True
roles:
- setup_install_penumbra
- setup_install_nginx

- name: Install Arbitrum services
hosts: arbitrum
Expand Down

0 comments on commit 1cfd168

Please sign in to comment.