Changed addressed to be able to run playbooks on the control node
This commit is contained in:
@@ -9,19 +9,19 @@ proxmox-host ansible_host=10.0.0.1
|
||||
docker-apps ansible_host=10.0.0.101
|
||||
docker-cloud ansible_host=10.0.0.102
|
||||
|
||||
#[truenas]
|
||||
#truenas ansible_host=10.0.0.200
|
||||
[truenas]
|
||||
truenas ansible_host=10.0.0.200
|
||||
|
||||
[raspberry_pi]
|
||||
raspberry-pi ansible_host=10.0.0.5
|
||||
|
||||
[lxc]
|
||||
ansible ansible_host=10.0.0.111
|
||||
gitea ansible_host=10.0.0.108
|
||||
zabbix-proxy ansible_host=10.0.0.110
|
||||
pi-hole ansible_host=10.0.0.104
|
||||
localhost ansible_connection=local # for testing playbooks on the control node
|
||||
|
||||
[proxmox_backup]
|
||||
[pbs]
|
||||
proxmox-backup ansible_host=10.0.0.201
|
||||
|
||||
# This is a group of groups. It includes all hosts in the 'docker' and 'raspberry_pi' groups.
|
||||
|
||||
Reference in New Issue
Block a user