ansible-playbook [core 2.17.14] 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-3Z0 executable location = /usr/local/bin/ansible-playbook python version = 3.12.12 (main, Mar 9 2026, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-14)] (/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_auditd_integration.yml ***************************************** 1 plays in /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml PLAY [Integration test for basic config and rules] ***************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:4 Tuesday 05 May 2026 09:24:23 -0400 (0:00:00.020) 0:00:00.020 *********** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Back up existing auditd configuration and rules] ************************* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:9 Tuesday 05 May 2026 09:24:25 -0400 (0:00:02.234) 0:00:02.255 *********** included: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml for managed-node1 TASK [Check for existing auditd.conf] ****************************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:9 Tuesday 05 May 2026 09:24:25 -0400 (0:00:00.019) 0:00:02.274 *********** ok: [managed-node1] => { "changed": false, "stat": { "atime": 1777987323.494, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "92826a0a4167a0ec9df5fc3f743dd551e25be805", "ctime": 1777358297.77, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 9074137, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0640", "mtime": 1768393724.0, "nlink": 1, "path": "/etc/audit/auditd.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": false, "rusr": true, "size": 882, "uid": 0, "version": "1852642128", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Check for existing custom.rules] ***************************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:14 Tuesday 05 May 2026 09:24:26 -0400 (0:00:00.443) 0:00:02.717 *********** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Remember whether custom.rules existed] *********************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:19 Tuesday 05 May 2026 09:24:26 -0400 (0:00:00.328) 0:00:03.046 *********** ok: [managed-node1] => { "ansible_facts": { "__auditd_integration_had_custom_rules": false }, "changed": false } TASK [Find audit rules.d files other than custom.rules] ************************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:23 Tuesday 05 May 2026 09:24:26 -0400 (0:00:00.014) 0:00:03.061 *********** ok: [managed-node1] => { "changed": false, "examined": 1, "files": [ { "atime": 1777987323.695, "ctime": 1777358297.797, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 896332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1777358297.795, "nlink": 1, "path": "/etc/audit/rules.d/audit.rules", "pw_name": "root", "rgrp": false, "roth": false, "rusr": true, "size": 244, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1, "skipped_paths": {} } MSG: All paths examined TASK [Create temporary directory for integration test backups] ***************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:30 Tuesday 05 May 2026 09:24:27 -0400 (0:00:00.420) 0:00:03.481 *********** changed: [managed-node1] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_auditd_integration_qtix9eso", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Back up auditd.conf before test] ***************************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:40 Tuesday 05 May 2026 09:24:27 -0400 (0:00:00.433) 0:00:03.914 *********** changed: [managed-node1] => { "changed": true, "checksum": "92826a0a4167a0ec9df5fc3f743dd551e25be805", "dest": "/tmp/lsr_auditd_integration_qtix9eso/auditd.conf", "gid": 0, "group": "root", "md5sum": "fd5c639b8b1bd57c486dab75985ad9af", "mode": "0640", "owner": "root", "secontext": "system_u:object_r:auditd_etc_t:s0", "size": 882, "src": "/etc/audit/auditd.conf", "state": "file", "uid": 0 } TASK [Back up custom.rules before test] **************************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:48 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.434) 0:00:04.349 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_integration_stat_rules.stat.exists", "skip_reason": "Conditional result was False" } TASK [Back up other rules.d files before test] ********************************* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:56 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.013) 0:00:04.362 *********** changed: [managed-node1] => (item={'path': '/etc/audit/rules.d/audit.rules', 'mode': '0600', 'isdir': False, 'ischr': False, 'isblk': False, 'isreg': True, 'isfifo': False, 'islnk': False, 'issock': False, 'uid': 0, 'gid': 0, 'size': 244, 'inode': 896332, 'dev': 51713, 'nlink': 1, 'atime': 1777987323.695, 'mtime': 1777358297.795, 'ctime': 1777358297.797, 'gr_name': 'root', 'pw_name': 'root', 'wusr': True, 'rusr': True, 'xusr': False, 'wgrp': False, 'rgrp': False, 'xgrp': False, 'woth': False, 'roth': False, 'xoth': False, 'isuid': False, 'isgid': False}) => { "ansible_loop_var": "item", "changed": true, "checksum": "17c157514a3d87c906a6c830df30c7ff3966c798", "dest": "/tmp/lsr_auditd_integration_qtix9eso/audit.rules", "gid": 0, "group": "root", "item": { "atime": 1777987323.695, "ctime": 1777358297.797, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 896332, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1777358297.795, "nlink": 1, "path": "/etc/audit/rules.d/audit.rules", "pw_name": "root", "rgrp": false, "roth": false, "rusr": true, "size": 244, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, "md5sum": "def45a38095c1c16ea919317b8020a83", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:auditd_etc_t:s0", "size": 244, "src": "/etc/audit/rules.d/audit.rules", "state": "file", "uid": 0 } TASK [Record integration backup temporary directory for cleanup] *************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:65 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.368) 0:00:04.731 *********** ok: [managed-node1] => { "ansible_facts": { "__auditd_integration_backup_rules_d_dir": "/tmp/lsr_auditd_integration_qtix9eso" }, "changed": false } TASK [Record auditd.conf backup path for cleanup] ****************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:73 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.036) 0:00:04.767 *********** ok: [managed-node1] => { "ansible_facts": { "__auditd_integration_backup_auditd_conf": "/tmp/lsr_auditd_integration_qtix9eso/auditd.conf" }, "changed": false } TASK [Record custom.rules backup path for cleanup] ***************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:78 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.016) 0:00:04.784 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_integration_stat_rules.stat.exists", "skip_reason": "Conditional result was False" } TASK [Record other rules.d backup paths for cleanup] *************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:83 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.011) 0:00:04.795 *********** ok: [managed-node1] => { "ansible_facts": { "__auditd_integration_backup_rules_d_paths": [ "/etc/audit/rules.d/audit.rules" ] }, "changed": false } TASK [Set filter based on platform/version] ************************************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:12 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.039) 0:00:04.835 *********** ok: [managed-node1] => { "ansible_facts": { "__filter": "io_uring" }, "changed": false } TASK [Run auditd role with non-default settings] ******************************* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:16 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.015) 0:00:04.850 *********** included: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/run_role_with_clear_facts.yml for managed-node1 TASK [Clear facts] ************************************************************* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/run_role_with_clear_facts.yml:9 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.020) 0:00:04.871 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/run_role_with_clear_facts.yml:23 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.000) 0:00:04.872 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/run_role_with_clear_facts.yml:33 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.016) 0:00:04.888 *********** included: fedora.linux_system_roles.auditd for managed-node1 TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:4 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.070) 0:00:04.959 *********** ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-3Z0/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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.017) 0:00:04.977 *********** included: /tmp/collections-3Z0/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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Tuesday 05 May 2026 09:24:28 -0400 (0:00:00.018) 0:00:04.995 *********** ok: [managed-node1] TASK [fedora.linux_system_roles.auditd : Check if system is ostree] ************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.539) 0:00:05.535 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.339) 0:00:05.874 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.020) 0:00:05.894 *********** 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" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.029) 0:00:05.924 *********** ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.016) 0:00:05.941 *********** included: /tmp/collections-3Z0/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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.035) 0:00:05.976 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.017) 0:00:05.993 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.016) 0:00:06.010 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.017) 0:00:06.027 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.017) 0:00:06.045 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.016) 0:00:06.062 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.017) 0:00:06.079 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.023) 0:00:06.103 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.023) 0:00:06.126 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.018) 0:00:06.145 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.016) 0:00:06.162 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.016) 0:00:06.178 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.016) 0:00:06.195 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.017) 0:00:06.213 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.018) 0:00:06.231 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.017) 0:00:06.249 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.023) 0:00:06.272 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert space_left_action rejects halt (space_action_parser)] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.024) 0:00:06.296 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Tuesday 05 May 2026 09:24:29 -0400 (0:00:00.015) 0:00:06.312 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.018) 0:00:06.330 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.019) 0:00:06.350 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:179 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.024) 0:00:06.375 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:185 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.015) 0:00:06.390 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.016) 0:00:06.406 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:198 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.013) 0:00:06.420 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:205 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.013) 0:00:06.433 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:212 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.013) 0:00:06.446 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:219 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.012) 0:00:06.459 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:226 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.012) 0:00:06.472 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Validate auditd_rules structure and values] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.018) 0:00:06.491 *********** included: /tmp/collections-3Z0/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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:4 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.042) 0:00:06.533 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:13 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.028) 0:00:06.561 *********** ok: [managed-node1] => (item=never,filesystem) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" } } MSG: All assertions passed ok: [managed-node1] => (item=always,io_uring) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] } } MSG: All assertions passed ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" } } MSG: All assertions passed ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] } } MSG: All assertions passed ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item=always,exit) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules entries use only supported keys] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:29 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.130) 0:00:06.692 *********** ok: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path and dir are mutually exclusive] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:49 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.113) 0:00:06.805 *********** ok: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert auditd_rules path or dir requires filter exit] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:56 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.076) 0:00:06.881 *********** skipping: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(item.path is defined) or (item.dir is defined)", "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(item.path is defined) or (item.dir is defined)", "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(item.path is defined) or (item.dir is defined)", "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "(item.path is defined) or (item.dir is defined)", "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "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": "lsr_sc_list", "syscall": [ "open", "close" ] }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "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": [ "kk1", "kk2" ], "syscall": "dup" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert auditd_rules syscall requires valid filter type] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:64 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.068) 0:00:06.950 *********** skipping: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.syscall is defined", "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" } } 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:74 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.116) 0:00:07.067 *********** ok: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert auditd_rules filesystem filter includes fstype=debugfs or fstype=tracefs] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:84 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.064) 0:00:07.131 *********** ok: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.filter == 'filesystem'", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert auditd_rules field fragments use a supported operator] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:106 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.060) 0:00:07.192 *********** ok: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.field is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" }, "skip_reason": "Conditional result was False" } 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:122 Tuesday 05 May 2026 09:24:30 -0400 (0:00:00.072) 0:00:07.264 *********** skipping: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert auditd_rules permission values are recognized] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:132 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.066) 0:00:07.331 *********** skipping: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Assert auditd_rules permission list does not mix nowarn with other values] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:151 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.088) 0:00:07.419 *********** skipping: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed skipping: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.permission is defined", "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" }, "skip_reason": "Conditional result was False" } 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:162 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.089) 0:00:07.509 *********** skipping: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.arch is defined", "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" }, "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.arch is defined", "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" } } 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:172 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.077) 0:00:07.586 *********** skipping: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.syscall is defined", "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" }, "skip_reason": "Conditional result was False" } ok: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" } } 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:182 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.084) 0:00:07.671 *********** ok: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } MSG: All assertions passed ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" } } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Initialize keyname list for auditd_rules length check] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:192 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.081) 0:00:07.752 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:196 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.013) 0:00:07.766 *********** ok: [managed-node1] => (item={'action': 'never', 'filter': 'filesystem', 'field': 'fstype=debugfs', 'keyname': 'lsr_fs_dbg'}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "lsr_fs_dbg" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" } } ok: [managed-node1] => (item={'action': 'always', 'filter': 'io_uring', 'syscall': ['openat', 'openat2'], 'keyname': 'lsr_io_uring'}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "lsr_fs_dbg", "lsr_io_uring" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] } } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'nowarn', 'syscall': 'open', 'keyname': 'lsr_arch_nw'}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "lsr_fs_dbg", "lsr_io_uring", "lsr_arch_nw" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" } } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': ['b32', 'b64'], 'syscall': 'read', 'keyname': 'lsr_arch_pair'}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "lsr_fs_dbg", "lsr_io_uring", "lsr_arch_nw", "lsr_arch_pair" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" } } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/hosts', 'permission': 'nowarn', 'keyname': 'lsr_path_nw'}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "lsr_fs_dbg", "lsr_io_uring", "lsr_arch_nw", "lsr_arch_pair", "lsr_path_nw" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'dir': '/etc/ssh', 'permission': 'read', 'keyname': 'lsr_dir_one_perm'}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "lsr_fs_dbg", "lsr_io_uring", "lsr_arch_nw", "lsr_arch_pair", "lsr_path_nw", "lsr_dir_one_perm" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'openat', 'dir': '/tmp', 'permission': ['read', 'write'], 'keyname': 'lsr_dir_many_perm'}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "lsr_fs_dbg", "lsr_io_uring", "lsr_arch_nw", "lsr_arch_pair", "lsr_path_nw", "lsr_dir_one_perm", "lsr_dir_many_perm" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': ['open', 'close'], 'keyname': 'lsr_sc_list'}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "lsr_fs_dbg", "lsr_io_uring", "lsr_arch_nw", "lsr_arch_pair", "lsr_path_nw", "lsr_dir_one_perm", "lsr_dir_many_perm", "lsr_sc_list" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] } } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'open', 'path': '/etc/issue', 'permission': 'read', 'field': ['success=1', 'auid!=-1', 'exit<-1', 'gid>10', 'euid<=65534', 'pid>=0', 'a1&0100', 'a2&=0200'], 'keyname': ['lsr_ops', 'lsr_ops2', 'lsr_ops3']}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "lsr_fs_dbg", "lsr_io_uring", "lsr_arch_nw", "lsr_arch_pair", "lsr_path_nw", "lsr_dir_one_perm", "lsr_dir_many_perm", "lsr_sc_list", "lsr_ops", "lsr_ops2", "lsr_ops3" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } ok: [managed-node1] => (item={'action': 'always', 'filter': 'exit', 'arch': 'b64', 'syscall': 'dup', 'keyname': ['kk1', 'kk2']}) => { "ansible_facts": { "__auditd_rules_keynames_to_check": [ "lsr_fs_dbg", "lsr_io_uring", "lsr_arch_nw", "lsr_arch_pair", "lsr_path_nw", "lsr_dir_one_perm", "lsr_dir_many_perm", "lsr_sc_list", "lsr_ops", "lsr_ops2", "lsr_ops3", "kk1", "kk2" ] }, "ansible_loop_var": "item", "changed": false, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" } } TASK [fedora.linux_system_roles.auditd : Assert each auditd_rules keyname is at most 31 characters] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:208 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.130) 0:00:07.897 *********** ok: [managed-node1] => (item=lsr_fs_dbg) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_fs_dbg" } MSG: All assertions passed ok: [managed-node1] => (item=lsr_io_uring) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_io_uring" } MSG: All assertions passed ok: [managed-node1] => (item=lsr_arch_nw) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_arch_nw" } MSG: All assertions passed ok: [managed-node1] => (item=lsr_arch_pair) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_arch_pair" } MSG: All assertions passed ok: [managed-node1] => (item=lsr_path_nw) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_path_nw" } MSG: All assertions passed ok: [managed-node1] => (item=lsr_dir_one_perm) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_dir_one_perm" } MSG: All assertions passed ok: [managed-node1] => (item=lsr_dir_many_perm) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_dir_many_perm" } MSG: All assertions passed ok: [managed-node1] => (item=lsr_sc_list) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_sc_list" } MSG: All assertions passed ok: [managed-node1] => (item=lsr_ops) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_ops" } MSG: All assertions passed ok: [managed-node1] => (item=lsr_ops2) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_ops2" } MSG: All assertions passed ok: [managed-node1] => (item=lsr_ops3) => { "ansible_loop_var": "item", "changed": false, "item": "lsr_ops3" } MSG: All assertions passed ok: [managed-node1] => (item=kk1) => { "ansible_loop_var": "item", "changed": false, "item": "kk1" } MSG: All assertions passed ok: [managed-node1] => (item=kk2) => { "ansible_loop_var": "item", "changed": false, "item": "kk2" } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Warn when auditd_rules omits arch (not io_uring, not arch nowarn)] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:216 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.100) 0:00:07.997 *********** ok: [managed-node1] => (item=0,never,filesystem) => {} MSG: auditd_rules[0] (never,filesystem): arch is omitted; the rule applies to all syscall architectures (performance cost). Set arch, or use arch: nowarn to silence this message. skipping: [managed-node1] => (item=1,always,io_uring) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "item.filter != 'io_uring'", "idx": 1, "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] } } skipping: [managed-node1] => (item=2,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.arch is defined and ( (item.arch is string and ((item.arch == 'nowarn') or (item.arch | trim | length > 0))) or (item.arch is iterable and item.arch is not string and item.arch | length > 0) ))", "idx": 2, "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" } } skipping: [managed-node1] => (item=3,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.arch is defined and ( (item.arch is string and ((item.arch == 'nowarn') or (item.arch | trim | length > 0))) or (item.arch is iterable and item.arch is not string and item.arch | length > 0) ))", "idx": 3, "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" } } skipping: [managed-node1] => (item=4,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.arch is defined and ( (item.arch is string and ((item.arch == 'nowarn') or (item.arch | trim | length > 0))) or (item.arch is iterable and item.arch is not string and item.arch | length > 0) ))", "idx": 4, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } skipping: [managed-node1] => (item=5,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.arch is defined and ( (item.arch is string and ((item.arch == 'nowarn') or (item.arch | trim | length > 0))) or (item.arch is iterable and item.arch is not string and item.arch | length > 0) ))", "idx": 5, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } skipping: [managed-node1] => (item=6,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.arch is defined and ( (item.arch is string and ((item.arch == 'nowarn') or (item.arch | trim | length > 0))) or (item.arch is iterable and item.arch is not string and item.arch | length > 0) ))", "idx": 6, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } skipping: [managed-node1] => (item=7,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.arch is defined and ( (item.arch is string and ((item.arch == 'nowarn') or (item.arch | trim | length > 0))) or (item.arch is iterable and item.arch is not string and item.arch | length > 0) ))", "idx": 7, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] } } skipping: [managed-node1] => (item=8,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.arch is defined and ( (item.arch is string and ((item.arch == 'nowarn') or (item.arch | trim | length > 0))) or (item.arch is iterable and item.arch is not string and item.arch | length > 0) ))", "idx": 8, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } skipping: [managed-node1] => (item=9,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.arch is defined and ( (item.arch is string and ((item.arch == 'nowarn') or (item.arch | trim | length > 0))) or (item.arch is iterable and item.arch is not string and item.arch | length > 0) ))", "idx": 9, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" } } TASK [fedora.linux_system_roles.auditd : Warn when auditd_rules uses path or dir without permissions or syscalls] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_auditd_rules.yml:230 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.117) 0:00:08.115 *********** skipping: [managed-node1] => (item=0,never,filesystem) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "(item.path is defined) or (item.dir is defined)", "idx": 0, "item": { "action": "never", "field": "fstype=debugfs", "filter": "filesystem", "keyname": "lsr_fs_dbg" } } skipping: [managed-node1] => (item=1,always,io_uring) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "(item.path is defined) or (item.dir is defined)", "idx": 1, "item": { "action": "always", "filter": "io_uring", "keyname": "lsr_io_uring", "syscall": [ "openat", "openat2" ] } } skipping: [managed-node1] => (item=2,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "(item.path is defined) or (item.dir is defined)", "idx": 2, "item": { "action": "always", "arch": "nowarn", "filter": "exit", "keyname": "lsr_arch_nw", "syscall": "open" } } skipping: [managed-node1] => (item=3,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "(item.path is defined) or (item.dir is defined)", "idx": 3, "item": { "action": "always", "arch": [ "b32", "b64" ], "filter": "exit", "keyname": "lsr_arch_pair", "syscall": "read" } } skipping: [managed-node1] => (item=4,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.permission is defined or item.syscall is defined)", "idx": 4, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_path_nw", "path": "/etc/hosts", "permission": "nowarn", "syscall": "open" } } skipping: [managed-node1] => (item=5,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.permission is defined or item.syscall is defined)", "idx": 5, "item": { "action": "always", "arch": "b64", "dir": "/etc/ssh", "filter": "exit", "keyname": "lsr_dir_one_perm", "permission": "read", "syscall": "open" } } skipping: [managed-node1] => (item=6,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.permission is defined or item.syscall is defined)", "idx": 6, "item": { "action": "always", "arch": "b64", "dir": "/tmp", "filter": "exit", "keyname": "lsr_dir_many_perm", "permission": [ "read", "write" ], "syscall": "openat" } } skipping: [managed-node1] => (item=7,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "(item.path is defined) or (item.dir is defined)", "idx": 7, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": "lsr_sc_list", "syscall": [ "open", "close" ] } } skipping: [managed-node1] => (item=8,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "not (item.permission is defined or item.syscall is defined)", "idx": 8, "item": { "action": "always", "arch": "b64", "field": [ "success=1", "auid!=-1", "exit<-1", "gid>10", "euid<=65534", "pid>=0", "a1&0100", "a2&=0200" ], "filter": "exit", "keyname": [ "lsr_ops", "lsr_ops2", "lsr_ops3" ], "path": "/etc/issue", "permission": "read", "syscall": "open" } } skipping: [managed-node1] => (item=9,always,exit) => { "ansible_index_var": "idx", "ansible_loop_var": "item", "false_condition": "(item.path is defined) or (item.dir is defined)", "idx": 9, "item": { "action": "always", "arch": "b64", "filter": "exit", "keyname": [ "kk1", "kk2" ], "syscall": "dup" } } skipping: [managed-node1] => {} MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Install audit packages] *************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:11 Tuesday 05 May 2026 09:24:31 -0400 (0:00:00.064) 0:00:08.179 *********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.auditd : Deploy auditd configuration] ********** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:17 Tuesday 05 May 2026 09:24:43 -0400 (0:00:12.142) 0:00:20.321 *********** Notification for handler Restart auditd has been saved. changed: [managed-node1] => { "changed": true, "checksum": "06f1ef987160c482cd41d20650d371141fd3f7fb", "dest": "/etc/audit/auditd.conf", "gid": 0, "group": "root", "md5sum": "36d435ade5f33e758eaf30e94cbb2280", "mode": "0640", "owner": "root", "secontext": "system_u:object_r:auditd_etc_t:s0", "size": 952, "src": "/root/.ansible/tmp/ansible-tmp-1777987484.036907-9299-7706677947433/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.auditd : Ensure rules.d directory exists] ****** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:24 Tuesday 05 May 2026 09:24:44 -0400 (0:00:00.680) 0:00:21.002 *********** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0750", "owner": "root", "path": "/etc/audit/rules.d", "secontext": "system_u:object_r:auditd_etc_t:s0", "size": 25, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.auditd : Purge rules.d when requested] ********* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:30 Tuesday 05 May 2026 09:24:45 -0400 (0:00:00.440) 0:00:21.442 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_purge_rules | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Deploy custom audit rules] ************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:36 Tuesday 05 May 2026 09:24:45 -0400 (0:00:00.011) 0:00:21.454 *********** Notification for handler Run augenrules has been saved. changed: [managed-node1] => { "changed": true, "checksum": "b04c38598996251f8e3a9c581fa606a940e2253b", "dest": "/etc/audit/rules.d/custom.rules", "gid": 0, "group": "root", "md5sum": "3aeda7fb897473f1117fdb72e0630a71", "mode": "0664", "owner": "root", "secontext": "system_u:object_r:auditd_etc_t:s0", "size": 1222, "src": "/root/.ansible/tmp/ansible-tmp-1777987485.1739273-9327-102046972933674/.source.rules", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.auditd : Start and enable auditd service] ****** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:46 Tuesday 05 May 2026 09:24:45 -0400 (0:00:00.686) 0:00:22.141 *********** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "auditd", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:auditd_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-05-05 09:22:03 EDT", "ActiveEnterTimestampMonotonic": "16299634", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-tmpfiles-setup.service local-fs.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-05-05 09:22:03 EDT", "AssertTimestampMonotonic": "15403613", "Before": "crond.service systemd-update-utmp.service shutdown.target sysinit.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "73626000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "no", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2026-05-05 09:22:03 EDT", "ConditionTimestampMonotonic": "15403531", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/auditd.service", "ControlGroupId": "2197", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Security Auditing Service", "DevicePolicy": "auto", "Documentation": "\"man:auditd(8)\" https://github.com/linux-audit/audit-documentation", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "570", "ExecMainStartTimestamp": "Tue 2026-05-05 09:22:03 EDT", "ExecMainStartTimestampMonotonic": "15981182", "ExecMainStatus": "0", "ExecStart": "{ path=/sbin/auditd ; argv[]=/sbin/auditd ; ignore_errors=no ; start_time=[Tue 2026-05-05 09:22:03 EDT] ; stop_time=[Tue 2026-05-05 09:22:03 EDT] ; pid=549 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/sbin/auditd ; argv[]=/sbin/auditd ; flags= ; start_time=[Tue 2026-05-05 09:22:03 EDT] ; stop_time=[Tue 2026-05-05 09:22:03 EDT] ; pid=549 ; code=exited ; status=0 }", "ExecStartPost": "{ path=/sbin/augenrules ; argv[]=/sbin/augenrules --load ; ignore_errors=yes ; start_time=[Tue 2026-05-05 09:22:03 EDT] ; stop_time=[Tue 2026-05-05 09:22:03 EDT] ; pid=584 ; code=exited ; status=0 }", "ExecStartPostEx": "{ path=/sbin/augenrules ; argv[]=/sbin/augenrules --load ; flags=ignore-failure ; start_time=[Tue 2026-05-05 09:22:03 EDT] ; stop_time=[Tue 2026-05-05 09:22:03 EDT] ; pid=584 ; code=exited ; status=0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/auditd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "auditd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2026-05-05 09:22:03 EDT", "InactiveExitTimestampMonotonic": "15405432", "InvocationID": "f029e4f2dfb94cf4b1a69c49a15bc066", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13684", "LimitNPROCSoft": "13684", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13684", "LimitSIGPENDINGSoft": "13684", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "570", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "5378048", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "6729728", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "auditd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/auditd.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "yes", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartPreventExitStatus": "2 4 6", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2026-05-05 09:22:03 EDT", "StateChangeTimestampMonotonic": "16299634", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21894", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.auditd : Notify handlers for testing purposes] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:53 Tuesday 05 May 2026 09:24:46 -0400 (0:00:01.053) 0:00:23.194 *********** skipping: [managed-node1] => { "false_condition": "__auditd_test_run_handlers | d(false)" } TASK [Flush handlers after role] *********************************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:145 Tuesday 05 May 2026 09:24:46 -0400 (0:00:00.014) 0:00:23.209 *********** NOTIFIED HANDLER fedora.linux_system_roles.auditd : Restart auditd for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.auditd : Run augenrules for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.auditd : Run augenrules] ************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/handlers/main.yml:3 Tuesday 05 May 2026 09:24:46 -0400 (0:00:00.001) 0:00:23.210 *********** NOTIFIED HANDLER fedora.linux_system_roles.auditd : Load audit rules for managed-node1 changed: [managed-node1] => { "changed": true, "cmd": [ "augenrules" ], "delta": "0:00:00.025990", "end": "2026-05-05 09:24:47.289582", "rc": 0, "start": "2026-05-05 09:24:47.263592" } RUNNING HANDLER [fedora.linux_system_roles.auditd : Load audit rules] ********** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/handlers/main.yml:9 Tuesday 05 May 2026 09:24:47 -0400 (0:00:00.456) 0:00:23.667 *********** changed: [managed-node1] => { "changed": true, "cmd": [ "augenrules", "--load" ], "delta": "0:00:00.020573", "end": "2026-05-05 09:24:47.650947", "rc": 0, "start": "2026-05-05 09:24:47.630374" } STDOUT: /usr/sbin/augenrules: No change No rules enabled 1 failure 1 pid 570 rate_limit 0 backlog_limit 32769 lost 0 backlog 2 backlog_wait_time 60000 backlog_wait_time_actual 0 enabled 1 failure 1 pid 570 rate_limit 0 backlog_limit 32769 lost 0 backlog 0 backlog_wait_time 60000 backlog_wait_time_actual 0 enabled 1 failure 1 pid 570 rate_limit 0 backlog_limit 32769 lost 0 backlog 0 backlog_wait_time 60000 backlog_wait_time_actual 0 enabled 1 failure 1 pid 570 rate_limit 61 backlog_limit 32769 lost 0 backlog 0 backlog_wait_time 60000 backlog_wait_time_actual 0 enabled 1 failure 1 pid 570 rate_limit 61 backlog_limit 32769 lost 0 backlog 0 backlog_wait_time 60 backlog_wait_time_actual 0 enabled 1 failure 1 pid 570 rate_limit 61 backlog_limit 32769 lost 0 backlog 0 backlog_wait_time 60 backlog_wait_time_actual 0 STDERR: WARNING - 32/64 bit syscall mismatch in line 11, you should specify an arch RUNNING HANDLER [fedora.linux_system_roles.auditd : Restart auditd] ************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/handlers/main.yml:17 Tuesday 05 May 2026 09:24:47 -0400 (0:00:00.365) 0:00:24.032 *********** changed: [managed-node1] => { "changed": true, "name": "auditd", "state": "started" } TASK [Read generated auditd.conf] ********************************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:148 Tuesday 05 May 2026 09:24:48 -0400 (0:00:00.538) 0:00:24.571 *********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6YXVkaXRkCgojCiMgVGhpcyBmaWxlIGNvbnRyb2xzIHRoZSBjb25maWd1cmF0aW9uIG9mIHRoZSBhdWRpdCBkYWVtb24KIwoKbG9jYWxfZXZlbnRzID0geWVzCndyaXRlX2xvZ3MgPSB5ZXMKbG9nX2ZpbGUgPSAvdmFyL2xvZy9hdWRpdC9hdWRpdC5sb2cKbG9nX2dyb3VwID0gcm9vdApsb2dfZm9ybWF0ID0gUkFXCmZsdXNoID0gSU5DUkVNRU5UQUxfQVNZTkMKZnJlcSA9IDU1Cm1heF9sb2dfZmlsZSA9IDkKbnVtX2xvZ3MgPSA2CnByaW9yaXR5X2Jvb3N0ID0gNQpuYW1lX2Zvcm1hdCA9IFVTRVIKbmFtZSA9IHRlc3Qtbm9kZQptYXhfbG9nX2ZpbGVfYWN0aW9uID0gSUdOT1JFCnNwYWNlX2xlZnQgPSA4MApzcGFjZV9sZWZ0X2FjdGlvbiA9IFNZU0xPRwp2ZXJpZnlfZW1haWwgPSB5ZXMKYWN0aW9uX21haWxfYWNjdCA9IHJvb3QKYWRtaW5fc3BhY2VfbGVmdCA9IDU1CmFkbWluX3NwYWNlX2xlZnRfYWN0aW9uID0gU1lTTE9HCmRpc2tfZnVsbF9hY3Rpb24gPSBTWVNMT0cKZGlza19lcnJvcl9hY3Rpb24gPSBTWVNMT0cKcmVwb3J0X2ludGVydmFsID0gMQp1c2VfbGlid3JhcCA9IHllcwp0Y3BfbGlzdGVuX3BvcnQgPSAxMDI0CnRjcF9saXN0ZW5fcXVldWUgPSA2CnRjcF9tYXhfcGVyX2FkZHIgPSAyCnRjcF9jbGllbnRfcG9ydHMgPSAxMDI0LTY1NTM1CnRjcF9jbGllbnRfbWF4X2lkbGUgPSAxCnRyYW5zcG9ydCA9IFRDUAplbmFibGVfa3JiNSA9IG5vCmtyYjVfcHJpbmNpcGFsID0gYXVkaXRkCmtyYjVfa2V5X2ZpbGUgPSAvZXRjL2F1ZGl0L2F1ZGl0LmtleQpkaXN0cmlidXRlX25ldHdvcmsgPSB5ZXMKcV9kZXB0aCA9IDIwMDEKb3ZlcmZsb3dfYWN0aW9uID0gU0lOR0xFCm1heF9yZXN0YXJ0cyA9IDExCnBsdWdpbl9kaXIgPSAvZXRjL2F1ZGl0L3BsdWdpbnMuZC8KZW5kX29mX2V2ZW50X3RpbWVvdXQgPSAyCg==", "encoding": "base64", "source": "/etc/audit/auditd.conf" } TASK [Verify auditd.conf reflects role parameters] ***************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:153 Tuesday 05 May 2026 09:24:48 -0400 (0:00:00.434) 0:00:25.006 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Read generated custom.rules] ********************************************* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:195 Tuesday 05 May 2026 09:24:48 -0400 (0:00:00.063) 0:00:25.069 *********** ok: [managed-node1] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6YXVkaXRkCgoKIyBEZWxldGUgYWxsIHByZXZpb3VzIHJ1bGVzCi1ECiMgU2V0IGJ1ZmZlciBzaXplCi1iIDMyNzY5CiMgU2V0IGZhaWx1cmUgYmVoYXZpb3IKLWYgMQojIFNldCB0aGUgbWF4aW11bSBhbW91bnQgb2YgbWVzc2FnZXMgcGVyIHNlY29uZAotciA2MQojIFRoaXMgZGV0ZXJtaW5lIGhvdyBsb25nIHRvIHdhaXQgaW4gYnVyc3Qgb2YgZXZlbnRzCi0tYmFja2xvZ193YWl0X3RpbWUgNjAKIyBNYWtlIGxvZ2ludWlkIGltbXV0YWJsZQotLWxvZ2ludWlkLWltbXV0YWJsZQojIFNldCBlbmFibGUgZmxhZyAoMD1kaXNhYmxlLCAxPWVuYWJsZSwgMj1sb2NrZWQsIHJlcXVpcmVzIHJlYm9vdCB0byB1bmxvY2spCi1lIDEKCi1hIG5ldmVyLGZpbGVzeXN0ZW0gLUYgZnN0eXBlPWRlYnVnZnMgLUYga2V5PWxzcl9mc19kYmcKLWEgYWx3YXlzLGlvX3VyaW5nIC1TIG9wZW5hdCxvcGVuYXQyIC1GIGtleT1sc3JfaW9fdXJpbmcKLWEgYWx3YXlzLGV4aXQgLVMgb3BlbiAtRiBrZXk9bHNyX2FyY2hfbncKLWEgYWx3YXlzLGV4aXQgLUYgYXJjaD1iMzIgLVMgcmVhZCAtRiBrZXk9bHNyX2FyY2hfcGFpcgotYSBhbHdheXMsZXhpdCAtRiBhcmNoPWI2NCAtUyByZWFkIC1GIGtleT1sc3JfYXJjaF9wYWlyCi1hIGFsd2F5cyxleGl0IC1GIGFyY2g9YjY0IC1TIG9wZW4gLUYgcGF0aD0vZXRjL2hvc3RzIC1GIGtleT1sc3JfcGF0aF9udwotYSBhbHdheXMsZXhpdCAtRiBhcmNoPWI2NCAtUyBvcGVuIC1GIGRpcj0vZXRjL3NzaCAtRiBwZXJtPXIgLUYga2V5PWxzcl9kaXJfb25lX3Blcm0KLWEgYWx3YXlzLGV4aXQgLUYgYXJjaD1iNjQgLVMgb3BlbmF0IC1GIGRpcj0vdG1wIC1GIHBlcm09cncgLUYga2V5PWxzcl9kaXJfbWFueV9wZXJtCi1hIGFsd2F5cyxleGl0IC1GIGFyY2g9YjY0IC1TIG9wZW4sY2xvc2UgLUYga2V5PWxzcl9zY19saXN0Ci1hIGFsd2F5cyxleGl0IC1GIGFyY2g9YjY0IC1TIG9wZW4gLUYgcGF0aD0vZXRjL2lzc3VlIC1GIHBlcm09ciAtRiBzdWNjZXNzPTEgLUYgYXVpZCE9LTEgLUYgZXhpdDwtMSAtRiBnaWQ+MTAgLUYgZXVpZDw9NjU1MzQgLUYgcGlkPj0wIC1GIGExJjAxMDAgLUYgYTImPTAyMDAgLUYga2V5PWxzcl9vcHMgLUYga2V5PWxzcl9vcHMyIC1GIGtleT1sc3Jfb3BzMwotYSBhbHdheXMsZXhpdCAtRiBhcmNoPWI2NCAtUyBkdXAgLUYga2V5PWtrMSAtRiBrZXk9a2syCg==", "encoding": "base64", "source": "/etc/audit/rules.d/custom.rules" } TASK [Assert every rendered rule line with syscall uses filter exit or io_uring] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:200 Tuesday 05 May 2026 09:24:49 -0400 (0:00:00.352) 0:00:25.422 *********** ok: [managed-node1] => (item=-a always,io_uring -S openat,openat2 -F key=lsr_io_uring) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,io_uring -S openat,openat2 -F key=lsr_io_uring" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -S open -F key=lsr_arch_nw) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -S open -F key=lsr_arch_nw" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b32 -S read -F key=lsr_arch_pair) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b32 -S read -F key=lsr_arch_pair" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S read -F key=lsr_arch_pair) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S read -F key=lsr_arch_pair" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open -F path=/etc/hosts -F key=lsr_path_nw) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open -F path=/etc/hosts -F key=lsr_path_nw" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open -F dir=/etc/ssh -F perm=r -F key=lsr_dir_one_...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open -F dir=/etc/ssh -F perm=r -F key=lsr_dir_one_perm" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S openat -F dir=/tmp -F perm=rw -F key=lsr_dir_many_...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S openat -F dir=/tmp -F perm=rw -F key=lsr_dir_many_perm" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open,close -F key=lsr_sc_list) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open,close -F key=lsr_sc_list" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open -F path=/etc/issue -F perm=r -F success=1 -F ...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open -F path=/etc/issue -F perm=r -F success=1 -F auid!=-1 -F exit<-1 -F gid>10 -F euid<=65534 -F pid>=0 -F a1&0100 -F a2&=0200 -F key=lsr_ops -F key=lsr_ops2 -F key=lsr_ops3" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S dup -F key=kk1 -F key=kk2) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S dup -F key=kk1 -F key=kk2" } MSG: All assertions passed TASK [Set expected rendered lines for auditd_rules (used by assertions below)] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:217 Tuesday 05 May 2026 09:24:49 -0400 (0:00:00.077) 0:00:25.499 *********** ok: [managed-node1] => { "ansible_facts": { "__auditd_integration_expected_rule_lines": [ "-a never,filesystem -F fstype=debugfs -F key=lsr_fs_dbg", "-a always,io_uring -S openat,openat2 -F key=lsr_io_uring", "-a always,exit -S open -F key=lsr_arch_nw", "-a always,exit -F arch=b32 -S read -F key=lsr_arch_pair", "-a always,exit -F arch=b64 -S read -F key=lsr_arch_pair", "-a always,exit -F arch=b64 -S open -F path=/etc/hosts -F key=lsr_path_nw", "-a always,exit -F arch=b64 -S open -F dir=/etc/ssh -F perm=r -F key=lsr_dir_one_perm", "-a always,exit -F arch=b64 -S openat -F dir=/tmp -F perm=rw -F key=lsr_dir_many_perm", "-a always,exit -F arch=b64 -S open,close -F key=lsr_sc_list", "-a always,exit -F arch=b64 -S open -F path=/etc/issue -F perm=r -F success=1 -F auid!=-1 -F exit<-1 -F gid>10 -F euid<=65534 -F pid>=0 -F a1&0100 -F a2&=0200 -F key=lsr_ops -F key=lsr_ops2 -F key=lsr_ops3", "-a always,exit -F arch=b64 -S dup -F key=kk1 -F key=kk2" ] }, "changed": false } TASK [Verify custom.rules contains global options and every auditd_rules line] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:234 Tuesday 05 May 2026 09:24:49 -0400 (0:00:00.013) 0:00:25.513 *********** ok: [managed-node1] => (item=-a never,filesystem -F fstype=debugfs -F key=lsr_fs_dbg) => { "ansible_loop_var": "item", "changed": false, "item": "-a never,filesystem -F fstype=debugfs -F key=lsr_fs_dbg" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,io_uring -S openat,openat2 -F key=lsr_io_uring) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,io_uring -S openat,openat2 -F key=lsr_io_uring" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -S open -F key=lsr_arch_nw) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -S open -F key=lsr_arch_nw" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b32 -S read -F key=lsr_arch_pair) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b32 -S read -F key=lsr_arch_pair" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S read -F key=lsr_arch_pair) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S read -F key=lsr_arch_pair" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open -F path=/etc/hosts -F key=lsr_path_...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open -F path=/etc/hosts -F key=lsr_path_nw" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open -F dir=/etc/ssh -F perm=r -F key=ls...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open -F dir=/etc/ssh -F perm=r -F key=lsr_dir_one_perm" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S openat -F dir=/tmp -F perm=rw -F key=lsr...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S openat -F dir=/tmp -F perm=rw -F key=lsr_dir_many_perm" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open,close -F key=lsr_sc_list) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open,close -F key=lsr_sc_list" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open -F path=/etc/issue -F perm=r -F suc...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open -F path=/etc/issue -F perm=r -F success=1 -F auid!=-1 -F exit<-1 -F gid>10 -F euid<=65534 -F pid>=0 -F a1&0100 -F a2&=0200 -F key=lsr_ops -F key=lsr_ops2 -F key=lsr_ops3" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S dup -F key=kk1 -F key=kk2) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S dup -F key=kk1 -F key=kk2" } MSG: All assertions passed TASK [Verify exactly one custom.rules line matches each auditd_rules entry] **** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:251 Tuesday 05 May 2026 09:24:49 -0400 (0:00:00.173) 0:00:25.687 *********** ok: [managed-node1] => (item=-a never,filesystem -F fstype=debugfs -F key=lsr_fs_dbg) => { "ansible_loop_var": "item", "changed": false, "item": "-a never,filesystem -F fstype=debugfs -F key=lsr_fs_dbg" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,io_uring -S openat,openat2 -F key=lsr_io_uring) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,io_uring -S openat,openat2 -F key=lsr_io_uring" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -S open -F key=lsr_arch_nw) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -S open -F key=lsr_arch_nw" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b32 -S read -F key=lsr_arch_pair) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b32 -S read -F key=lsr_arch_pair" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S read -F key=lsr_arch_pair) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S read -F key=lsr_arch_pair" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open -F path=/etc/hosts -F key=lsr_path_...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open -F path=/etc/hosts -F key=lsr_path_nw" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open -F dir=/etc/ssh -F perm=r -F key=ls...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open -F dir=/etc/ssh -F perm=r -F key=lsr_dir_one_perm" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S openat -F dir=/tmp -F perm=rw -F key=lsr...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S openat -F dir=/tmp -F perm=rw -F key=lsr_dir_many_perm" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open,close -F key=lsr_sc_list) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open,close -F key=lsr_sc_list" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S open -F path=/etc/issue -F perm=r -F suc...) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S open -F path=/etc/issue -F perm=r -F success=1 -F auid!=-1 -F exit<-1 -F gid>10 -F euid<=65534 -F pid>=0 -F a1&0100 -F a2&=0200 -F key=lsr_ops -F key=lsr_ops2 -F key=lsr_ops3" } MSG: All assertions passed ok: [managed-node1] => (item=-a always,exit -F arch=b64 -S dup -F key=kk1 -F key=kk2) => { "ansible_loop_var": "item", "changed": false, "item": "-a always,exit -F arch=b64 -S dup -F key=kk1 -F key=kk2" } MSG: All assertions passed TASK [Verify settings printed by auditctl -s are as expected] ****************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:265 Tuesday 05 May 2026 09:24:49 -0400 (0:00:00.182) 0:00:25.869 *********** ok: [managed-node1] => { "changed": false, "cmd": [ "auditctl", "-s" ], "delta": "0:00:00.003357", "end": "2026-05-05 09:24:49.845894", "failed_when_result": false, "rc": 0, "start": "2026-05-05 09:24:49.842537" } STDOUT: enabled 1 failure 1 pid 570 rate_limit 61 backlog_limit 32769 lost 45729 backlog 0 backlog_wait_time 60 backlog_wait_time_actual 0 loginuid_immutable 1 locked TASK [Restore system state after integration test] ***************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:285 Tuesday 05 May 2026 09:24:49 -0400 (0:00:00.355) 0:00:26.225 *********** included: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml for managed-node1 TASK [Restore auditd.conf from integration test backup] ************************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml:3 Tuesday 05 May 2026 09:24:49 -0400 (0:00:00.021) 0:00:26.246 *********** changed: [managed-node1] => { "changed": true, "checksum": "92826a0a4167a0ec9df5fc3f743dd551e25be805", "dest": "/etc/audit/auditd.conf", "gid": 0, "group": "root", "md5sum": "fd5c639b8b1bd57c486dab75985ad9af", "mode": "0640", "owner": "root", "secontext": "system_u:object_r:auditd_etc_t:s0", "size": 882, "src": "/tmp/lsr_auditd_integration_qtix9eso/auditd.conf", "state": "file", "uid": 0 } TASK [Remove auditd.conf backup file] ****************************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml:11 Tuesday 05 May 2026 09:24:50 -0400 (0:00:00.365) 0:00:26.612 *********** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsr_auditd_integration_qtix9eso/auditd.conf", "state": "absent" } TASK [Restore custom.rules from integration test backup] *********************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml:17 Tuesday 05 May 2026 09:24:50 -0400 (0:00:00.366) 0:00:26.978 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_integration_backup_custom_rules is defined", "skip_reason": "Conditional result was False" } TASK [Remove custom.rules backup file] ***************************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml:25 Tuesday 05 May 2026 09:24:50 -0400 (0:00:00.015) 0:00:26.994 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "__auditd_integration_backup_custom_rules is defined", "skip_reason": "Conditional result was False" } TASK [Remove custom.rules if it did not exist before test] ********************* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml:31 Tuesday 05 May 2026 09:24:50 -0400 (0:00:00.015) 0:00:27.009 *********** changed: [managed-node1] => { "changed": true, "path": "/etc/audit/rules.d/custom.rules", "state": "absent" } TASK [Restore other rules.d files from integration test backup] **************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml:37 Tuesday 05 May 2026 09:24:51 -0400 (0:00:00.358) 0:00:27.367 *********** ok: [managed-node1] => (item=/etc/audit/rules.d/audit.rules) => { "ansible_loop_var": "item", "changed": false, "checksum": "17c157514a3d87c906a6c830df30c7ff3966c798", "dest": "/etc/audit/rules.d/audit.rules", "gid": 0, "group": "root", "item": "/etc/audit/rules.d/audit.rules", "md5sum": "def45a38095c1c16ea919317b8020a83", "mode": "0600", "owner": "root", "secontext": "system_u:object_r:auditd_etc_t:s0", "size": 244, "src": "/tmp/lsr_auditd_integration_qtix9eso/audit.rules", "state": "file", "uid": 0 } TASK [Remove other rules.d backup files] *************************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml:46 Tuesday 05 May 2026 09:24:51 -0400 (0:00:00.366) 0:00:27.733 *********** changed: [managed-node1] => (item=/etc/audit/rules.d/audit.rules) => { "ansible_loop_var": "item", "changed": true, "item": "/etc/audit/rules.d/audit.rules", "path": "/tmp/lsr_auditd_integration_qtix9eso/audit.rules", "state": "absent" } TASK [Remove integration backup temporary directory] *************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml:53 Tuesday 05 May 2026 09:24:51 -0400 (0:00:00.371) 0:00:28.105 *********** changed: [managed-node1] => { "changed": true, "path": "/tmp/lsr_auditd_integration_qtix9eso", "state": "absent" } TASK [Run auditd handler tasks after integration cleanup] ********************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml:59 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.368) 0:00:28.474 *********** included: fedora.linux_system_roles.auditd for managed-node1 TASK [fedora.linux_system_roles.auditd : Validating arguments against arg spec 'main' - Manage auditd and audit rules] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:4 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.028) 0:00:28.503 *********** ok: [managed-node1] => { "changed": false, "validate_args_context": { "argument_spec_name": "main", "name": "auditd", "path": "/tmp/collections-3Z0/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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:3 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.015) 0:00:28.519 *********** included: /tmp/collections-3Z0/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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.018) 0:00:28.537 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:10 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.014) 0:00:28.552 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:15 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.016) 0:00:28.568 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:19 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.016) 0:00:28.584 *********** 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" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_9.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_9.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.auditd : Resolve package names for OS family] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:34 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.030) 0:00:28.615 *********** ok: [managed-node1] => { "ansible_facts": { "__auditd_packages": [ "audit" ] }, "changed": false } TASK [fedora.linux_system_roles.auditd : Validate role parameters] ************* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:8 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.016) 0:00:28.632 *********** included: /tmp/collections-3Z0/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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:4 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.032) 0:00:28.664 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:11 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.018) 0:00:28.683 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert freq range (freq_parser)] ****** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:17 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.016) 0:00:28.700 *********** ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [fedora.linux_system_roles.auditd : Assert incremental flush requires non-zero freq] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:24 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.017) 0:00:28.717 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:31 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.017) 0:00:28.735 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:37 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.018) 0:00:28.753 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:44 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.017) 0:00:28.770 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:54 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.023) 0:00:28.794 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:64 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.023) 0:00:28.818 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:70 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.019) 0:00:28.837 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:76 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.020) 0:00:28.858 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:82 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.017) 0:00:28.875 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:88 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.018) 0:00:28.894 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:94 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.017) 0:00:28.912 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:100 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.017) 0:00:28.929 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:106 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.017) 0:00:28.946 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:116 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.015) 0:00:28.962 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:125 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.016) 0:00:28.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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:131 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.017) 0:00:28.996 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:143 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.016) 0:00:29.013 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:155 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.016) 0:00:29.030 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:179 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.025) 0:00:29.055 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:185 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.016) 0:00:29.072 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:191 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.016) 0:00:29.089 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:198 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.012) 0:00:29.102 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:205 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.013) 0:00:29.115 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:212 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.013) 0:00:29.128 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:219 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.012) 0:00:29.141 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:226 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.013) 0:00:29.155 *********** 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-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/assert_role_vars.yml:233 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.014) 0:00:29.170 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_rules | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Install audit packages] *************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:11 Tuesday 05 May 2026 09:24:52 -0400 (0:00:00.013) 0:00:29.183 *********** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.auditd : Deploy auditd configuration] ********** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:17 Tuesday 05 May 2026 09:24:54 -0400 (0:00:01.360) 0:00:30.543 *********** Notification for handler Restart auditd has been saved. changed: [managed-node1] => { "changed": true, "checksum": "33eefb6af1c751110a125b8b468118e6f0edb244", "dest": "/etc/audit/auditd.conf", "gid": 0, "group": "root", "md5sum": "eda8c45ce09c30766469af2714e2eff9", "mode": "0640", "owner": "root", "secontext": "system_u:object_r:auditd_etc_t:s0", "size": 852, "src": "/root/.ansible/tmp/ansible-tmp-1777987494.2622898-9546-132941303098973/.source.conf", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.auditd : Ensure rules.d directory exists] ****** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:24 Tuesday 05 May 2026 09:24:54 -0400 (0:00:00.717) 0:00:31.261 *********** ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0750", "owner": "root", "path": "/etc/audit/rules.d", "secontext": "system_u:object_r:auditd_etc_t:s0", "size": 25, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.auditd : Purge rules.d when requested] ********* task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:30 Tuesday 05 May 2026 09:24:55 -0400 (0:00:00.365) 0:00:31.626 *********** skipping: [managed-node1] => { "changed": false, "false_condition": "auditd_purge_rules | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.auditd : Deploy custom audit rules] ************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:36 Tuesday 05 May 2026 09:24:55 -0400 (0:00:00.013) 0:00:31.640 *********** Notification for handler Run augenrules has been saved. changed: [managed-node1] => { "changed": true, "checksum": "beaedc34af6f74d852b504550a00030393947a4b", "dest": "/etc/audit/rules.d/custom.rules", "gid": 0, "group": "root", "md5sum": "02a93488fb84ceabb705a049f70ced6b", "mode": "0664", "owner": "root", "secontext": "system_u:object_r:auditd_etc_t:s0", "size": 293, "src": "/root/.ansible/tmp/ansible-tmp-1777987495.3637621-9574-173123706647245/.source.rules", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.auditd : Start and enable auditd service] ****** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:46 Tuesday 05 May 2026 09:24:56 -0400 (0:00:00.721) 0:00:32.361 *********** ok: [managed-node1] => { "changed": false, "enabled": true, "name": "auditd", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:auditd_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-05-05 09:22:03 EDT", "ActiveEnterTimestampMonotonic": "16299634", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-tmpfiles-setup.service local-fs.target system.slice systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-05-05 09:22:03 EDT", "AssertTimestampMonotonic": "15403613", "Before": "crond.service systemd-update-utmp.service shutdown.target sysinit.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "86491000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "no", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Tue 2026-05-05 09:22:03 EDT", "ConditionTimestampMonotonic": "15403531", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/auditd.service", "ControlGroupId": "2197", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Security Auditing Service", "DevicePolicy": "auto", "Documentation": "\"man:auditd(8)\" https://github.com/linux-audit/audit-documentation", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "570", "ExecMainStartTimestamp": "Tue 2026-05-05 09:22:03 EDT", "ExecMainStartTimestampMonotonic": "15981182", "ExecMainStatus": "0", "ExecStart": "{ path=/sbin/auditd ; argv[]=/sbin/auditd ; ignore_errors=no ; start_time=[Tue 2026-05-05 09:22:03 EDT] ; stop_time=[Tue 2026-05-05 09:22:03 EDT] ; pid=549 ; code=exited ; status=0 }", "ExecStartEx": "{ path=/sbin/auditd ; argv[]=/sbin/auditd ; flags= ; start_time=[Tue 2026-05-05 09:22:03 EDT] ; stop_time=[Tue 2026-05-05 09:22:03 EDT] ; pid=549 ; code=exited ; status=0 }", "ExecStartPost": "{ path=/sbin/augenrules ; argv[]=/sbin/augenrules --load ; ignore_errors=yes ; start_time=[Tue 2026-05-05 09:22:03 EDT] ; stop_time=[Tue 2026-05-05 09:22:03 EDT] ; pid=584 ; code=exited ; status=0 }", "ExecStartPostEx": "{ path=/sbin/augenrules ; argv[]=/sbin/augenrules --load ; flags=ignore-failure ; start_time=[Tue 2026-05-05 09:22:03 EDT] ; stop_time=[Tue 2026-05-05 09:22:03 EDT] ; pid=584 ; code=exited ; status=0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/auditd.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "auditd.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Tue 2026-05-05 09:22:03 EDT", "InactiveExitTimestampMonotonic": "15405432", "InvocationID": "f029e4f2dfb94cf4b1a69c49a15bc066", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13684", "LimitNPROCSoft": "13684", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13684", "LimitSIGPENDINGSoft": "13684", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "570", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "5533696", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "6729728", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "auditd.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PIDFile": "/run/auditd.pid", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "yes", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice", "Restart": "on-failure", "RestartKillSignal": "15", "RestartPreventExitStatus": "2 4 6", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Tue 2026-05-05 09:22:03 EDT", "StateChangeTimestampMonotonic": "16299634", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "21894", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "forking", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.auditd : Notify handlers for testing purposes] *** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:53 Tuesday 05 May 2026 09:24:56 -0400 (0:00:00.880) 0:00:33.242 *********** Notification for handler Run augenrules has been saved. changed: [managed-node1] => {} TASK [Flush handlers after integration cleanup] ******************************** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/cleanup.yml:65 Tuesday 05 May 2026 09:24:56 -0400 (0:00:00.017) 0:00:33.260 *********** NOTIFIED HANDLER fedora.linux_system_roles.auditd : Restart auditd for managed-node1 NOTIFIED HANDLER fedora.linux_system_roles.auditd : Run augenrules for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.auditd : Run augenrules] ************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/handlers/main.yml:3 Tuesday 05 May 2026 09:24:56 -0400 (0:00:00.000) 0:00:33.261 *********** NOTIFIED HANDLER fedora.linux_system_roles.auditd : Load audit rules for managed-node1 changed: [managed-node1] => { "changed": true, "cmd": [ "augenrules" ], "delta": "0:00:00.028405", "end": "2026-05-05 09:24:57.264937", "rc": 0, "start": "2026-05-05 09:24:57.236532" } RUNNING HANDLER [fedora.linux_system_roles.auditd : Load audit rules] ********** task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/handlers/main.yml:9 Tuesday 05 May 2026 09:24:57 -0400 (0:00:00.384) 0:00:33.645 *********** changed: [managed-node1] => { "changed": true, "cmd": [ "augenrules", "--load" ], "delta": "0:00:00.019749", "end": "2026-05-05 09:24:57.647442", "rc": 0, "start": "2026-05-05 09:24:57.627693" } STDOUT: /usr/sbin/augenrules: No change No rules enabled 1 failure 1 pid 570 rate_limit 61 backlog_limit 32768 lost 254243 backlog 0 backlog_wait_time 60 backlog_wait_time_actual 0 enabled 1 failure 1 pid 570 rate_limit 61 backlog_limit 32768 lost 254247 backlog 0 backlog_wait_time 60 backlog_wait_time_actual 0 enabled 1 failure 1 pid 570 rate_limit 61 backlog_limit 32768 lost 254251 backlog 0 backlog_wait_time 60000 backlog_wait_time_actual 0 enabled 1 failure 1 pid 570 rate_limit 61 backlog_limit 32768 lost 254255 backlog 0 backlog_wait_time 60000 backlog_wait_time_actual 0 enabled 1 failure 1 pid 570 rate_limit 61 backlog_limit 32768 lost 254259 backlog 0 backlog_wait_time 60000 backlog_wait_time_actual 0 RUNNING HANDLER [fedora.linux_system_roles.auditd : Restart auditd] ************ task path: /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/handlers/main.yml:17 Tuesday 05 May 2026 09:24:57 -0400 (0:00:00.379) 0:00:34.024 *********** changed: [managed-node1] => { "changed": true, "name": "auditd", "state": "started" } PLAY RECAP ********************************************************************* managed-node1 : ok=120 changed=19 unreachable=0 failed=0 skipped=32 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 05 May 2026 09:24:58 -0400 (0:00:00.397) 0:00:34.421 *********** =============================================================================== fedora.linux_system_roles.auditd : Install audit packages -------------- 12.14s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:11 Gathering Facts --------------------------------------------------------- 2.23s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:4 fedora.linux_system_roles.auditd : Install audit packages --------------- 1.36s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:11 fedora.linux_system_roles.auditd : Start and enable auditd service ------ 1.05s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:46 fedora.linux_system_roles.auditd : Start and enable auditd service ------ 0.88s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:46 fedora.linux_system_roles.auditd : Deploy custom audit rules ------------ 0.72s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:36 fedora.linux_system_roles.auditd : Deploy auditd configuration ---------- 0.72s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:17 fedora.linux_system_roles.auditd : Deploy custom audit rules ------------ 0.69s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:36 fedora.linux_system_roles.auditd : Deploy auditd configuration ---------- 0.68s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:17 fedora.linux_system_roles.auditd : Ensure ansible_facts used by role ---- 0.54s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/set_vars.yml:2 fedora.linux_system_roles.auditd : Restart auditd ----------------------- 0.54s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/handlers/main.yml:17 fedora.linux_system_roles.auditd : Run augenrules ----------------------- 0.46s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/handlers/main.yml:3 Check for existing auditd.conf ------------------------------------------ 0.44s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:9 fedora.linux_system_roles.auditd : Ensure rules.d directory exists ------ 0.44s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/tasks/main.yml:24 Back up auditd.conf before test ----------------------------------------- 0.43s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:40 Read generated auditd.conf ---------------------------------------------- 0.43s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tests_auditd_integration.yml:148 Create temporary directory for integration test backups ----------------- 0.43s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:30 Find audit rules.d files other than custom.rules ------------------------ 0.42s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/tests/auditd/tasks/setup.yml:23 fedora.linux_system_roles.auditd : Restart auditd ----------------------- 0.40s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/handlers/main.yml:17 fedora.linux_system_roles.auditd : Run augenrules ----------------------- 0.38s /tmp/collections-3Z0/ansible_collections/fedora/linux_system_roles/roles/auditd/handlers/main.yml:3