ansible-sshd/tasks
Jakub Jelen e83cb52ded fix: Document and streamline the sshd_main_config_file
The option was introduced in 6bb0d7b456
without documentation and intended use. The recent change
f6ae2094fe propagated this option to the
generated service files, which is resulting in unexpected results, when
a user decided to set only `sshd_config_file` for the second sshd
service causing the service file points to the system-wide
configuration file.

This is an attempt to fix this by introducing some heuristics to guess
if the user wants to set up second drop-in directory (ending with .d)
or create a standalone configuration file.

Fixes: #280
2024-04-05 09:29:10 +02: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 fix: Document and streamline the sshd_main_config_file 2024-04-05 09:29:10 +02:00
install_namespace.yml ansible-lint - align with current Ansible recommendations 2023-04-10 14:21:30 -06:00
install_service.yml Workaround for CentOS7 reporting ansible_facts['service_mgr'] == 'sysvinit' in containers 2024-02-15 16:57:48 +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