ansible-sshd/tasks
Jakub Jelen 6e3257736e Rename handlers to start with sshd_ prefix
The documentation says there is only one global scope for handlers:

> There is only one global scope for handlers (handler names and listen topics)
> regardless of where the handlers are defined. This also includes handlers
> defined in roles.

So following the naming convention as we do in all the other variables
sounds like a good idea.

https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_handlers.html

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
2024-12-19 11:33:26 +01:00
..
certificates.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
check_fips.yml Fix various linting issues 2022-06-03 11:22:17 +01:00
check_vars.yml fix: use quote with command, shell and validate with variable (#298) 2024-09-12 07:24:22 +01:00
find_ports.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
firewall.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
install.yml Rename handlers to start with sshd_ prefix 2024-12-19 11:33:26 +01:00
install_config.yml Rename handlers to start with sshd_ prefix 2024-12-19 11:33:26 +01:00
install_namespace.yml Rename handlers to start with sshd_ prefix 2024-12-19 11:33:26 +01:00
install_service.yml Rename handlers to start with sshd_ prefix 2024-12-19 11:33:26 +01:00
main.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +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