Remove hard coded IP

This commit is contained in:
Khue Doan 2021-02-20 11:22:54 +07:00
parent bdc266cbee
commit a84928ec60
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
config:
core.https_address: 192.168.64.5:8443
core.https_address: {{ ansible_default_ipv4.address }}:8443
core.trust_password: "1"
networks:
- config:

View File