ansible-sshd/tasks
Rich Megginson 70808e97fc ansible-lint - align with current Ansible recommendations
Use `true/false` instead of `yes/no`
Ensure use of FQCN for builtin modules
Use correct spacing in Jinja expressions
All tasks and plays must have a `name`, and the `name` string must begin with an uppercase letter
Use `ansible.posix.mount` instead of `ansible.builtin.mount`
Use `set -o pipefail` with `shell` module where supported by the platform shell

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
2023-04-10 14:21:30 -06:00
..
check_fips.yml Fix various linting issues 2022-06-03 11:22:17 +01:00
find_ports.yml Add support for managing selinux and firewall on RHEL 2023-01-13 10:42:40 +01:00
firewall.yml Add support for managing selinux and firewall on RHEL 2023-01-13 10:42:40 +01:00
install.yml Add support for managing selinux and firewall on RHEL 2023-01-13 10:42:40 +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 ansible-lint - align with current Ansible recommendations 2023-04-10 14:21:30 -06: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 Adds workaround for CentOS6 2022-08-23 15:18:41 +02:00