This commit is contained in:
mrwho 2026-05-17 00:36:25 +03:00
parent 15042d887d
commit 515b48e190

View file

@ -18,17 +18,13 @@
- openssh - openssh
vars: vars:
<<<<<<< HEAD
ansible_ssh_user: root ansible_ssh_user: root
ansible_ssh_password: nmklop90 ansible_ssh_password: nmklop90
=======
# ansible_ssh_user: root # ansible_ssh_user: root
# ansible_ssh_password: nmklop90 # ansible_ssh_password: nmklop90
>>>>>>> 39145902871af46589d5e9fd196edbf6dd8ea849
epel_repo: true epel_repo: true
reboot_system: false reboot_system: false
hostname: "{{ inventory_hostname }}.local.mrwho.ru" hostname: "{{ inventory_hostname }}.local.mrwho.ru"
openssh_password_authentication: false openssh_password_authentication: false
openssh_permit_root_login: "no" # Completely disable root SSH openssh_permit_root_login: "no" # Completely disable root SSH
openssh_challenge_response_auth: false openssh_challenge_response_auth: false