chore: update ansible.cfg to use hosts.ini
All checks were successful
Deploy / Prepare Build (push) Successful in 20s
All checks were successful
Deploy / Prepare Build (push) Successful in 20s
This commit is contained in:
26
hosts.ini
Normal file
26
hosts.ini
Normal file
@ -0,0 +1,26 @@
|
||||
[proxmox]
|
||||
pve2.comprofix.xyz ansible_user=root
|
||||
|
||||
[cloud]
|
||||
vps02.comprofix.com
|
||||
|
||||
[docker]
|
||||
docker.comprofix.xyz
|
||||
|
||||
[omada]
|
||||
omada-lxc.comprofix.xyz ansible_user=root
|
||||
|
||||
[vps]
|
||||
vps01.comprofix.com
|
||||
|
||||
[jellyfin]
|
||||
jellyfin.comprofix.xyz
|
||||
|
||||
[servers:children]
|
||||
base
|
||||
jellyfin
|
||||
vps
|
||||
omada
|
||||
docker
|
||||
cloud
|
||||
|
Reference in New Issue
Block a user