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

Commit

Permalink
user update
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinkler committed Jul 20, 2020
1 parent 91b396d commit 6a5f3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/gitlab/tasks/deploy_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# #####################################################################
- name: Generate DNS Name for GitLab
set_fact:
service_dns_name: "https://gitlab-{{ hostvars[inventory_hostname]['groups']['tag_role_jumphost'][0] | regex_replace('\\.', '-') }}.{{ jumphost_tld }}"
service_dns_name: "https://gitlab-{{ jumphost_ip | regex_replace('\\.', '-') }}.{{ jumphost_tld }}"

- name: Create GitLab Overrides File
copy:
Expand Down

0 comments on commit 6a5f3ff

Please sign in to comment.