Move default variables into role defaults rather than group vars

This commit is contained in:
Jake Howard 2020-12-28 16:23:12 +00:00
parent 422062ae63
commit 2300426f0f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1 @@
traefik_influx_db_dir: ./influxdb
app_data_dir: /mnt/tank/app-data

View File

@ -1 +1,2 @@
traefik_private_ip: "{{ wireguard.clients[ansible_fqdn].ip }}"
traefik_influx_db_dir: ./influxdb