mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2026-09-08 21:27:36 +02:00
build
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -212,4 +212,9 @@
|
||||
systemd:
|
||||
name: vault-agent
|
||||
enabled: yes
|
||||
state: started
|
||||
state: started
|
||||
|
||||
- name: Restart sshd
|
||||
ansible.builtin.service:
|
||||
name: sshd
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user