Set private_ip for some other machines
All checks were successful
/ terraform (push) Successful in 36s
/ ansible (push) Successful in 1m39s

This commit is contained in:
Jake Howard 2024-02-07 19:27:48 +00:00
parent b6eca40ae0
commit df43be6f9b
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 5 additions and 0 deletions

View File

@ -24,3 +24,5 @@ pve_hosts:
ip: 10.23.1.110
gitea_runner:
ip: 10.23.1.114
pve_dokku:
ip: 10.23.1.102

View File

@ -1,3 +1,5 @@
ssh_extra_allowed_users: dokku
db_backups_dir: /mnt/tank/files/db-backups
private_ip: "{{ pve_hosts.pve_dokku.ip }}"

View File

@ -0,0 +1 @@
private_ip: "{{ pve_hosts.qbittorrent.ip }}"