Key file adjustmen
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[all:vars]
|
[all:vars]
|
||||||
ansible_user = mbuz
|
ansible_user = mbuz
|
||||||
ansible_ssh_private_key_file = /home/mbuz/.ssh/id_rsa
|
ansible_ssh_private_key_file = /home/mbuz/.ssh/id_ed25519
|
||||||
|
|
||||||
[proxmox]
|
[proxmox]
|
||||||
proxmox-host ansible_host=10.0.0.1
|
proxmox-host ansible_host=10.0.0.1
|
||||||
@@ -19,6 +19,7 @@ raspberry-pi ansible_host=10.0.0.5
|
|||||||
ansible ansible_host=10.0.0.111
|
ansible ansible_host=10.0.0.111
|
||||||
zabbix-proxy ansible_host=10.0.0.110
|
zabbix-proxy ansible_host=10.0.0.110
|
||||||
pi-hole ansible_host=10.0.0.104
|
pi-hole ansible_host=10.0.0.104
|
||||||
|
localhost ansible_connection=local # for testing playbooks on the control node
|
||||||
|
|
||||||
[proxmox_backup]
|
[proxmox_backup]
|
||||||
proxmox-backup ansible_host=10.0.0.201
|
proxmox-backup ansible_host=10.0.0.201
|
||||||
|
|||||||
Reference in New Issue
Block a user