This commit is contained in:
2026-05-19 22:45:33 +02:00
parent 2163c9a3a9
commit 526f20f6b6
2 changed files with 7 additions and 1 deletions
+1
View File
@@ -74,6 +74,7 @@ datacenter:
rocky9-vm0[1:5].home.lan:
vars:
ansible_python_interpreter: /usr/bin/python3
ssh_args: "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
ansible_ssh_user: jd
ansible_ssh_password: q
# ansible_become_method: su
+6 -1
View File
@@ -212,4 +212,9 @@
systemd:
name: vault-agent
enabled: yes
state: started
state: started
- name: Restart sshd
ansible.builtin.service:
name: sshd
state: restarted