evolinux-base: Create custom SSH configuration file

This commit is contained in:
Alexis Ben Miloud--Josselin 2024-05-24 11:37:33 +02:00
parent fe1e66f79c
commit f7ceaf2fb6
2 changed files with 10 additions and 0 deletions

View file

@ -13,6 +13,8 @@ The **patch** part is incremented if multiple releases happen the same month
### Added
* evolinux-base: Create custom SSH configuration file
### Changed
### Fixed

View file

@ -16,6 +16,14 @@
dest: /etc/ssh/sshd_config.d/z-evolinux-defaults.conf
mode: "0644"
- name: create custom SSH server configuration file
ansible.builtin.file:
path: /etc/ssh/sshd_config.d/zzz-evolinux-custom.conf
state: touch
mode: "0644"
modification_time: preserve
access_time: preserve
# Should we allow the current user?
- name: Allow the current user
block: