ansible-playbook [core 2.16.18] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-wTv executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_invalid_input.yml ********************************************** 1 plays in /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml PLAY [Verify invalid parameters are rejected] ********************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:31 -0400 (0:00:00.035) 0:00:00.035 ******* ok: [managed-node1] TASK [Run role with invalid transport] ***************************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:14 Wednesday 29 April 2026 10:10:32 -0400 (0:00:01.018) 0:00:01.054 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.036) 0:00:01.091 ******* fatal: [managed-node1]: FAILED! => { "argument_errors": [ "value of auditd_transport must be one of: tcp, krb5, TCP, KRB5, got: not_a_valid_transport" ], "argument_spec_data": { "auditd_action_mail_acct": { "type": "str" }, "auditd_admin_space_left": { "type": "str" }, "auditd_admin_space_left_action": { "choices": [ "ignore", "syslog", "rotate", "email", "exec", "suspend", "single", "halt", "IGNORE", "SYSLOG", "ROTATE", "EMAIL", "EXEC", "SUSPEND", "SINGLE", "HALT" ], "type": "str" }, "auditd_admin_space_left_action_exe": { "type": "str" }, "auditd_backlog_wait_time": { "type": "raw" }, "auditd_buffer_size": { "type": "int" }, "auditd_disk_error_action": { "choices": [ "ignore", "syslog", "exec", "suspend", "single", "halt", "IGNORE", "SYSLOG", "EXEC", "SUSPEND", "SINGLE", "HALT" ], "type": "str" }, "auditd_disk_error_action_exe": { "type": "str" }, "auditd_disk_full_action": { "choices": [ "ignore", "syslog", "rotate", "exec", "suspend", "single", "halt", "IGNORE", "SYSLOG", "ROTATE", "EXEC", "SUSPEND", "SINGLE", "HALT" ], "type": "str" }, "auditd_disk_full_action_exe": { "type": "str" }, "auditd_distribute_network": { "type": "bool" }, "auditd_enable_flag": { "type": "int" }, "auditd_enable_krb5": { "type": "bool" }, "auditd_end_of_event_timeout": { "type": "int" }, "auditd_fail_mode": { "type": "int" }, "auditd_flush": { "choices": [ "none", "incremental", "incremental_async", "data", "sync", "NONE", "INCREMENTAL", "INCREMENTAL_ASYNC", "DATA", "SYNC" ], "type": "str" }, "auditd_freq": { "type": "int" }, "auditd_krb5_key_file": { "type": "str" }, "auditd_krb5_principal": { "type": "str" }, "auditd_local_events": { "type": "bool" }, "auditd_log_file": { "type": "path" }, "auditd_log_format": { "choices": [ "raw", "nolog", "enriched", "RAW", "NOLOG", "ENRICHED" ], "type": "str" }, "auditd_log_group": { "type": "str" }, "auditd_loginuid_immutable": { "type": "bool" }, "auditd_manage_rules": { "type": "bool" }, "auditd_max_log_file": { "type": "int" }, "auditd_max_log_file_action": { "choices": [ "ignore", "syslog", "exec", "suspend", "rotate", "keep_logs", "IGNORE", "SYSLOG", "EXEC", "SUSPEND", "ROTATE", "KEEP_LOGS" ], "type": "str" }, "auditd_max_log_file_action_exe": { "type": "str" }, "auditd_max_restarts": { "type": "int" }, "auditd_maximum_rate": { "type": "raw" }, "auditd_name": { "type": "str" }, "auditd_name_format": { "choices": [ "none", "hostname", "fqd", "numeric", "user", "NONE", "HOSTNAME", "FQD", "NUMERIC", "USER" ], "type": "str" }, "auditd_num_logs": { "type": "int" }, "auditd_overflow_action": { "choices": [ "ignore", "syslog", "suspend", "single", "halt", "IGNORE", "SYSLOG", "SUSPEND", "SINGLE", "HALT" ], "type": "str" }, "auditd_plugin_dir": { "type": "path" }, "auditd_priority_boost": { "type": "int" }, "auditd_purge_rules": { "type": "bool" }, "auditd_q_depth": { "type": "int" }, "auditd_report_interval": { "type": "str" }, "auditd_rules": { "elements": "dict", "type": "list" }, "auditd_space_left": { "type": "str" }, "auditd_space_left_action": { "choices": [ "ignore", "syslog", "rotate", "email", "exec", "suspend", "single", "IGNORE", "SYSLOG", "ROTATE", "EMAIL", "EXEC", "SUSPEND", "SINGLE" ], "type": "str" }, "auditd_space_left_action_exe": { "type": "str" }, "auditd_start_service": { "type": "bool" }, "auditd_tcp_client_max_idle": { "type": "int" }, "auditd_tcp_client_ports": { "type": "str" }, "auditd_tcp_listen_port": { "type": "int" }, "auditd_tcp_listen_queue": { "type": "int" }, "auditd_tcp_max_per_addr": { "type": "int" }, "auditd_transport": { "choices": [ "tcp", "krb5", "TCP", "KRB5" ], "type": "str" }, "auditd_use_libwrap": { "type": "bool" }, "auditd_verify_email": { "type": "bool" }, "auditd_write_logs": { "type": "bool" } }, "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: Validation of arguments failed: value of auditd_transport must be one of: tcp, krb5, TCP, KRB5, got: not_a_valid_transport TASK [Mark invalid transport rejected] ***************************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:20 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.024) 0:00:01.115 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_transport_arg_spec_failed": true }, "changed": false } TASK [Assert invalid auditd_transport failed validation] *********************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:24 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.018) 0:00:01.133 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with invalid log_format] **************************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:36 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.037) 0:00:01.171 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.030) 0:00:01.201 ******* fatal: [managed-node1]: FAILED! => { "argument_errors": [ "value of auditd_log_format must be one of: raw, nolog, enriched, RAW, NOLOG, ENRICHED, got: invalid_log_format_value" ], "argument_spec_data": { "auditd_action_mail_acct": { "type": "str" }, "auditd_admin_space_left": { "type": "str" }, "auditd_admin_space_left_action": { "choices": [ "ignore", "syslog", "rotate", "email", "exec", "suspend", "single", "halt", "IGNORE", "SYSLOG", "ROTATE", "EMAIL", "EXEC", "SUSPEND", "SINGLE", "HALT" ], "type": "str" }, "auditd_admin_space_left_action_exe": { "type": "str" }, "auditd_backlog_wait_time": { "type": "raw" }, "auditd_buffer_size": { "type": "int" }, "auditd_disk_error_action": { "choices": [ "ignore", "syslog", "exec", "suspend", "single", "halt", "IGNORE", "SYSLOG", "EXEC", "SUSPEND", "SINGLE", "HALT" ], "type": "str" }, "auditd_disk_error_action_exe": { "type": "str" }, "auditd_disk_full_action": { "choices": [ "ignore", "syslog", "rotate", "exec", "suspend", "single", "halt", "IGNORE", "SYSLOG", "ROTATE", "EXEC", "SUSPEND", "SINGLE", "HALT" ], "type": "str" }, "auditd_disk_full_action_exe": { "type": "str" }, "auditd_distribute_network": { "type": "bool" }, "auditd_enable_flag": { "type": "int" }, "auditd_enable_krb5": { "type": "bool" }, "auditd_end_of_event_timeout": { "type": "int" }, "auditd_fail_mode": { "type": "int" }, "auditd_flush": { "choices": [ "none", "incremental", "incremental_async", "data", "sync", "NONE", "INCREMENTAL", "INCREMENTAL_ASYNC", "DATA", "SYNC" ], "type": "str" }, "auditd_freq": { "type": "int" }, "auditd_krb5_key_file": { "type": "str" }, "auditd_krb5_principal": { "type": "str" }, "auditd_local_events": { "type": "bool" }, "auditd_log_file": { "type": "path" }, "auditd_log_format": { "choices": [ "raw", "nolog", "enriched", "RAW", "NOLOG", "ENRICHED" ], "type": "str" }, "auditd_log_group": { "type": "str" }, "auditd_loginuid_immutable": { "type": "bool" }, "auditd_manage_rules": { "type": "bool" }, "auditd_max_log_file": { "type": "int" }, "auditd_max_log_file_action": { "choices": [ "ignore", "syslog", "exec", "suspend", "rotate", "keep_logs", "IGNORE", "SYSLOG", "EXEC", "SUSPEND", "ROTATE", "KEEP_LOGS" ], "type": "str" }, "auditd_max_log_file_action_exe": { "type": "str" }, "auditd_max_restarts": { "type": "int" }, "auditd_maximum_rate": { "type": "raw" }, "auditd_name": { "type": "str" }, "auditd_name_format": { "choices": [ "none", "hostname", "fqd", "numeric", "user", "NONE", "HOSTNAME", "FQD", "NUMERIC", "USER" ], "type": "str" }, "auditd_num_logs": { "type": "int" }, "auditd_overflow_action": { "choices": [ "ignore", "syslog", "suspend", "single", "halt", "IGNORE", "SYSLOG", "SUSPEND", "SINGLE", "HALT" ], "type": "str" }, "auditd_plugin_dir": { "type": "path" }, "auditd_priority_boost": { "type": "int" }, "auditd_purge_rules": { "type": "bool" }, "auditd_q_depth": { "type": "int" }, "auditd_report_interval": { "type": "str" }, "auditd_rules": { "elements": "dict", "type": "list" }, "auditd_space_left": { "type": "str" }, "auditd_space_left_action": { "choices": [ "ignore", "syslog", "rotate", "email", "exec", "suspend", "single", "IGNORE", "SYSLOG", "ROTATE", "EMAIL", "EXEC", "SUSPEND", "SINGLE" ], "type": "str" }, "auditd_space_left_action_exe": { "type": "str" }, "auditd_start_service": { "type": "bool" }, "auditd_tcp_client_max_idle": { "type": "int" }, "auditd_tcp_client_ports": { "type": "str" }, "auditd_tcp_listen_port": { "type": "int" }, "auditd_tcp_listen_queue": { "type": "int" }, "auditd_tcp_max_per_addr": { "type": "int" }, "auditd_transport": { "choices": [ "tcp", "krb5", "TCP", "KRB5" ], "type": "str" }, "auditd_use_libwrap": { "type": "bool" }, "auditd_verify_email": { "type": "bool" }, "auditd_write_logs": { "type": "bool" } }, "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: Validation of arguments failed: value of auditd_log_format must be one of: raw, nolog, enriched, RAW, NOLOG, ENRICHED, got: invalid_log_format_value TASK [Mark invalid log_format rejected] **************************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:42 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.022) 0:00:01.224 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_log_format_arg_spec_failed": true }, "changed": false } TASK [Assert invalid auditd_log_format failed validation] ********************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:46 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.016) 0:00:01.241 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with num_logs 1000] ********************************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:59 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.037) 0:00:01.278 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.022) 0:00:01.301 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.014) 0:00:01.315 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.016) 0:00:01.331 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.032) 0:00:01.364 ******* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.421) 0:00:01.785 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.020) 0:00:01.806 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:32 -0400 (0:00:00.039) 0:00:01.845 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.033) 0:00:01.878 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.031) 0:00:01.910 ******* fatal: [managed-node1]: FAILED! => { "assertion": "auditd_num_logs | int <= 999", "changed": false, "evaluated_to": false } MSG: auditd_num_logs must be between 0 and 999 inclusive TASK [Mark num_logs range rejected] ******************************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:65 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.035) 0:00:01.945 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_num_logs_assert_failed": true }, "changed": false } TASK [Assert auditd_num_logs above 999 failed assert validation] *************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:69 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.011) 0:00:01.957 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with auditd_buffer_size zero] *********************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:77 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.033) 0:00:01.991 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.023) 0:00:02.014 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.016) 0:00:02.030 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.016) 0:00:02.047 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.032) 0:00:02.079 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.017) 0:00:02.096 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.016) 0:00:02.113 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.038) 0:00:02.151 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.032) 0:00:02.184 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.030) 0:00:02.214 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.034) 0:00:02.249 ******* fatal: [managed-node1]: FAILED! => { "assertion": "auditd_buffer_size | int > 0", "changed": false, "evaluated_to": false } MSG: auditd_buffer_size must be a positive integer TASK [Mark auditd_buffer_size non-positive rejected] *************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:83 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.033) 0:00:02.283 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_buffer_size_assert_failed": true }, "changed": false } TASK [Assert auditd_buffer_size not positive failed assert validation] ********* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:87 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.011) 0:00:02.294 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with incremental_async and zero freq] *************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:96 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.033) 0:00:02.327 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.023) 0:00:02.351 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.017) 0:00:02.368 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.016) 0:00:02.385 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.034) 0:00:02.419 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.018) 0:00:02.438 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.016) 0:00:02.455 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.040) 0:00:02.495 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.034) 0:00:02.530 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.035) 0:00:02.565 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.035) 0:00:02.601 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.034) 0:00:02.635 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.036) 0:00:02.671 ******* fatal: [managed-node1]: FAILED! => { "assertion": "(auditd_flush | lower not in ['incremental', 'incremental_async']) or (auditd_freq | int > 0)", "changed": false, "evaluated_to": false } MSG: When auditd_flush is incremental or incremental_async, auditd_freq must be greater than 0 TASK [Mark flush or freq sanity rejected] ************************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:103 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.036) 0:00:02.707 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_flush_freq_assert_failed": true }, "changed": false } TASK [Assert incremental flush with zero freq failed assert validation] ******** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:107 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.011) 0:00:02.719 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with excessive q_depth] ***************************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:117 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.033) 0:00:02.753 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.024) 0:00:02.778 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.014) 0:00:02.793 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.016) 0:00:02.809 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.033) 0:00:02.842 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:33 -0400 (0:00:00.017) 0:00:02.860 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.016) 0:00:02.876 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.040) 0:00:02.917 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.034) 0:00:02.951 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.031) 0:00:02.983 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.036) 0:00:03.019 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.035) 0:00:03.055 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.037) 0:00:03.093 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.038) 0:00:03.131 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.039) 0:00:03.171 ******* fatal: [managed-node1]: FAILED! => { "assertion": "auditd_q_depth | int <= 99999", "changed": false, "evaluated_to": false } MSG: auditd_q_depth must be between 0 and 99999 inclusive TASK [Mark q_depth range rejected] ********************************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:123 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.038) 0:00:03.210 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_q_depth_assert_failed": true }, "changed": false } TASK [Assert auditd_q_depth above 99999 failed assert validation] ************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:127 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.012) 0:00:03.222 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with tcp_max_per_addr zero] ************************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:135 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.036) 0:00:03.259 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.026) 0:00:03.286 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.015) 0:00:03.301 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.017) 0:00:03.319 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.034) 0:00:03.353 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.018) 0:00:03.372 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.017) 0:00:03.390 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.042) 0:00:03.432 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.035) 0:00:03.468 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.031) 0:00:03.500 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.039) 0:00:03.539 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.041) 0:00:03.581 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.039) 0:00:03.620 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.039) 0:00:03.659 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.038) 0:00:03.698 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.038) 0:00:03.737 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.043) 0:00:03.780 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.043) 0:00:03.824 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:34 -0400 (0:00:00.037) 0:00:03.861 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.036) 0:00:03.898 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.036) 0:00:03.934 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.037) 0:00:03.971 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.035) 0:00:04.007 ******* fatal: [managed-node1]: FAILED! => { "assertion": "auditd_tcp_max_per_addr | int >= 1", "changed": false, "evaluated_to": false } MSG: Assertion failed TASK [Mark tcp_max_per_addr below minimum rejected] **************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:141 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.035) 0:00:04.042 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_tcp_max_per_addr_low_assert_failed": true }, "changed": false } TASK [Assert auditd_tcp_max_per_addr below 1 failed assert validation] ********* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:145 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.012) 0:00:04.054 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with tcp_max_per_addr above maximum] **************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:154 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.034) 0:00:04.089 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.025) 0:00:04.115 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.014) 0:00:04.129 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.016) 0:00:04.146 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.035) 0:00:04.181 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.017) 0:00:04.199 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.016) 0:00:04.216 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.041) 0:00:04.257 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.035) 0:00:04.293 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.031) 0:00:04.324 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.036) 0:00:04.360 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.035) 0:00:04.396 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.038) 0:00:04.434 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.037) 0:00:04.471 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.037) 0:00:04.508 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.037) 0:00:04.545 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.044) 0:00:04.590 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.041) 0:00:04.632 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.036) 0:00:04.668 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.035) 0:00:04.704 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.034) 0:00:04.739 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.036) 0:00:04.775 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.036) 0:00:04.812 ******* fatal: [managed-node1]: FAILED! => { "assertion": "auditd_tcp_max_per_addr | int <= 1024", "changed": false, "evaluated_to": false } MSG: Assertion failed TASK [Mark tcp_max_per_addr above maximum rejected] **************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:160 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.037) 0:00:04.850 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_tcp_max_per_addr_high_assert_failed": true }, "changed": false } TASK [Assert auditd_tcp_max_per_addr above 1024 failed assert validation] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:164 Wednesday 29 April 2026 10:10:35 -0400 (0:00:00.012) 0:00:04.862 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with invalid auditd_enable_flag] ******************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:173 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.036) 0:00:04.899 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.025) 0:00:04.925 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.016) 0:00:04.941 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.016) 0:00:04.958 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.034) 0:00:04.993 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.018) 0:00:05.011 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.016) 0:00:05.028 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.040) 0:00:05.068 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.034) 0:00:05.103 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.032) 0:00:05.135 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.036) 0:00:05.171 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.035) 0:00:05.207 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.036) 0:00:05.243 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.037) 0:00:05.281 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.038) 0:00:05.319 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.037) 0:00:05.357 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.070) 0:00:05.428 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.072) 0:00:05.500 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.066) 0:00:05.567 ******* fatal: [managed-node1]: FAILED! => { "assertion": "auditd_enable_flag | int in [0, 1, 2]", "changed": false, "evaluated_to": false } MSG: auditd_enable_flag must be 0, 1, or 2 TASK [Mark auditd_enable_flag range rejected] ********************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:179 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.068) 0:00:05.635 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_enable_flag_assert_failed": true }, "changed": false } TASK [Assert auditd_enable_flag outside 0 to 2 failed assert validation] ******* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:183 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.012) 0:00:05.647 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with invalid auditd_fail_mode] ********************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:192 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.062) 0:00:05.710 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.047) 0:00:05.758 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.017) 0:00:05.775 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.016) 0:00:05.791 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.033) 0:00:05.825 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.017) 0:00:05.843 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:36 -0400 (0:00:00.016) 0:00:05.860 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.040) 0:00:05.900 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.035) 0:00:05.935 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.030) 0:00:05.966 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.038) 0:00:06.004 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.037) 0:00:06.042 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.036) 0:00:06.078 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.037) 0:00:06.116 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.036) 0:00:06.153 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.037) 0:00:06.190 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.042) 0:00:06.232 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.040) 0:00:06.273 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.036) 0:00:06.310 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.034) 0:00:06.344 ******* fatal: [managed-node1]: FAILED! => { "assertion": "auditd_fail_mode | int in [0, 1, 2]", "changed": false, "evaluated_to": false } MSG: auditd_fail_mode must be 0, 1, or 2 TASK [Mark auditd_fail_mode range rejected] ************************************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:198 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.035) 0:00:06.380 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_fail_mode_assert_failed": true }, "changed": false } TASK [Assert auditd_fail_mode outside 0 to 2 failed assert validation] ********* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:202 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.012) 0:00:06.393 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with invalid auditd_maximum_rate] ******************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:211 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.036) 0:00:06.429 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.025) 0:00:06.454 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.017) 0:00:06.472 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.017) 0:00:06.489 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.035) 0:00:06.525 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.021) 0:00:06.546 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.016) 0:00:06.563 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.045) 0:00:06.608 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.034) 0:00:06.643 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.030) 0:00:06.674 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.037) 0:00:06.711 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.035) 0:00:06.747 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.036) 0:00:06.784 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.037) 0:00:06.821 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:37 -0400 (0:00:00.037) 0:00:06.858 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.036) 0:00:06.895 ******* fatal: [managed-node1]: FAILED! => { "assertion": "(auditd_maximum_rate is none) or ((auditd_maximum_rate | string | trim | length) == 0) or (auditd_maximum_rate | string | trim is match('^[0-9]+$'))", "changed": false, "evaluated_to": false } MSG: auditd_maximum_rate must be null, empty, or a non-negative integer (digits only) TASK [Mark auditd_maximum_rate format rejected] ******************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:217 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.042) 0:00:06.937 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_maximum_rate_assert_failed": true }, "changed": false } TASK [Assert invalid auditd_maximum_rate failed assert validation] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:221 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.011) 0:00:06.949 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with invalid auditd_backlog_wait_time] ************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:231 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.035) 0:00:06.984 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.025) 0:00:07.009 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.015) 0:00:07.025 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.016) 0:00:07.042 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.034) 0:00:07.076 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.019) 0:00:07.095 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.016) 0:00:07.112 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.040) 0:00:07.153 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.034) 0:00:07.187 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.030) 0:00:07.218 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.036) 0:00:07.254 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.035) 0:00:07.290 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.036) 0:00:07.326 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.037) 0:00:07.364 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.039) 0:00:07.404 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.038) 0:00:07.443 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.043) 0:00:07.487 ******* fatal: [managed-node1]: FAILED! => { "assertion": "(auditd_backlog_wait_time is none) or ((auditd_backlog_wait_time | string | trim | length) == 0) or (auditd_backlog_wait_time | string | trim is match('^[0-9]+$'))", "changed": false, "evaluated_to": false } MSG: auditd_backlog_wait_time must be null, empty, or a non-negative integer (digits only) TASK [Mark auditd_backlog_wait_time format rejected] *************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:237 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.044) 0:00:07.531 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_backlog_wait_time_assert_failed": true }, "changed": false } TASK [Assert invalid auditd_backlog_wait_time failed assert validation] ******** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:241 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.012) 0:00:07.543 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with space_left zero percent] *********************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:251 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.036) 0:00:07.579 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.026) 0:00:07.605 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.019) 0:00:07.624 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.017) 0:00:07.642 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.033) 0:00:07.675 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.018) 0:00:07.694 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.017) 0:00:07.711 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.040) 0:00:07.751 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.034) 0:00:07.785 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.032) 0:00:07.818 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:38 -0400 (0:00:00.038) 0:00:07.856 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.036) 0:00:07.893 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.038) 0:00:07.932 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.039) 0:00:07.971 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.039) 0:00:08.011 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.036) 0:00:08.048 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.040) 0:00:08.089 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.041) 0:00:08.131 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.037) 0:00:08.168 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.035) 0:00:08.203 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.034) 0:00:08.238 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.037) 0:00:08.276 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.036) 0:00:08.312 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.039) 0:00:08.351 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.040) 0:00:08.392 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.019) 0:00:08.411 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.018) 0:00:08.430 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.037) 0:00:08.468 ******* fatal: [managed-node1]: FAILED! => { "assertion": "__auditd_space_left_pct | int >= 1", "changed": false, "evaluated_to": false } MSG: When auditd_space_left is digits followed by %, the number must be between 1 and 99 inclusive TASK [Mark space_left percentage range rejected] ******************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:257 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.043) 0:00:08.511 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_space_left_pct_assert_failed": true }, "changed": false } TASK [Assert auditd_space_left zero percent failed assert validation] ********** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:261 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.013) 0:00:08.525 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with admin_space_left zero percent] ***************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:271 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.037) 0:00:08.562 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.027) 0:00:08.589 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.017) 0:00:08.607 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.023) 0:00:08.630 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.037) 0:00:08.668 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.021) 0:00:08.689 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.019) 0:00:08.708 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.042) 0:00:08.751 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.034) 0:00:08.785 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.031) 0:00:08.816 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:39 -0400 (0:00:00.036) 0:00:08.853 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.035) 0:00:08.888 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.037) 0:00:08.926 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.036) 0:00:08.962 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.036) 0:00:08.999 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.035) 0:00:09.035 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.041) 0:00:09.076 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.043) 0:00:09.119 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.037) 0:00:09.157 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.037) 0:00:09.195 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.037) 0:00:09.232 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.040) 0:00:09.272 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.039) 0:00:09.311 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.038) 0:00:09.350 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.039) 0:00:09.389 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.019) 0:00:09.409 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.020) 0:00:09.429 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.035) 0:00:09.465 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.037) 0:00:09.502 ******* fatal: [managed-node1]: FAILED! => { "assertion": "__auditd_admin_space_left_pct | int >= 1", "changed": false, "evaluated_to": false } MSG: When auditd_admin_space_left is digits followed by %, the number must be between 1 and 99 inclusive TASK [Mark admin_space_left percentage range rejected] ************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:277 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.042) 0:00:09.545 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_admin_space_left_pct_assert_failed": true }, "changed": false } TASK [Assert auditd_admin_space_left zero percent failed assert validation] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:281 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.012) 0:00:09.557 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with space_left percent not above admin percent] **************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:291 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.035) 0:00:09.593 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.025) 0:00:09.618 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.017) 0:00:09.636 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.019) 0:00:09.655 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.034) 0:00:09.689 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.018) 0:00:09.708 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.016) 0:00:09.724 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.039) 0:00:09.763 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.035) 0:00:09.799 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:40 -0400 (0:00:00.033) 0:00:09.832 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.037) 0:00:09.870 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.035) 0:00:09.906 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.037) 0:00:09.943 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.036) 0:00:09.979 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.037) 0:00:10.016 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.036) 0:00:10.053 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.041) 0:00:10.095 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.041) 0:00:10.137 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.036) 0:00:10.174 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.036) 0:00:10.210 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.035) 0:00:10.245 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.042) 0:00:10.288 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.039) 0:00:10.328 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.036) 0:00:10.364 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.035) 0:00:10.400 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.017) 0:00:10.417 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.018) 0:00:10.436 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.036) 0:00:10.472 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.045) 0:00:10.518 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left is greater than admin_space_left when both use same form] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.045) 0:00:10.563 ******* fatal: [managed-node1]: FAILED! => { "assertion": "__auditd_space_left_cmp | int > __auditd_admin_space_left_cmp | int", "changed": false, "evaluated_to": false } MSG: When auditd_space_left and auditd_admin_space_left are both percentages (digits followed by %) or both plain non-negative integers (MiB), the value for auditd_space_left must be greater than auditd_admin_space_left TASK [Mark space_left vs admin_space_left ordering rejected] ******************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:298 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.044) 0:00:10.608 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_sl_asl_order_pct_assert_failed": true }, "changed": false } TASK [Assert space_left vs admin_space_left percentage ordering failed validation] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:302 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.013) 0:00:10.621 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with space_left not above admin MIB value] ********************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:312 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.041) 0:00:10.663 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.026) 0:00:10.689 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.015) 0:00:10.705 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.016) 0:00:10.722 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.034) 0:00:10.757 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.018) 0:00:10.775 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.017) 0:00:10.792 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:41 -0400 (0:00:00.040) 0:00:10.833 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.035) 0:00:10.868 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.031) 0:00:10.899 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.038) 0:00:10.938 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.037) 0:00:10.976 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.038) 0:00:11.014 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.037) 0:00:11.052 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.039) 0:00:11.092 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.037) 0:00:11.130 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.042) 0:00:11.172 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.043) 0:00:11.216 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.036) 0:00:11.252 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.036) 0:00:11.289 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.036) 0:00:11.325 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.037) 0:00:11.362 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.037) 0:00:11.400 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.038) 0:00:11.438 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.038) 0:00:11.476 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.017) 0:00:11.494 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.017) 0:00:11.512 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.035) 0:00:11.548 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.036) 0:00:11.584 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_admin_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left is greater than admin_space_left when both use same form] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.037) 0:00:11.621 ******* fatal: [managed-node1]: FAILED! => { "assertion": "__auditd_space_left_cmp | int > __auditd_admin_space_left_cmp | int", "changed": false, "evaluated_to": false } MSG: When auditd_space_left and auditd_admin_space_left are both percentages (digits followed by %) or both plain non-negative integers (MiB), the value for auditd_space_left must be greater than auditd_admin_space_left TASK [Mark space_left vs admin_space_left ordering rejected] ******************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:319 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.048) 0:00:11.670 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_sl_asl_order_mib_assert_failed": true }, "changed": false } TASK [Assert space_left vs admin_space_left MIB value ordering failed validation] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:323 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.013) 0:00:11.683 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with exec action and empty exe path] **************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:333 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.035) 0:00:11.719 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.025) 0:00:11.745 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.015) 0:00:11.761 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.017) 0:00:11.779 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:42 -0400 (0:00:00.068) 0:00:11.848 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.083) 0:00:11.931 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.018) 0:00:11.950 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.042) 0:00:11.992 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.037) 0:00:12.030 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.032) 0:00:12.063 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.040) 0:00:12.103 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.038) 0:00:12.141 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.039) 0:00:12.180 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.038) 0:00:12.219 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.038) 0:00:12.257 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.039) 0:00:12.296 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.044) 0:00:12.341 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.045) 0:00:12.387 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.042) 0:00:12.429 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.039) 0:00:12.468 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.040) 0:00:12.509 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.040) 0:00:12.549 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.040) 0:00:12.589 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.040) 0:00:12.630 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.045) 0:00:12.675 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.019) 0:00:12.695 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.017) 0:00:12.712 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.037) 0:00:12.750 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.039) 0:00:12.790 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_admin_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left is greater than admin_space_left when both use same form] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Wednesday 29 April 2026 10:10:43 -0400 (0:00:00.036) 0:00:12.827 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_full_action rejects email (disk_full_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:179 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.045) 0:00:12.872 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_error_action rejects email and rotate (disk_error_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:185 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.037) 0:00:12.909 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert exec companion paths when action is exec] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.037) 0:00:12.947 ******* fatal: [managed-node1]: FAILED! => { "assertion": "auditd_max_log_file_action_exe | default('', true) | length > 0", "changed": false, "evaluated_to": false } MSG: auditd_max_log_file_action_exe is required when auditd_max_log_file_action is exec TASK [Mark exec path requirement rejected] ************************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:340 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.042) 0:00:12.989 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_exec_exe_assert_failed": true }, "changed": false } TASK [Assert exec without max_log_file_action_exe failed assert validation] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:344 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.012) 0:00:13.002 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with non-numeric tcp_client_ports] ****************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:354 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.036) 0:00:13.038 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.025) 0:00:13.064 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.016) 0:00:13.081 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.017) 0:00:13.098 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.037) 0:00:13.136 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.019) 0:00:13.155 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.017) 0:00:13.173 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.043) 0:00:13.217 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.037) 0:00:13.254 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.033) 0:00:13.288 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.038) 0:00:13.327 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.036) 0:00:13.363 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.038) 0:00:13.401 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.037) 0:00:13.439 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.039) 0:00:13.478 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.038) 0:00:13.517 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.043) 0:00:13.561 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.042) 0:00:13.603 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.038) 0:00:13.641 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.037) 0:00:13.678 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.039) 0:00:13.718 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.038) 0:00:13.756 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.037) 0:00:13.794 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:44 -0400 (0:00:00.037) 0:00:13.831 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.037) 0:00:13.869 ******* fatal: [managed-node1]: FAILED! => { "assertion": "auditd_tcp_client_ports is match('^[0-9]+(-[0-9]+)?$')", "changed": false, "evaluated_to": false } MSG: auditd_tcp_client_ports must be digits or LOW-HIGH with digits only TASK [Mark tcp_client_ports format rejected] *********************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:360 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.043) 0:00:13.912 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_tcp_ports_assert_failed": true }, "changed": false } TASK [Assert invalid tcp_client_ports failed assert validation] **************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:364 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.012) 0:00:13.925 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with reversed client port range] ******************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:372 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.036) 0:00:13.962 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.027) 0:00:13.989 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.016) 0:00:14.005 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.017) 0:00:14.023 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.034) 0:00:14.057 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.018) 0:00:14.076 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.017) 0:00:14.093 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.040) 0:00:14.134 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.035) 0:00:14.169 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.031) 0:00:14.201 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.038) 0:00:14.240 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.038) 0:00:14.278 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.039) 0:00:14.317 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.038) 0:00:14.356 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.039) 0:00:14.396 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.038) 0:00:14.435 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.045) 0:00:14.480 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.043) 0:00:14.524 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.038) 0:00:14.563 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.036) 0:00:14.599 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.036) 0:00:14.635 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.037) 0:00:14.673 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.040) 0:00:14.714 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.038) 0:00:14.752 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.037) 0:00:14.789 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:45 -0400 (0:00:00.041) 0:00:14.831 ******* fatal: [managed-node1]: FAILED! => { "assertion": "(auditd_tcp_client_ports.split('-')[0] | int) <= (auditd_tcp_client_ports.split('-')[1] | int)", "changed": false, "evaluated_to": false } MSG: auditd_tcp_client_ports range is reversed TASK [Mark reversed tcp_client_ports rejected] ********************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:378 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.043) 0:00:14.875 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_tcp_ports_range_assert_failed": true }, "changed": false } TASK [Assert reversed tcp_client_ports range failed assert validation] ********* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:382 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.012) 0:00:14.888 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with incomplete auditd_rules dict] ****************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:390 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.036) 0:00:14.924 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.025) 0:00:14.949 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.016) 0:00:14.965 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.017) 0:00:14.983 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.036) 0:00:15.019 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.021) 0:00:15.041 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.017) 0:00:15.059 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.041) 0:00:15.100 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.034) 0:00:15.135 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.030) 0:00:15.166 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.038) 0:00:15.204 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.036) 0:00:15.241 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.037) 0:00:15.278 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.036) 0:00:15.315 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.037) 0:00:15.353 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.036) 0:00:15.390 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.041) 0:00:15.432 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.043) 0:00:15.475 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.038) 0:00:15.513 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.037) 0:00:15.550 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.035) 0:00:15.586 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.039) 0:00:15.626 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.037) 0:00:15.664 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.039) 0:00:15.704 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.041) 0:00:15.746 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.017) 0:00:15.763 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.018) 0:00:15.782 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.037) 0:00:15.819 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:46 -0400 (0:00:00.038) 0:00:15.857 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_admin_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left is greater than admin_space_left when both use same form] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.039) 0:00:15.897 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_full_action rejects email (disk_full_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:179 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.044) 0:00:15.941 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_error_action rejects email and rotate (disk_error_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:185 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.036) 0:00:15.978 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert exec companion paths when action is exec] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.036) 0:00:16.015 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_max_log_file_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:198 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.033) 0:00:16.048 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:205 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.033) 0:00:16.082 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_admin_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_full_action exec path] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:212 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.033) 0:00:16.115 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_full_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_error_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:219 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.034) 0:00:16.149 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_error_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert name when name_format is user (resolve_node)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:226 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.033) 0:00:16.183 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_name_format | lower == 'user'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Validate auditd_rules structure and values] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.033) 0:00:16.216 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert auditd_rules is a list of dicts] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:4 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.059) 0:00:16.275 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert each auditd_rules entry has required action and filter] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:13 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.045) 0:00:16.321 ******* failed: [managed-node1] (item=missing action,missing filter) => { "ansible_loop_var": "item", "assertion": "item.action is defined", "changed": false, "evaluated_to": false, "item": { "keyname": "incomplete_rule" } } MSG: Each auditd_rules entry must define string action (always, never) and string filter (exclude, exit, filesystem, io_uring, task, user) TASK [Mark incomplete auditd_rules rejected] *********************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:397 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.043) 0:00:16.364 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_rules_assert_failed": true }, "changed": false } TASK [Assert auditd_rules without action and filter failed validation] ********* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:401 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.012) 0:00:16.377 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with filesystem rule missing fstype] **************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:409 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.037) 0:00:16.414 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.027) 0:00:16.441 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.016) 0:00:16.458 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.017) 0:00:16.476 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.035) 0:00:16.512 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.019) 0:00:16.531 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.018) 0:00:16.549 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.041) 0:00:16.591 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.034) 0:00:16.625 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.031) 0:00:16.657 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.038) 0:00:16.695 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.041) 0:00:16.737 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.038) 0:00:16.775 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.038) 0:00:16.814 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:47 -0400 (0:00:00.038) 0:00:16.852 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.037) 0:00:16.890 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.042) 0:00:16.933 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.042) 0:00:16.976 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.037) 0:00:17.013 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.036) 0:00:17.050 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.035) 0:00:17.086 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.038) 0:00:17.124 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.037) 0:00:17.161 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.037) 0:00:17.199 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.037) 0:00:17.236 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.018) 0:00:17.254 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.018) 0:00:17.272 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.034) 0:00:17.307 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.035) 0:00:17.342 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_admin_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left is greater than admin_space_left when both use same form] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.035) 0:00:17.378 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_full_action rejects email (disk_full_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:179 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.044) 0:00:17.422 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_error_action rejects email and rotate (disk_error_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:185 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.037) 0:00:17.459 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert exec companion paths when action is exec] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.035) 0:00:17.495 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_max_log_file_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:198 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.033) 0:00:17.529 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:205 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.033) 0:00:17.563 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_admin_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_full_action exec path] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:212 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.033) 0:00:17.596 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_full_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_error_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:219 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.033) 0:00:17.630 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_error_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert name when name_format is user (resolve_node)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:226 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.033) 0:00:17.664 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_name_format | lower == 'user'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Validate auditd_rules structure and values] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.033) 0:00:17.697 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert auditd_rules is a list of dicts] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:4 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.062) 0:00:17.760 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert each auditd_rules entry has required action and filter] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:13 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.045) 0:00:17.806 ******* ok: [managed-node1] => (item=never,filesystem) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "msgtype=AUDIT_FS", "filter": "filesystem", "keyname": "bad_fs" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules entries use only supported keys] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:29 Wednesday 29 April 2026 10:10:48 -0400 (0:00:00.051) 0:00:17.857 ******* ok: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'msgtype=AUDIT_FS', 'keyname': 'bad_fs'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "msgtype=AUDIT_FS", "filter": "filesystem", "keyname": "bad_fs" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path and dir are mutually exclusive] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:49 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.044) 0:00:17.902 ******* ok: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'msgtype=AUDIT_FS', 'keyname': 'bad_fs'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "msgtype=AUDIT_FS", "filter": "filesystem", "keyname": "bad_fs" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path or dir requires filter exit] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:56 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.025) 0:00:17.927 ******* skipping: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'msgtype=AUDIT_FS', 'keyname': 'bad_fs'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(item.path is defined) or (item.dir is defined)", "item": { "action": "never", "field": "msgtype=AUDIT_FS", "filter": "filesystem", "keyname": "bad_fs" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules syscall requires valid filter type] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:64 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.022) 0:00:17.949 ******* skipping: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'msgtype=AUDIT_FS', 'keyname': 'bad_fs'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.syscall is defined", "item": { "action": "never", "field": "msgtype=AUDIT_FS", "filter": "filesystem", "keyname": "bad_fs" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules field is a non-empty string or list of non-empty strings] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:74 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.021) 0:00:17.971 ******* ok: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'msgtype=AUDIT_FS', 'keyname': 'bad_fs'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "msgtype=AUDIT_FS", "filter": "filesystem", "keyname": "bad_fs" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules filesystem filter includes fstype=debugfs or fstype=tracefs] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:84 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.026) 0:00:17.998 ******* failed: [managed-node1] (item={'action': 'never', 'filter': 'filesystem', 'field': 'msgtype=AUDIT_FS', 'keyname': 'bad_fs'}) => { "ansible_loop_var": "item", "assertion": "(\n (__auditd_rule_field_list)\n | select('match', __auditd_rules_filesystem_fstype_regex)\n | list\n | length\n) > 0", "changed": false, "evaluated_to": false, "item": { "action": "never", "field": "msgtype=AUDIT_FS", "filter": "filesystem", "keyname": "bad_fs" } } MSG: auditd_rules entry with filter filesystem must define field with fstype=debugfs or fstype=tracefs TASK [Mark filesystem fstype rule rejected] ************************************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:419 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.050) 0:00:18.048 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_rules_fs_fstype_failed": true }, "changed": false } TASK [Assert filesystem rule without fstype=debugfs|tracefs failed validation] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:423 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.014) 0:00:18.063 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with path and dir on same rule] ********************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:431 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.036) 0:00:18.099 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.025) 0:00:18.125 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.017) 0:00:18.143 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.017) 0:00:18.160 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.037) 0:00:18.197 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.019) 0:00:18.217 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.017) 0:00:18.234 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.043) 0:00:18.278 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.038) 0:00:18.316 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.032) 0:00:18.349 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.039) 0:00:18.389 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.037) 0:00:18.427 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.039) 0:00:18.466 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.038) 0:00:18.505 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.040) 0:00:18.545 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.037) 0:00:18.583 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.043) 0:00:18.626 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.043) 0:00:18.670 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.038) 0:00:18.709 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.042) 0:00:18.752 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.036) 0:00:18.789 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.037) 0:00:18.827 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:49 -0400 (0:00:00.037) 0:00:18.864 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.038) 0:00:18.902 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.039) 0:00:18.942 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.018) 0:00:18.960 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.018) 0:00:18.979 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.037) 0:00:19.017 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.037) 0:00:19.054 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_admin_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left is greater than admin_space_left when both use same form] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.037) 0:00:19.092 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_full_action rejects email (disk_full_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:179 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.044) 0:00:19.137 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_error_action rejects email and rotate (disk_error_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:185 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.037) 0:00:19.175 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert exec companion paths when action is exec] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.037) 0:00:19.213 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_max_log_file_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:198 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.035) 0:00:19.248 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:205 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.036) 0:00:19.285 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_admin_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_full_action exec path] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:212 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.034) 0:00:19.319 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_full_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_error_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:219 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.033) 0:00:19.353 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_error_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert name when name_format is user (resolve_node)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:226 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.034) 0:00:19.387 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_name_format | lower == 'user'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Validate auditd_rules structure and values] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.034) 0:00:19.421 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert auditd_rules is a list of dicts] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:4 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.057) 0:00:19.479 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert each auditd_rules entry has required action and filter] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:13 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.047) 0:00:19.526 ******* ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc", "filter": "exit", "keyname": "path_and_dir", "path": "/etc/passwd", "syscall": "open" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules entries use only supported keys] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:29 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.049) 0:00:19.576 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/passwd', 'dir': '/etc', 'keyname': 'path_and_dir'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc", "filter": "exit", "keyname": "path_and_dir", "path": "/etc/passwd", "syscall": "open" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path and dir are mutually exclusive] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:49 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.044) 0:00:19.620 ******* failed: [managed-node1] (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/passwd', 'dir': '/etc', 'keyname': 'path_and_dir'}) => { "ansible_loop_var": "item", "assertion": "not ((item.path is defined) and (item.dir is defined))", "changed": false, "evaluated_to": false, "item": { "action": "always", "arch": "b64", "dir": "/etc", "filter": "exit", "keyname": "path_and_dir", "path": "/etc/passwd", "syscall": "open" } } MSG: auditd_rules entry cannot set both path and dir TASK [Mark path and dir together rejected] ************************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:444 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.025) 0:00:19.646 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_rules_path_dir_failed": true }, "changed": false } TASK [Assert path and dir together failed validation] ************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:448 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.012) 0:00:19.659 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with path and non-exit filter] ********************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:456 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.034) 0:00:19.693 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.025) 0:00:19.719 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.015) 0:00:19.735 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.021) 0:00:19.756 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.035) 0:00:19.792 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.018) 0:00:19.811 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:50 -0400 (0:00:00.016) 0:00:19.828 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.040) 0:00:19.868 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.034) 0:00:19.903 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.031) 0:00:19.934 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.037) 0:00:19.971 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.035) 0:00:20.007 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.036) 0:00:20.044 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.036) 0:00:20.080 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.037) 0:00:20.117 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.036) 0:00:20.154 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.041) 0:00:20.195 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.043) 0:00:20.238 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.038) 0:00:20.277 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.037) 0:00:20.315 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.037) 0:00:20.352 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.078) 0:00:20.430 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.079) 0:00:20.510 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.079) 0:00:20.589 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.078) 0:00:20.668 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.019) 0:00:20.687 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.020) 0:00:20.708 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.077) 0:00:20.785 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:51 -0400 (0:00:00.074) 0:00:20.859 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_admin_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left is greater than admin_space_left when both use same form] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.113) 0:00:20.973 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_full_action rejects email (disk_full_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:179 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.046) 0:00:21.020 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_error_action rejects email and rotate (disk_error_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:185 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.038) 0:00:21.058 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert exec companion paths when action is exec] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.038) 0:00:21.096 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_max_log_file_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:198 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.036) 0:00:21.133 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:205 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.035) 0:00:21.168 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_admin_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_full_action exec path] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:212 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.034) 0:00:21.202 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_full_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_error_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:219 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.035) 0:00:21.238 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_error_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert name when name_format is user (resolve_node)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:226 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.034) 0:00:21.273 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_name_format | lower == 'user'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Validate auditd_rules structure and values] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.034) 0:00:21.307 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert auditd_rules is a list of dicts] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:4 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.058) 0:00:21.366 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert each auditd_rules entry has required action and filter] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:13 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.047) 0:00:21.414 ******* ok: [managed-node1] => (item=always,user) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "user", "keyname": "path_bad_filter", "path": "/etc/issue" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules entries use only supported keys] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:29 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.052) 0:00:21.466 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'user', 'path': '/etc/issue', 'keyname': 'path_bad_filter'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "user", "keyname": "path_bad_filter", "path": "/etc/issue" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path and dir are mutually exclusive] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:49 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.048) 0:00:21.515 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'user', 'path': '/etc/issue', 'keyname': 'path_bad_filter'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "user", "keyname": "path_bad_filter", "path": "/etc/issue" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path or dir requires filter exit] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:56 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.026) 0:00:21.542 ******* failed: [managed-node1] (item={'action': 'always', 'filter': 'user', 'path': '/etc/issue', 'keyname': 'path_bad_filter'}) => { "ansible_loop_var": "item", "assertion": "item.filter == 'exit'", "changed": false, "evaluated_to": false, "item": { "action": "always", "filter": "user", "keyname": "path_bad_filter", "path": "/etc/issue" } } MSG: auditd_rules path and dir require filter type exit TASK [Mark path with wrong filter rejected] ************************************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:466 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.028) 0:00:21.570 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_rules_path_filter_failed": true }, "changed": false } TASK [Assert path with non-exit filter failed validation] ********************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:470 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.012) 0:00:21.583 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with syscall and invalid filter] ******************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:478 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.039) 0:00:21.623 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.027) 0:00:21.651 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.017) 0:00:21.668 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.018) 0:00:21.686 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.036) 0:00:21.723 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.020) 0:00:21.743 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.018) 0:00:21.761 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.045) 0:00:21.807 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:52 -0400 (0:00:00.036) 0:00:21.843 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.032) 0:00:21.876 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.039) 0:00:21.916 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.039) 0:00:21.955 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.040) 0:00:21.996 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.039) 0:00:22.036 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.039) 0:00:22.076 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.040) 0:00:22.117 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.045) 0:00:22.162 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.042) 0:00:22.205 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.038) 0:00:22.244 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.036) 0:00:22.280 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.036) 0:00:22.317 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.039) 0:00:22.356 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.038) 0:00:22.395 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.039) 0:00:22.434 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.039) 0:00:22.474 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.019) 0:00:22.494 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.019) 0:00:22.514 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.037) 0:00:22.552 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.037) 0:00:22.589 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_admin_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left is greater than admin_space_left when both use same form] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.036) 0:00:22.626 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_full_action rejects email (disk_full_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:179 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.044) 0:00:22.670 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_error_action rejects email and rotate (disk_error_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:185 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.037) 0:00:22.708 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert exec companion paths when action is exec] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.036) 0:00:22.744 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_max_log_file_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:198 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.034) 0:00:22.779 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:205 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.036) 0:00:22.815 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_admin_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_full_action exec path] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:212 Wednesday 29 April 2026 10:10:53 -0400 (0:00:00.033) 0:00:22.849 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_full_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_error_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:219 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.035) 0:00:22.884 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_error_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert name when name_format is user (resolve_node)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:226 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.033) 0:00:22.918 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_name_format | lower == 'user'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Validate auditd_rules structure and values] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.036) 0:00:22.954 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert auditd_rules is a list of dicts] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:4 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.061) 0:00:23.015 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert each auditd_rules entry has required action and filter] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:13 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.045) 0:00:23.060 ******* ok: [managed-node1] => (item=always,user) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "user", "keyname": "sc_bad_filter", "syscall": "open" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules entries use only supported keys] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:29 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.049) 0:00:23.110 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'user', 'syscall': 'open', 'keyname': 'sc_bad_filter'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "user", "keyname": "sc_bad_filter", "syscall": "open" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path and dir are mutually exclusive] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:49 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.044) 0:00:23.155 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'user', 'syscall': 'open', 'keyname': 'sc_bad_filter'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "user", "keyname": "sc_bad_filter", "syscall": "open" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path or dir requires filter exit] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:56 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.024) 0:00:23.179 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'user', 'syscall': 'open', 'keyname': 'sc_bad_filter'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(item.path is defined) or (item.dir is defined)", "item": { "action": "always", "filter": "user", "keyname": "sc_bad_filter", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules syscall requires valid filter type] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:64 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.022) 0:00:23.202 ******* failed: [managed-node1] (item={'action': 'always', 'filter': 'user', 'syscall': 'open', 'keyname': 'sc_bad_filter'}) => { "ansible_loop_var": "item", "assertion": "item.filter in __valid_filters", "changed": false, "evaluated_to": false, "item": { "action": "always", "filter": "user", "keyname": "sc_bad_filter", "syscall": "open" } } MSG: auditd_rules syscall requires valid filter type exit TASK [Mark syscall with wrong filter rejected] ********************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:488 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.048) 0:00:23.250 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_rules_sc_filter_failed": true }, "changed": false } TASK [Assert syscall with non-exit and non-io_uring filter failed validation] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:492 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.014) 0:00:23.264 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with invalid field operator] ************************************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:500 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.036) 0:00:23.300 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.026) 0:00:23.326 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.016) 0:00:23.343 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.017) 0:00:23.361 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.037) 0:00:23.399 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.019) 0:00:23.419 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.018) 0:00:23.437 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.046) 0:00:23.483 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.037) 0:00:23.521 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.033) 0:00:23.555 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.038) 0:00:23.593 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.037) 0:00:23.631 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.038) 0:00:23.669 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.038) 0:00:23.708 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.038) 0:00:23.747 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.038) 0:00:23.786 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:54 -0400 (0:00:00.046) 0:00:23.832 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.042) 0:00:23.875 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.037) 0:00:23.913 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.037) 0:00:23.950 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.036) 0:00:23.987 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.039) 0:00:24.026 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.037) 0:00:24.063 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.039) 0:00:24.102 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.040) 0:00:24.143 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.018) 0:00:24.161 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.018) 0:00:24.180 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.038) 0:00:24.218 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.038) 0:00:24.256 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_admin_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left is greater than admin_space_left when both use same form] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.038) 0:00:24.295 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_full_action rejects email (disk_full_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:179 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.045) 0:00:24.340 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_error_action rejects email and rotate (disk_error_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:185 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.039) 0:00:24.379 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert exec companion paths when action is exec] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.037) 0:00:24.417 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_max_log_file_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:198 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.035) 0:00:24.452 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:205 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.035) 0:00:24.488 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_admin_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_full_action exec path] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:212 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.034) 0:00:24.523 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_full_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_error_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:219 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.035) 0:00:24.559 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_error_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert name when name_format is user (resolve_node)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:226 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.034) 0:00:24.593 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_name_format | lower == 'user'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Validate auditd_rules structure and values] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.033) 0:00:24.627 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert auditd_rules is a list of dicts] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:4 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.057) 0:00:24.685 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert each auditd_rules entry has required action and filter] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:13 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.044) 0:00:24.729 ******* ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": "auid~~500", "filter": "exit", "keyname": "bad_field_op" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules entries use only supported keys] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:29 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.048) 0:00:24.777 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'field': 'auid~~500', 'keyname': 'bad_field_op'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": "auid~~500", "filter": "exit", "keyname": "bad_field_op" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path and dir are mutually exclusive] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:49 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.048) 0:00:24.826 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'field': 'auid~~500', 'keyname': 'bad_field_op'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": "auid~~500", "filter": "exit", "keyname": "bad_field_op" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path or dir requires filter exit] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:56 Wednesday 29 April 2026 10:10:55 -0400 (0:00:00.025) 0:00:24.851 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'field': 'auid~~500', 'keyname': 'bad_field_op'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(item.path is defined) or (item.dir is defined)", "item": { "action": "always", "arch": "b64", "field": "auid~~500", "filter": "exit", "keyname": "bad_field_op" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules syscall requires valid filter type] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:64 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.022) 0:00:24.874 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'field': 'auid~~500', 'keyname': 'bad_field_op'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.syscall is defined", "item": { "action": "always", "arch": "b64", "field": "auid~~500", "filter": "exit", "keyname": "bad_field_op" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules field is a non-empty string or list of non-empty strings] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:74 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.022) 0:00:24.896 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'field': 'auid~~500', 'keyname': 'bad_field_op'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": "auid~~500", "filter": "exit", "keyname": "bad_field_op" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules filesystem filter includes fstype=debugfs or fstype=tracefs] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:84 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.027) 0:00:24.923 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'field': 'auid~~500', 'keyname': 'bad_field_op'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "arch": "b64", "field": "auid~~500", "filter": "exit", "keyname": "bad_field_op" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules field fragments use a supported operator] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:106 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.016) 0:00:24.940 ******* failed: [managed-node1] (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'field': 'auid~~500', 'keyname': 'bad_field_op'}) => { "ansible_loop_var": "item", "assertion": "(\n ([item.field] if (item.field is defined and item.field is string)\n else (item.field | default([]) | list))\n | reject('match', __auditd_rules_field_operator_regex)\n | list\n | length\n) == 0", "changed": false, "evaluated_to": false, "item": { "action": "always", "arch": "b64", "field": "auid~~500", "filter": "exit", "keyname": "bad_field_op" } } MSG: auditd_rules field must be nameOPvalue where OP is one of =, !=, <, >, <=, >=, &, &= TASK [Mark invalid field operator rejected] ************************************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:511 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.050) 0:00:24.991 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_rules_field_op_failed": true }, "changed": false } TASK [Assert invalid field operator failed validation] ************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:515 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.012) 0:00:25.003 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Run role with overlong keyname] ****************************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:523 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.036) 0:00:25.040 ******* TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.027) 0:00:25.068 ******* ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd", "type": "role" } } MSG: The arg spec validation passed TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.016) 0:00:25.084 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Ensure ansible_facts used by role] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.017) 0:00:25.102 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.034) 0:00:25.137 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set flag to indicate system is ostree] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.019) 0:00:25.156 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "not __auditd_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Set platform/version specific variables] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.018) 0:00:25.175 ******* skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [managed-node1] => (item=CentOS_8.yml) => { "ansible_facts": { "__auditd_rules_filters": [ "exclude", "exit", "filesystem", "task", "user" ] }, "ansible_included_var_files": [ "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.041) 0:00:25.216 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.035) 0:00:25.251 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert num_logs range (num_logs_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.031) 0:00:25.283 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert buffer_size is positive (buffer_size_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.037) 0:00:25.320 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.037) 0:00:25.358 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq (sanity_check)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.039) 0:00:25.397 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert priority_boost range (priority_boost_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.039) 0:00:25.437 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert q_depth range (q_depth_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.040) 0:00:25.477 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.039) 0:00:25.517 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.044) 0:00:25.561 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.043) 0:00:25.605 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.039) 0:00:25.645 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert fail_mode range (fail_mode_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.039) 0:00:25.685 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.036) 0:00:25.721 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.038) 0:00:25.760 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.038) 0:00:25.798 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Wednesday 29 April 2026 10:10:56 -0400 (0:00:00.041) 0:00:25.840 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports format (tcp_client_ports_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.037) 0:00:25.877 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert tcp_client_ports range order] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.018) 0:00:25.896 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_tcp_client_ports is string", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.018) 0:00:25.914 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.036) 0:00:25.951 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N%] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.035) 0:00:25.987 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "(auditd_admin_space_left | string) is match('^[0-9]+%$')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left is greater than admin_space_left when both use same form] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.035) 0:00:26.022 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_full_action rejects email (disk_full_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:179 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.043) 0:00:26.065 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert disk_error_action rejects email and rotate (disk_error_action_parser)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:185 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.035) 0:00:26.101 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert exec companion paths when action is exec] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.035) 0:00:26.137 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_max_log_file_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:198 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.032) 0:00:26.170 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert admin_space_left_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:205 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.033) 0:00:26.204 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_admin_space_left_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_full_action exec path] **** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:212 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.033) 0:00:26.238 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_full_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert disk_error_action exec path] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:219 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.033) 0:00:26.272 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_disk_error_action | lower == 'exec'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert name when name_format is user (resolve_node)] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:226 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.032) 0:00:26.305 ******* skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_name_format | lower == 'user'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Validate auditd_rules structure and values] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.033) 0:00:26.338 ******* included: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml for managed-node1 TASK [fedora.linux_system_roles.auditd : Assert auditd_rules is a list of dicts] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:4 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.056) 0:00:26.395 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert each auditd_rules entry has required action and filter] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:13 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.046) 0:00:26.441 ******* ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules entries use only supported keys] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:29 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.051) 0:00:26.492 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path and dir are mutually exclusive] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:49 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.047) 0:00:26.539 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path or dir requires filter exit] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:56 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.026) 0:00:26.566 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(item.path is defined) or (item.dir is defined)", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules syscall requires valid filter type] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:64 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.024) 0:00:26.591 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules field is a non-empty string or list of non-empty strings] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:74 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.047) 0:00:26.638 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules filesystem filter includes fstype=debugfs or fstype=tracefs] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:84 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.022) 0:00:26.661 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules field fragments use a supported operator] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:106 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.017) 0:00:26.679 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules permission is a non-empty string or list of non-empty strings] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:122 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.021) 0:00:26.701 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules permission values are recognized] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:132 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.021) 0:00:26.722 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules permission list does not mix nowarn with other values] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:151 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.021) 0:00:26.744 ******* skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Assert auditd_rules arch is a non-empty string or list of non-empty strings] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:162 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.021) 0:00:26.765 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules syscall is a number, non-empty string, or list of numbers and/or non-empty strings] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:172 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.026) 0:00:26.791 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules keyname is a non-empty string or list of non-empty strings] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:182 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.027) 0:00:26.819 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Initialize keyname list for auditd_rules length check] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:192 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.030) 0:00:26.849 ******* ok: [managed-node1] => { "ansible_facts": { "__auditd_rules_keynames_to_check": [] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Append auditd_rules keynames for length checks] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:196 Wednesday 29 April 2026 10:10:57 -0400 (0:00:00.013) 0:00:26.863 ******* ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'read', 'keyname': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "syscall": "read" } } TASK [fedora.linux_system_roles.auditd : Assert each auditd_rules keyname is at most 31 characters] *** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:208 Wednesday 29 April 2026 10:10:58 -0400 (0:00:00.047) 0:00:26.910 ******* failed: [managed-node1] (item=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) => { "ansible_loop_var": "item", "assertion": "(item | string | length) <= 31", "changed": false, "evaluated_to": false, "item": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" } MSG: auditd_rules keyname must be 31 characters or fewer (got length 32) TASK [Mark overlong keyname rejected] ****************************************** task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:534 Wednesday 29 April 2026 10:10:58 -0400 (0:00:00.042) 0:00:26.953 ******* ok: [managed-node1] => { "ansible_facts": { "__invalid_input_rules_keyname_len_failed": true }, "changed": false } TASK [Assert overlong keyname failed validation] ******************************* task path: /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:538 Wednesday 29 April 2026 10:10:58 -0400 (0:00:00.012) 0:00:26.966 ******* ok: [managed-node1] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed-node1 : ok=530 changed=0 unreachable=0 failed=0 skipped=168 rescued=26 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:32.248726+00:00Z", "host": "managed-node1", "message": "Validation of arguments failed:\nvalue of auditd_transport must be one of: tcp, krb5, TCP, KRB5, got: not_a_valid_transport", "start_time": "2026-04-29T14:10:32.227167+00:00Z", "task_name": "Validating arguments against arg spec 'main' - Manage auditd and audit rules", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:32.357845+00:00Z", "host": "managed-node1", "message": "Validation of arguments failed:\nvalue of auditd_log_format must be one of: raw, nolog, enriched, RAW, NOLOG, ENRICHED, got: invalid_log_format_value", "start_time": "2026-04-29T14:10:32.337363+00:00Z", "task_name": "Validating arguments against arg spec 'main' - Manage auditd and audit rules", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:33.079327+00:00Z", "host": "managed-node1", "message": "auditd_num_logs must be between 0 and 999 inclusive", "start_time": "2026-04-29T14:10:33.045916+00:00Z", "task_name": "Assert num_logs range (num_logs_parser)", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:33.416609+00:00Z", "host": "managed-node1", "message": "auditd_buffer_size must be a positive integer", "start_time": "2026-04-29T14:10:33.385574+00:00Z", "task_name": "Assert buffer_size is positive (buffer_size_parser)", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:33.840979+00:00Z", "host": "managed-node1", "message": "When auditd_flush is incremental or incremental_async, auditd_freq must be greater than 0", "start_time": "2026-04-29T14:10:33.807620+00:00Z", "task_name": "Assert incremental flush requires non-zero freq (sanity_check)", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:34.343088+00:00Z", "host": "managed-node1", "message": "auditd_q_depth must be between 0 and 99999 inclusive", "start_time": "2026-04-29T14:10:34.307406+00:00Z", "task_name": "Assert q_depth range (q_depth_parser)", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:35.175757+00:00Z", "host": "managed-node1", "message": "Assertion failed", "start_time": "2026-04-29T14:10:35.143519+00:00Z", "task_name": "Assert tcp_max_per_addr range (tcp_max_per_addr_parser)", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:35.983387+00:00Z", "host": "managed-node1", "message": "Assertion failed", "start_time": "2026-04-29T14:10:35.948447+00:00Z", "task_name": "Assert tcp_max_per_addr range (tcp_max_per_addr_parser)", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:36.769193+00:00Z", "host": "managed-node1", "message": "auditd_enable_flag must be 0, 1, or 2", "start_time": "2026-04-29T14:10:36.703213+00:00Z", "task_name": "Assert enable_flag range (enable_flag_parser)", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:37.513714+00:00Z", "host": "managed-node1", "message": "auditd_fail_mode must be 0, 1, or 2", "start_time": "2026-04-29T14:10:37.480868+00:00Z", "task_name": "Assert fail_mode range (fail_mode_parser)", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:38.070278+00:00Z", "host": "managed-node1", "message": "auditd_maximum_rate must be null, empty, or a non-negative integer (digits only)", "start_time": "2026-04-29T14:10:38.031094+00:00Z", "task_name": "Assert auditd_maximum_rate is null or a non-negative integer", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:38.664257+00:00Z", "host": "managed-node1", "message": "auditd_backlog_wait_time must be null, empty, or a non-negative integer (digits only)", "start_time": "2026-04-29T14:10:38.623438+00:00Z", "task_name": "Assert auditd_backlog_wait_time is null or a non-negative integer", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:39.644485+00:00Z", "host": "managed-node1", "message": "When auditd_space_left is digits followed by %, the number must be between 1 and 99 inclusive", "start_time": "2026-04-29T14:10:39.604161+00:00Z", "task_name": "Assert space_left percentage is between 1 and 99 when given as N%", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:40.679046+00:00Z", "host": "managed-node1", "message": "When auditd_admin_space_left is digits followed by %, the number must be between 1 and 99 inclusive", "start_time": "2026-04-29T14:10:40.638514+00:00Z", "task_name": "Assert admin_space_left percentage is between 1 and 99 when given as N%", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:41.741637+00:00Z", "host": "managed-node1", "message": "When auditd_space_left and auditd_admin_space_left are both percentages (digits followed by %) or both plain non-negative integers (MiB), the value for auditd_space_left must be greater than auditd_admin_space_left", "start_time": "2026-04-29T14:10:41.699868+00:00Z", "task_name": "Assert space_left is greater than admin_space_left when both use same form", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:42.803557+00:00Z", "host": "managed-node1", "message": "When auditd_space_left and auditd_admin_space_left are both percentages (digits followed by %) or both plain non-negative integers (MiB), the value for auditd_space_left must be greater than auditd_admin_space_left", "start_time": "2026-04-29T14:10:42.757657+00:00Z", "task_name": "Assert space_left is greater than admin_space_left when both use same form", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:44.123414+00:00Z", "host": "managed-node1", "message": "auditd_max_log_file_action_exe is required when auditd_max_log_file_action is exec", "start_time": "2026-04-29T14:10:44.083699+00:00Z", "task_name": "Assert exec companion paths when action is exec", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:45.045712+00:00Z", "host": "managed-node1", "message": "auditd_tcp_client_ports must be digits or LOW-HIGH with digits only", "start_time": "2026-04-29T14:10:45.005009+00:00Z", "task_name": "Assert tcp_client_ports format (tcp_client_ports_parser)", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:46.008818+00:00Z", "host": "managed-node1", "message": "auditd_tcp_client_ports range is reversed", "start_time": "2026-04-29T14:10:45.967580+00:00Z", "task_name": "Assert tcp_client_ports range order", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:47.497928+00:00Z", "host": "managed-node1", "loop_item": { "keyname": "incomplete_rule" }, "loop_label": "missing action,missing filter", "loop_var": "item", "message": "Each auditd_rules entry must define string action (always, never) and string filter (exclude, exit, filesystem, io_uring, task, user)", "start_time": "2026-04-29T14:10:47.457513+00:00Z", "task_name": "Assert each auditd_rules entry has required action and filter", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:13" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:49.182170+00:00Z", "host": "managed-node1", "loop_item": { "action": "never", "field": "msgtype=AUDIT_FS", "filter": "filesystem", "keyname": "bad_fs" }, "loop_label": "", "loop_var": "item", "message": "auditd_rules entry with filter filesystem must define field with fstype=debugfs or fstype=tracefs", "start_time": "2026-04-29T14:10:49.134425+00:00Z", "task_name": "Assert auditd_rules filesystem filter includes fstype=debugfs or fstype=tracefs", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:84" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:50.779268+00:00Z", "host": "managed-node1", "loop_item": { "action": "always", "arch": "b64", "dir": "/etc", "filter": "exit", "keyname": "path_and_dir", "path": "/etc/passwd", "syscall": "open" }, "loop_label": "", "loop_var": "item", "message": "auditd_rules entry cannot set both path and dir", "start_time": "2026-04-29T14:10:50.756597+00:00Z", "task_name": "Assert auditd_rules path and dir are mutually exclusive", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:49" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:52.704079+00:00Z", "host": "managed-node1", "loop_item": { "action": "always", "filter": "user", "keyname": "path_bad_filter", "path": "/etc/issue" }, "loop_label": "", "loop_var": "item", "message": "auditd_rules path and dir require filter type exit", "start_time": "2026-04-29T14:10:52.678349+00:00Z", "task_name": "Assert auditd_rules path or dir requires filter exit", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:56" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:54.383413+00:00Z", "host": "managed-node1", "loop_item": { "action": "always", "filter": "user", "keyname": "sc_bad_filter", "syscall": "open" }, "loop_label": "", "loop_var": "item", "message": "auditd_rules syscall requires valid filter type exit", "start_time": "2026-04-29T14:10:54.338106+00:00Z", "task_name": "Assert auditd_rules syscall requires valid filter type", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:64" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:56.123595+00:00Z", "host": "managed-node1", "loop_item": { "action": "always", "arch": "b64", "field": "auid~~500", "filter": "exit", "keyname": "bad_field_op" }, "loop_label": "", "loop_var": "item", "message": "auditd_rules field must be nameOPvalue where OP is one of =, !=, <, >, <=, >=, &, &=", "start_time": "2026-04-29T14:10:56.076746+00:00Z", "task_name": "Assert auditd_rules field fragments use a supported operator", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:106" }, { "ansible_version": "2.16.18", "end_time": "2026-04-29T14:10:58.086342+00:00Z", "host": "managed-node1", "loop_item": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "loop_label": "", "loop_var": "item", "message": "auditd_rules keyname must be 31 characters or fewer (got length 32)", "start_time": "2026-04-29T14:10:58.046913+00:00Z", "task_name": "Assert each auditd_rules keyname is at most 31 characters", "task_path": "/tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:208" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Wednesday 29 April 2026 10:10:58 -0400 (0:00:00.036) 0:00:27.002 ******* =============================================================================== Gathering Facts --------------------------------------------------------- 1.02s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:5 fedora.linux_system_roles.auditd : Check if system is ostree ------------ 0.42s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 fedora.linux_system_roles.auditd : Assert admin_space_left percentage is between 1 and 99 when given as N% --- 0.11s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 fedora.linux_system_roles.auditd : Check if system is ostree ------------ 0.08s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 fedora.linux_system_roles.auditd : Assert tcp_listen_queue range (tcp_listen_queue_parser) --- 0.08s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 fedora.linux_system_roles.auditd : Assert tcp_max_per_addr range (tcp_max_per_addr_parser) --- 0.08s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 fedora.linux_system_roles.auditd : Assert tcp_listen_port range when listener enabled in build (tcp_listen_port_parser) --- 0.08s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 fedora.linux_system_roles.auditd : Assert tcp_client_max_idle range (tcp_client_max_idle_parser) --- 0.08s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser) --- 0.08s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 fedora.linux_system_roles.auditd : Assert space_left percentage is between 1 and 99 when given as N% --- 0.07s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 fedora.linux_system_roles.auditd : Assert auditd_backlog_wait_time is null or a non-negative integer --- 0.07s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 fedora.linux_system_roles.auditd : Assert auditd_maximum_rate is null or a non-negative integer --- 0.07s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 fedora.linux_system_roles.auditd : Ensure ansible_facts used by role ---- 0.07s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 fedora.linux_system_roles.auditd : Assert enable_flag range (enable_flag_parser) --- 0.07s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 fedora.linux_system_roles.auditd : Assert max_restarts range (max_restarts_parser) --- 0.07s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Assert auditd_enable_flag outside 0 to 2 failed assert validation ------- 0.06s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_invalid_input.yml:183 fedora.linux_system_roles.auditd : Validate auditd_rules structure and values --- 0.06s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 fedora.linux_system_roles.auditd : Validate auditd_rules structure and values --- 0.06s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 fedora.linux_system_roles.auditd : Validate auditd_rules structure and values --- 0.06s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 fedora.linux_system_roles.auditd : Validate auditd_rules structure and values --- 0.06s /tmp/collections-wTv/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233