retrace: use public hostname rather than ip addr
addressing: curl https://172.30.5.239/settings curl: (51) SSL: no alternative certificate subject name matches target host name '172.30.5.239'
This commit is contained in:
parent
d119200fbf
commit
55ee39ccf3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
- name: Set settings_url fact
|
||||
set_fact:
|
||||
settings_url: "https://{{ ansible_default_ipv4.address }}/settings"
|
||||
settings_url: "https://{{ hostname }}/settings"
|
||||
|
||||
- name: fetch settings
|
||||
uri:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue