Set private_ip
for some other machines
This commit is contained in:
parent
b6eca40ae0
commit
df43be6f9b
3 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
ssh_extra_allowed_users: dokku
|
||||
|
||||
db_backups_dir: /mnt/tank/files/db-backups
|
||||
|
||||
private_ip: "{{ pve_hosts.pve_dokku.ip }}"
|
||||
|
|
1
ansible/host_vars/qbittorrent.yml
Normal file
1
ansible/host_vars/qbittorrent.yml
Normal file
|
@ -0,0 +1 @@
|
|||
private_ip: "{{ pve_hosts.qbittorrent.ip }}"
|
Loading…
Reference in a new issue