Replace hard-coded server ip with variable

This commit is contained in:
2021-04-23 01:20:32 +02:00
parent e68922b301
commit 53c51fd235
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
base_domain: "homelab.cz"
server_ip: "192.168.0.107"
data_folder: "{{ playbook_dir }}/docker-data"
nginx_confd_folder: "{{ data_folder }}/nginx/conf.d"
puid: "1000"