Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ansible/inventories/devnet-8/group_vars/bootnode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ bootnodoor_container_volumes_extra:
- "{{ eth_testnet_config_dir }}:/network-config:ro"

bootnodoor_container_command_extra_args: []
# Upload the inventory to the bootnode so the web UI can show hostnames
# instead of bare IPs (bootnodoor parses the ansible_host entries).
bootnodoor_ip_names_enabled: true
bootnodoor_container_env:
VIRTUAL_HOST: bootnodoor-{{ server_fqdn }}
VIRTUAL_PORT: "{{ bootnodoor_ui_port | string }}"
Expand Down