-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
102 changed files
with
3,352 additions
and
1,145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,13 +154,10 @@ proxmox_defaults: | |
api_user: "{{ proxmox_default_admin_account }}" | ||
api_token_id: "{{ proxmox_default_admin_token }}-{{ inventory_hostname }}" | ||
api_token_secret: "{{ ansible_local.proxmox.api.token | unvault(default_passphrase) }}" | ||
#ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKB5Gd/uGkKr2c9Kv/F5dUzyFPooHNX90UBLhrfzZKWa [email protected] | ||
pubkey: | | ||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAPBgdF5W2e5iMFt1iiLRuRdz7RxJzmj9v30nn9vZTYP user@pc02 | ||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIrOT9g9BblH6u28wAQGmpqA/sH+EiKdhrqrfuDdZu2 [email protected] | ||
# pubkey: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIrOT9g9BblH6u28wAQGmpqA/sH+EiKdhrqrfuDdZu2 [email protected]" | ||
# pubkeys: | ||
# - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAPBgdF5W2e5iMFt1iiLRuRdz7RxJzmj9v30nn9vZTYP user@pc02" | ||
# - "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBIrOT9g9BblH6u28wAQGmpqA/sH+EiKdhrqrfuDdZu2 [email protected]" | ||
node: "{{ host_name.split('.')[0] }}" | ||
timeout: 1200 | ||
|
||
|
@@ -185,3 +182,4 @@ service_users: | |
unique: "unique" | ||
polimec: "polimec" | ||
ajuna: "ajuna" | ||
penumbra: "penumbra" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
--- | ||
default_base_path: /opt/cumulus | ||
default_chain_spec_dl_url: https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/{{ | ||
default_chain_spec_dl_url: | ||
https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/cumulus/parachains/chain-specs/{{ | ||
default_network }}.json | ||
default_client_version: polkadot-stable2409-5 | ||
default_client_version: polkadot-stable2412 | ||
default_database: paritydb | ||
default_database_path: '{{ default_base_path }}/chains' | ||
default_database_path: "{{ default_base_path }}/chains" | ||
default_download_base_url: https://github.com/paritytech/polkadot-sdk/releases/download/ | ||
default_download_url: '{{ default_download_base_url }}{{ default_client_version }}/polkadot-parachain' | ||
default_group: '{{ service_users[''cumulus''] }}' | ||
default_download_url: "{{ default_download_base_url }}{{ default_client_version }}/polkadot-parachain" | ||
default_group: "{{ service_users['cumulus'] }}" | ||
default_in_peers: 32 | ||
default_log_level: info | ||
default_network: asset-hub-polkadot | ||
default_node_type: bootnode | ||
default_out_peers: 16 | ||
default_p2p_port: 30433 | ||
default_p2p_port_ws: 30434 | ||
default_p2p_port_wss: 30435 | ||
default_prom_port: 7400 | ||
default_rpc_port: 9400 | ||
default_secure_rpc_port: 42400 | ||
default_service: cumulus | ||
default_storage: '{{ default_base_path }}/chains' | ||
default_storage: "{{ default_base_path }}/chains" | ||
default_telemetry_url: wss://telemetry-backend.w3f.community/submit/ 1 | ||
default_user: '{{ service_users[''cumulus''] }}' | ||
default_user: "{{ service_users['cumulus'] }}" | ||
zabbix_ext_port: 10400 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
--- | ||
default_base_path: /opt/hydration | ||
default_client_version: v28.0.0 | ||
default_client_version: v32.0.0 | ||
default_database: paritydb | ||
default_database_path: '{{ default_base_path }}/chains' | ||
default_database_path: "{{ default_base_path }}/chains" | ||
default_download_base_url: https://github.com/galacticcouncil/Hydration-node/releases/download/ | ||
default_download_url: '{{ default_download_base_url }}{{ | ||
default_client_version }}/hydration' | ||
default_group: '{{ service_users[''hydration''] }}' | ||
default_download_url: "{{ default_download_base_url }}{{ default_client_version }}/hydradx" | ||
default_group: "{{ service_users['hydration'] }}" | ||
default_log_level: info | ||
default_network: hydration | ||
default_node_type: endpoint | ||
default_p2p_port: 33800 | ||
default_p2p_port_ws: 34800 | ||
default_p2p_port_wss: 35800 | ||
default_prom_port: 7800 | ||
default_rpc_port: 9800 | ||
default_p2p_port_ws: 30434 | ||
default_p2p_port_wss: 30435 | ||
default_bootnode_p2p_port_ws: 30434 | ||
default_bootnode_p2p_port_wss: 30435 | ||
default_prom_port: 7400 | ||
default_rpc_port: 9400 | ||
default_secure_rpc_port: 42800 | ||
default_service: hydration | ||
default_storage: '{{ default_base_path }}/chains' | ||
default_storage: "{{ default_base_path }}/chains" | ||
default_telemetry_url: wss://telemetry-backend.w3f.community/submit/ 1 | ||
default_user: '{{ service_users[''hydration''] }}' | ||
default_user: "{{ service_users['hydration'] }}" | ||
zabbix_ext_port: 10800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
prometheus_version: 2.55.1 | ||
default_download_url: "https://github.com/prometheus/prometheus/releases/download/v{{ prometheus_version }}/prometheus-{{ prometheus_version }}.linux-amd64.tar.gz" | ||
alertmanager_version: 0.27.0 | ||
default_alertmanager_download_url: "https://github.com/prometheus/alertmanager/releases/download/v{{ alertmanager_version }}/alertmanager-{{ alertmanager_version }}.linux-amd64.tar.gz" |
Oops, something went wrong.