mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 12:38:11 +00:00
33 lines
868 B
YAML
33 lines
868 B
YAML
---
|
|
datacenter:
|
|
children:
|
|
servers:
|
|
hosts:
|
|
rpi5-1.home.lan:
|
|
rpi5.home.lan:
|
|
m-server.home.lan:
|
|
amd.home.lan:
|
|
fog.home.lan:
|
|
zabbix.home.lan:
|
|
omv.home.lan:
|
|
192.168.77.101:
|
|
vars:
|
|
ansible_python_interpreter: /usr/bin/python3
|
|
ansible_ssh_user: jd
|
|
# ansible_ssh_password: l4c1j4yd33Du5lo
|
|
ansible_become_password: l4c1j4yd33Du5lo
|
|
identity_file: ssh_key.pem
|
|
ansible_ssh_pass: l4c1j4yd33Du5lo
|
|
ansible_become_user: root
|
|
nas:
|
|
hosts:
|
|
nas.home.lan:
|
|
192.168.77.106:
|
|
vars:
|
|
ansible_ssh_user: admin
|
|
become_method: su
|
|
become_user: admin
|
|
# ansible_user: admin
|
|
# ansible_pass: l4c1!j4yd33?Du5lo1
|
|
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3
|