mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
bitwarden
This commit is contained in:
parent
6a0b417621
commit
c322277290
@ -139,6 +139,7 @@ datacenter:
|
|||||||
ansible_ssh_pass: l4c1j4yd33Du5lo
|
ansible_ssh_pass: l4c1j4yd33Du5lo
|
||||||
ansible_become_user: root
|
ansible_become_user: root
|
||||||
ansible_become_password: l4c1j4yd33Du5lo
|
ansible_become_password: l4c1j4yd33Du5lo
|
||||||
|
ansible_ssh_private_key_file: ~/.ssh/ansible
|
||||||
nas:
|
nas:
|
||||||
hosts:
|
hosts:
|
||||||
nas.home.lan:
|
nas.home.lan:
|
||||||
|
151
hosts_kestra.yml
Normal file
151
hosts_kestra.yml
Normal file
@ -0,0 +1,151 @@
|
|||||||
|
---
|
||||||
|
datacenter:
|
||||||
|
children:
|
||||||
|
odroid_cluster:
|
||||||
|
children:
|
||||||
|
odroid_master:
|
||||||
|
hosts:
|
||||||
|
192.168.77.131:
|
||||||
|
vars:
|
||||||
|
testVar: 999
|
||||||
|
odroid_worker:
|
||||||
|
hosts:
|
||||||
|
192.168.77.13[2:5]:
|
||||||
|
|
||||||
|
vars:
|
||||||
|
ansible_ssh_user: jd
|
||||||
|
ansible_ssh_pass: lacijaydee
|
||||||
|
ansible_become_password: lacijaydee
|
||||||
|
ssh_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
||||||
|
ansible_ssh_common_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
||||||
|
|
||||||
|
localhost1:
|
||||||
|
hosts:
|
||||||
|
localhost
|
||||||
|
vars:
|
||||||
|
ansible_user: root
|
||||||
|
morefine:
|
||||||
|
hosts:
|
||||||
|
192.168.77.12:
|
||||||
|
vars:
|
||||||
|
jaydee_install_mqtt_srv: true
|
||||||
|
ansible_python_interpreter: auto_silent
|
||||||
|
ansible_ssh_user: jd
|
||||||
|
ansible_ssh_pass: q
|
||||||
|
ansible_password: q
|
||||||
|
ansible_become_user: root
|
||||||
|
ansible_become_password: q
|
||||||
|
ansible_ssh_common_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
|
||||||
|
|
||||||
|
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:
|
||||||
|
vars:
|
||||||
|
ansible_user: root
|
||||||
|
ansible_password: lacijaydee
|
||||||
|
ansible_ssh_user: root
|
||||||
|
ansible_ssh_pass: lacijaydee
|
||||||
|
ansible_become_user: root
|
||||||
|
ansible_become_password: lacijaydee
|
||||||
|
amd:
|
||||||
|
hosts:
|
||||||
|
192.168.77.4:
|
||||||
|
vars:
|
||||||
|
ansible_user: root
|
||||||
|
ansible_password: l4c1j4yd33Du5lo
|
||||||
|
ansible_ssh_user: root
|
||||||
|
ansible_ssh_pass: l4c1j4yd33Du5lo
|
||||||
|
ansible_become_user: root
|
||||||
|
ansible_become_password: l4c1j4yd33Du5lo
|
||||||
|
rhasspy:
|
||||||
|
hosts:
|
||||||
|
192.168.77.224
|
||||||
|
vars:
|
||||||
|
ansible_user: jd
|
||||||
|
ansible_ssh_pass: q
|
||||||
|
ansible_become_password: l4c1j4yd33Du5lo
|
||||||
|
windows:
|
||||||
|
hosts:
|
||||||
|
192.168.77.211
|
||||||
|
vars:
|
||||||
|
ansible_user: jd
|
||||||
|
ansible_password: "q"
|
||||||
|
ansible_connection: winrm
|
||||||
|
ansible_port: 5985
|
||||||
|
ansible_winrm_server_cert_validation: ignore
|
||||||
|
ansible_winrm_kerberos_delegation: true
|
||||||
|
mqtt_srv:
|
||||||
|
children:
|
||||||
|
servers:
|
||||||
|
hosts:
|
||||||
|
rpi5-1.home.lan:
|
||||||
|
omv.home.lan:
|
||||||
|
rack.home.lan:
|
||||||
|
m-server.home.lan:
|
||||||
|
zabbix.home.lan:
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
ansible_user: jd
|
||||||
|
ansible_password: l4c1j4yd33Du5lo
|
||||||
|
ansible_ssh_user: jd
|
||||||
|
ansible_ssh_pass: l4c1j4yd33Du5lo
|
||||||
|
ansible_become_user: root
|
||||||
|
ansible_become_password: l4c1j4yd33Du5lo
|
||||||
|
nas:
|
||||||
|
hosts:
|
||||||
|
nas.home.lan:
|
||||||
|
|
||||||
|
vars:
|
||||||
|
ansible_ssh_user: admin
|
||||||
|
ansible_ssh_pass: l4c1!j4yd33?Du5lo
|
||||||
|
become_method: su
|
||||||
|
become_user: admin
|
||||||
|
# ansible_user: admin
|
||||||
|
# ansible_pass: l4c1!j4yd33?Du5lo1
|
||||||
|
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3
|
||||||
|
desktop:
|
||||||
|
hosts:
|
||||||
|
morefine.home.lan:
|
||||||
|
vars:
|
||||||
|
ansible_user: jd
|
||||||
|
ansible_password: q
|
||||||
|
ansible_ssh_user: jd
|
||||||
|
ansible_ssh_pass: q
|
||||||
|
ansible_become_user: root
|
||||||
|
ansible_become_password: q
|
||||||
|
|
||||||
|
containers:
|
||||||
|
children:
|
||||||
|
servers:
|
||||||
|
hosts:
|
||||||
|
rpi5-1.home.lan:
|
||||||
|
m-server.home.lan:
|
||||||
|
fog.home.lan:
|
||||||
|
zabbix.home.lan:
|
||||||
|
omv.home.lan:
|
||||||
|
vars:
|
||||||
|
ansible_python_interpreter: /usr/bin/python3
|
||||||
|
ansible_ssh_user: jd
|
||||||
|
ansible_ssh_private_key_file: ssh_key.pem
|
||||||
|
nas:
|
||||||
|
hosts:
|
||||||
|
nas.home.lan:
|
||||||
|
192.168.77.106:
|
||||||
|
vars:
|
||||||
|
ansible_ssh_user: admin
|
||||||
|
ansible_ssh_pass: l4c1!j4yd33?Du5lo
|
||||||
|
become_method: su
|
||||||
|
become_user: admin
|
||||||
|
# ansible_user: admin
|
||||||
|
# ansible_pass: l4c1!j4yd33?Du5lo1
|
||||||
|
ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3
|
Loading…
x
Reference in New Issue
Block a user