Files
Alexander Gorelyshev 06e1f73b07 Update converge.yml
2026-06-08 16:23:15 +04:00

12 lines
286 B
YAML

---
- name: Converge
hosts: all
roles:
- role: "genlab.common.sshd"
sshd_password_auth: false
sshd_allow_agent_forwarding: false
sshd_allow_tcp_forwarding: false
sshd_gateway_ports: false
sshd_permit_tunnel: false
sshd_allow_users: "testusr"