mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-02 15:53:06 +02:00
bitwarden
This commit is contained in:
@ -1,7 +1,31 @@
|
||||
---
|
||||
odroid_cluster:
|
||||
hosts:
|
||||
192.168.77.16[1:5]:
|
||||
vars:
|
||||
ansible_ssh_user: root
|
||||
ansible_ssh_pass: 1234
|
||||
datacenter:
|
||||
children:
|
||||
servers:
|
||||
hosts:
|
||||
rpi5-1.home.lan:
|
||||
rpi5.home.lan:
|
||||
m-server.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
|
||||
|
Reference in New Issue
Block a user