ansible-playbook [core 2.17.7] 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-q0j executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 3 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)] (/usr/bin/python3.12) jinja version = 3.1.4 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks 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_check_cron.yml ************************************************* 1 plays in /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml PLAY [Ensure that the cron is set up] ****************************************** TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Thursday 19 December 2024 21:12:52 -0500 (0:00:00.011) 0:00:00.011 ***** included: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.aide : Ensure ansible_facts used by role] ****** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Thursday 19 December 2024 21:12:52 -0500 (0:00:00.016) 0:00:00.027 ***** [WARNING]: Platform linux on host managed-node2 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-node2] TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Thursday 19 December 2024 21:12:53 -0500 (0:00:00.792) 0:00:00.819 ***** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Thursday 19 December 2024 21:12:53 -0500 (0:00:00.452) 0:00:01.272 ***** ok: [managed-node2] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Thursday 19 December 2024 21:12:53 -0500 (0:00:00.022) 0:00:01.294 ***** skipping: [managed-node2] => (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-node2] => (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-node2] => (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-node2] => (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-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] *** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Thursday 19 December 2024 21:12:53 -0500 (0:00:00.031) 0:00:01.326 ***** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Thursday 19 December 2024 21:12:55 -0500 (0:00:01.761) 0:00:03.087 ***** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Thursday 19 December 2024 21:12:55 -0500 (0:00:00.013) 0:00:03.101 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "aide_db_template is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Thursday 19 December 2024 21:12:55 -0500 (0:00:00.018) 0:00:03.119 ***** changed: [managed-node2] => { "changed": true, "cmd": [ "aide", "--init" ], "delta": "0:00:35.922796", "end": "2024-12-19 21:13:31.823390", "rc": 0, "start": "2024-12-19 21:12:55.900594" } STDOUT: Start timestamp: 2024-12-19 21:12:55 -0500 (AIDE 0.16) AIDE initialized database at /var/lib/aide/aide.db.new.gz Number of entries: 52455 --------------------------------------------------- The attributes of the (uncompressed) database(s): --------------------------------------------------- /var/lib/aide/aide.db.new.gz MD5 : OjDf7H6PG5n3/D7EGHt/fA== SHA1 : ePEwGo/5tQujn3QslqmuQ5K2eZc= RMD160 : NSIfiTtWLLqxMlFzcRhQ5m10e6M= TIGER : FGGZtNwmWzA8mHKWb8a55PlA9MFy0mTn SHA256 : uNgCZWnbbODsv0+OJbNC2HjzTD9+gRTd Bec6EBiPHLM= SHA512 : EKpBE0vHEWeHHFBAR9e7QkGlQpwauwaC JPZe+Ab1U8oyuU3Rs6amoIhEI9yiZnsm usTx6/SdDWnMzBZdpWWgng== End timestamp: 2024-12-19 21:13:31 -0500 (run time: 0m 36s) TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 Thursday 19 December 2024 21:13:31 -0500 (0:00:36.394) 0:00:39.514 ***** changed: [managed-node2] => { "changed": true, "checksum": "1dc8c45f409c212df07fd81efae553593db8bd79", "dest": "/var/lib/aide/aide.db.gz", "gid": 0, "group": "root", "md5sum": "d3357ee9911357629c3aee891bb76389", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:aide_db_t:s0", "size": 2864004, "src": "/var/lib/aide/aide.db.new.gz", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 Thursday 19 December 2024 21:13:32 -0500 (0:00:00.500) 0:00:40.015 ***** changed: [managed-node2] => { "changed": true, "path": "/var/lib/aide/aide.db.new.gz", "state": "absent" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 Thursday 19 December 2024 21:13:32 -0500 (0:00:00.487) 0:00:40.502 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "aide_fetch_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 Thursday 19 December 2024 21:13:32 -0500 (0:00:00.051) 0:00:40.553 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "aide_fetch_db | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Thursday 19 December 2024 21:13:32 -0500 (0:00:00.050) 0:00:40.604 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "aide_check | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check against AIDE reference database] *** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:80 Thursday 19 December 2024 21:13:33 -0500 (0:00:00.048) 0:00:40.653 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "aide_check | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update AIDE database] ******************* task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:88 Thursday 19 December 2024 21:13:33 -0500 (0:00:00.029) 0:00:40.682 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Fetch AIDE database] ******************** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:95 Thursday 19 December 2024 21:13:33 -0500 (0:00:00.029) 0:00:40.712 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove remote AIDE database file] ******* task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:100 Thursday 19 December 2024 21:13:33 -0500 (0:00:00.029) 0:00:40.741 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "aide_update | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Update aide check cron configuration if necessary] *** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:105 Thursday 19 December 2024 21:13:33 -0500 (0:00:00.029) 0:00:40.771 ***** changed: [managed-node2] => { "backup": "", "changed": true } MSG: line added TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] *** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 Thursday 19 December 2024 21:13:33 -0500 (0:00:00.458) 0:00:41.229 ***** skipping: [managed-node2] => { "changed": false, "false_condition": "not aide_cron_check | bool", "skip_reason": "Conditional result was False" } TASK [Check file content] ****************************************************** task path: /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:13 Thursday 19 December 2024 21:13:33 -0500 (0:00:00.031) 0:00:41.260 ***** ok: [managed-node2] => { "backup": "", "changed": false, "found": 0 } PLAY RECAP ********************************************************************* managed-node2 : ok=10 changed=4 unreachable=0 failed=0 skipped=11 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Thursday 19 December 2024 21:13:33 -0500 (0:00:00.340) 0:00:41.600 ***** =============================================================================== fedora.linux_system_roles.aide : Initialize AIDE database -------------- 36.39s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 fedora.linux_system_roles.aide : Ensure required packages are installed --- 1.76s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.79s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.50s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.49s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 fedora.linux_system_roles.aide : Update aide check cron configuration if necessary --- 0.46s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:105 fedora.linux_system_roles.aide : Check if system is ostree -------------- 0.45s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Check file content ------------------------------------------------------ 0.34s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/tests/aide/tests_check_cron.yml:13 fedora.linux_system_roles.aide : Fetch AIDE database -------------------- 0.05s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.05s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.05s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.03s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary --- 0.03s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:112 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.03s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:100 fedora.linux_system_roles.aide : Update AIDE database ------------------- 0.03s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:88 fedora.linux_system_roles.aide : Check against AIDE reference database --- 0.03s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:80 fedora.linux_system_roles.aide : Fetch AIDE database -------------------- 0.03s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:95 fedora.linux_system_roles.aide : Set flag to indicate system is ostree --- 0.02s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 fedora.linux_system_roles.aide : Generate "/etc/aide.conf" -------------- 0.02s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.02s /tmp/collections-q0j/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3