ansible-sshd/tests
Dominik Rimpf 1580fdd7ff
feat: add Debian 13 support (#315)
* feat: add support for debian 13 (aka trixie)

* test: added trixie test and removed buster test (EOL)

trixie test runs against debian:latest until release exists

* test: use forked debian trixie action

* test: fix tests for debian 13

* debian trixie has a slightly different man page than bookworm so we need to
  exclude the word "Note" from the automatically generated list
* systemd-service file for debian 13
2025-08-11 06:39:39 +01:00
..
roles fix: Remove recursive loop created by symlink of entire role (#262) 2023-10-17 07:30:46 +01:00
tasks refactor: Ansible 2.19 support (#311) 2025-06-19 07:33:19 -06:00
templates test: check generated files for ansible_managed, fingerprint 2023-04-26 07:52:03 -06:00
inventory Add tests 2015-01-12 21:01:08 +00:00
requirements.yml Add support for managing selinux and firewall on RHEL 2023-01-13 10:42:40 +01:00
tests_all_options.yml feat: add Debian 13 support (#315) 2025-08-11 06:39:39 +01:00
tests_alternative_file.yml feat: New options in OpenSSH + fixes for bugx in OpenSSH 9.9p1 (#304) 2024-12-17 04:36:51 +00:00
tests_alternative_file_role.yml feat: New options in OpenSSH + fixes for bugx in OpenSSH 9.9p1 (#304) 2024-12-17 04:36:51 +00:00
tests_backup.yml refactor: Ansible 2.19 support (#311) 2025-06-19 07:33:19 -06:00
tests_certificates.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_config_namespace.yml refactor: Ansible 2.19 support (#311) 2025-06-19 07:33:19 -06:00
tests_default.yml ansible-lint - align with current Ansible recommendations 2023-04-10 14:21:30 -06:00
tests_default_include.yml ansible-lint - align with current Ansible recommendations 2023-04-10 14:21:30 -06:00
tests_deprecated_sshd_variable.yml fix: include external config files first so they can override all options (#316) 2025-08-11 06:35:33 +01:00
tests_duplicate_role.yml ansible-lint - align with current Ansible recommendations 2023-04-10 14:21:30 -06:00
tests_firewall_selinux.yml refactor: Ansible 2.19 support (#311) 2025-06-19 07:33:19 -06:00
tests_hostkeys.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_hostkeys_fips.yml refactor: Ansible 2.19 support (#311) 2025-06-19 07:33:19 -06:00
tests_hostkeys_missing.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_hostkeys_role.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_hostkeys_unsafe_path.yml test: set TMPDIR in block of role invocation (#300) 2024-09-16 07:34:43 -06:00
tests_include_present.yml refactor: Ansible 2.19 support (#311) 2025-06-19 07:33:19 -06:00
tests_indent.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_match.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_match_iterate.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_os_defaults.yml ansible-lint - align with current Ansible recommendations 2023-04-10 14:21:30 -06:00
tests_precedence.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_runtime_directory.yml docs: Fix spelling issues + fix reported issues (#274) 2024-01-29 17:55:43 +00:00
tests_second_service.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_second_service_drop_in.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_set_common.yml fix: include external config files first so they can override all options (#316) 2025-08-11 06:35:33 +01:00
tests_set_uncommon.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_sshd_enable.yml fix: rename var sshd -> sshd_config and debug output (#299) 2024-10-24 17:59:04 +01:00
tests_sysconfig.yml Add whitespace around the filter symbol 2024-01-22 16:41:33 +01:00
tests_systemd_services.yml fix: New configuration option in CentOS 10 (#319) 2025-08-01 09:19:55 -06:00
tests_systemd_socket_listen.yml tests: Verify the ListenAddress is propagated to the systemd socket 2025-08-05 18:08:31 +02:00
tests_systemd_socket_port.yml Test the port gets propagated into generated service file 2025-08-05 18:08:31 +02:00
tests_unsafe_options.yml fix: use quote with command, shell and validate with variable (#298) 2024-09-12 07:24:22 +01:00