Files
ansible/inventory/inventory.yml
2024-06-14 08:40:04 +02:00

49 lines
1.6 KiB
YAML

---
all:
children:
servers:
hosts:
ubu.localdomain:
ansible_host: 192.168.1.23
ansible_user: alex
raspii.localdomain:
ansible_host: 192.168.1.24
ansible_user: alex
ansible_python_interpreter: /usr/bin/python3
proxmox.localdomain:
ansible_host: 192.168.1.162
ansible_user: root
ansible_password: Aase#1234!
ansible_python_interpreter: /root/proxmoxer_env/bin/python
vars:
proxmox_host: 192.168.1.162
proxmox_user: root@pam
proxmox_token_id: root@pam!mytoken1
proxmox_token_secret: 313c6ffd-6753-4fc4-a433-bc1f00840d36
alex-ds215.localdomain:
ansible_host: 192.168.1.133
ansible_user: alex
ansible_password: o2UK70Evg&^LReS@
ansible_python_interpreter: /usr/bin/python2
ubugpu.localdomain:
ansible_host: 192.168.1.144
ansible_user: alex
ansible_python_interpreter: /usr/bin/python3
alex-ds414.localdomain:
ansible_host: 192.168.1.113
ansible_user: alexadmin
ansible_python_interpreter: /usr/bin/python3
ansible_password: $ZD7P=.X2@e,Ju;
# network_devices:
# hosts:
# USG-PRO-4:
# ansible_host: 192.168.1.1
# ansible_user: alexpolo
# ansible_password: o3vTbA3WBlmghEOg
# ansible_network_os: vyos.vyos
other_devices:
hosts:
localhost-live.localdomain:
ansible_host: 192.168.1.10