FIX: default user is ansible now. root is specified manually when needed

This commit is contained in:
2026-07-06 15:23:31 +00:00
parent 0d83a86099
commit 1a02e37ce8
4 changed files with 9 additions and 5 deletions
@@ -1,6 +1,7 @@
---
- name: Configure ssh-server daemon
remote_user: root
copy:
src: ../files/hardened_sshd.conf
dest: /etc/ssh/sshd_config.d/hardened_sshd.conf