Modern tools (rg, fd...)

This commit is contained in:
2026-09-08 18:26:53 +02:00
parent f043606466
commit c49e4db304
7 changed files with 114 additions and 0 deletions

View File

@@ -27,6 +27,11 @@
regexp: "^#?AcceptEnv LANG LC_*"
line: "#AcceptEnv LANG LC_*"
notify: Restart sshd
- name: Remove first-run "SSH may not work until a valid user has been set up" banner
ansible.builtin.file:
path: /etc/ssh/sshd_config.d/rename_user.conf
state: absent
notify: Restart sshd
- name: Get hostname
ansible.builtin.command: "raspi-config nonint get_hostname"
register: pi_standard_setup_pi_hostname