From a4b92b650c7fdadf80b18c9d96666288aea37bed Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 27 May 2026 16:24:49 +0200 Subject: [PATCH] build --- hosts_roles.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/hosts_roles.yml b/hosts_roles.yml index 424df10..8d12808 100755 --- a/hosts_roles.yml +++ b/hosts_roles.yml @@ -46,18 +46,15 @@ datacenter: 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 @@ -81,8 +78,6 @@ datacenter: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd - ansible_become_password: l4c1j4yd33Du5lo - ansible_ssh_private_key_file: ssh_key.pem identity_file: ssh_key.pem nas: hosts: @@ -101,8 +96,6 @@ datacenter: vars: ansible_ssh_user: jd ansible_become_user: root - ansible_become_password: l4c1j4yd33Du5lo - ansible_ssh_private_key_file: ssh_key.pem proxmox: children: docker_workers: @@ -126,7 +119,6 @@ datacenter: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: root - ansible_ssh_password: l4c1j4yd33Du5lo srv: hosts: rpi5.home.lan: @@ -134,9 +126,6 @@ datacenter: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd - ansible_become_password: l4c1j4yd33Du5lo - ansible_ssh_private_key_file: ssh_key.pem - identity_file: ssh_key.pem ns: hosts: nas.home.lan: @@ -144,9 +133,6 @@ datacenter: ansible_ssh_user: admin become_method: su become_user: admin - ansible_ssh_private_key_file: ssh_key.pem - # ansible_user: admin - # ansible_pass: l4c1!j4yd33?Du5lo1 ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3 servers: hosts: @@ -158,8 +144,6 @@ datacenter: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd - ansible_become_password: l4c1j4yd33Du5lo - ansible_ssh_private_key_file: ssh_key.pem nas: hosts: nas.home.lan: @@ -168,7 +152,6 @@ datacenter: ansible_ssh_user: admin become_method: su become_user: admin - ansible_ssh_private_key_file: ssh_key.pem # ansible_user: admin # ansible_pass: l4c1!j4yd33?Du5lo1 ansible_python_interpreter: /share/ZFS530_DATA/.qpkg/QPython312/bin/python3 @@ -179,7 +162,6 @@ datacenter: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd - ansible_ssh_private_key_file: ssh_key.pem vms: children: debian13: @@ -208,7 +190,6 @@ datacenter: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd - ansible_ssh_private_key_file: ssh_key.pem ansible_user: jd alma10: hosts: @@ -217,18 +198,15 @@ datacenter: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd - ansible_ssh_private_key_file: ssh_key.pem ubuntu24: hosts: ubuntu24-vm0[1:5].home.lan: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd - ansible_ssh_private_key_file: ssh_key.pem ubuntu24s: hosts: ubuntu24s-vm0[1:5].home.lan: vars: ansible_python_interpreter: /usr/bin/python3 ansible_ssh_user: jd - ansible_ssh_private_key_file: ssh_key.pem \ No newline at end of file