Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
Use traefik host as internal fqdn (#57)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
Christian Berendt authored Oct 14, 2020
1 parent b06087e commit 3277be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resolvconf_package: ""

hosts_type: template
hosts_additional_entries:
testbed-gx-iam.osism.test: 192.168.32.9
testbed-gx-iam.osism.test: "{{ hostvars[inventory_hostname]['ansible_' + console_interface]['ipv4']['address'] }}"

##########################
# common
Expand Down

0 comments on commit 3277be1

Please sign in to comment.