mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-02 15:53:06 +02:00
bitwarden
This commit is contained in:
36
hosts.yml
36
hosts.yml
@ -33,6 +33,16 @@ datacenter:
|
||||
ansible_password: q
|
||||
ansible_become_user: root
|
||||
ansible_become_password: q
|
||||
ryzen:
|
||||
hosts:
|
||||
192.168.77.15:
|
||||
vars:
|
||||
ansible_python_interpreter: auto_silent
|
||||
ansible_ssh_user: root
|
||||
ansible_ssh_pass: lacijaydee
|
||||
ansible_password: lacijaydee
|
||||
ansible_become_user: root
|
||||
ansible_become_password: lacijaydee
|
||||
omv:
|
||||
hosts:
|
||||
192.168.77.189:
|
||||
@ -105,7 +115,25 @@ datacenter:
|
||||
192.168.77.106:
|
||||
vars:
|
||||
ansible_ssh_user: admin
|
||||
ansible_ssh_pass: l4c1!j4yd33?Du5lo
|
||||
ansible_user: admin
|
||||
ansible_pass: l4c1!j4yd33?Du5lo
|
||||
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3
|
||||
ansible_ssh_pass: l4c1!j4yd33?Du5lo1
|
||||
become_method: su
|
||||
become_user: admin
|
||||
# ansible_user: admin
|
||||
# ansible_pass: l4c1!j4yd33?Du5lo1
|
||||
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3
|
||||
fog:
|
||||
hosts:
|
||||
192.168.77.108:
|
||||
vars:
|
||||
ansible_ssh_user: jd
|
||||
ansible_ssh_pass: q
|
||||
ansible_become_user: root
|
||||
ansible_become_password: q
|
||||
zabbix:
|
||||
hosts:
|
||||
192.168.77.216:
|
||||
vars:
|
||||
ansible_ssh_user: jd
|
||||
ansible_ssh_pass: q
|
||||
ansible_become_user: root
|
||||
ansible_become_password: q
|
Reference in New Issue
Block a user