ansible-sshd/tasks
Jakub Jelen f6ae2094fe Update service/socket files to match main OS's defaults
Specifics:
 * Debian 12 has no longer the instantiated service using inet, see the
   following commit:

0dc73888bb

 * I am not matching the Description tag verbosely as I do not find it
   crucial for functionality.
 * We generate additional -f switch to the sshd CLI pointing go the main
   sshd config we manage
 * The Before=sshd.service in the socket is not generated as I find it
   unnecessary when we conflict the service.
 * Recent Ubuntu versions have RuntimeDirectoryPreserve option, which I
   set for all Ubuntu/Debian as it should not hurt.

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
2024-01-22 16:41:33 +01:00
..
certificates.yml feat: manage ssh certificates (#252) 2023-09-11 14:39:03 +01:00
check_fips.yml Fix various linting issues 2022-06-03 11:22:17 +01:00
find_ports.yml Add whitespace around the filter symbol 2024-01-22 16:41:33 +01:00
firewall.yml Add support for managing selinux and firewall on RHEL 2023-01-13 10:42:40 +01:00
install.yml Add whitespace around the filter symbol 2024-01-22 16:41:33 +01:00
install_config.yml Support __sshd_supports_validate 2022-09-27 22:32:57 +02:00
install_namespace.yml ansible-lint - align with current Ansible recommendations 2023-04-10 14:21:30 -06:00
install_service.yml Update service/socket files to match main OS's defaults 2024-01-22 16:41:33 +01:00
main.yml tasks: Improve the order of keys and add missing name 2022-12-13 14:13:18 +01:00
selinux.yml Add support for managing selinux and firewall on RHEL 2023-01-13 10:42:40 +01:00
sshd.yml Moves internal non-overridable variables out of defaults 2022-08-23 15:18:41 +02:00
variables.yml feat: support for ostree systems 2023-11-28 09:40:18 -07:00