ansible-playbook [core 2.17.8] 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-4Ui executable location = /usr/local/bin/ansible-playbook python version = 3.12.8 (main, Dec 6 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] (/usr/bin/python3.12) jinja version = 3.1.5 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_deploy.yml ***************************************************** 1 plays in /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_deploy.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_deploy.yml:3 Monday 10 February 2025 11:18:47 -0500 (0:00:00.011) 0:00:00.011 ******* [WARNING]: Platform linux on host managed-node3 is using the discovered Python interpreter at /usr/bin/python3.12, 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-node3] TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 Monday 10 February 2025 11:18:50 -0500 (0:00:03.314) 0:00:03.325 ******* included: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.aide : Ensure ansible_facts used by role] ****** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 Monday 10 February 2025 11:18:50 -0500 (0:00:00.035) 0:00:03.360 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "__aide_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Check if system is ostree] ************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Monday 10 February 2025 11:18:50 -0500 (0:00:00.034) 0:00:03.395 ******* ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.aide : Set flag to indicate system is ostree] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:15 Monday 10 February 2025 11:18:51 -0500 (0:00:00.509) 0:00:03.905 ******* ok: [managed-node3] => { "ansible_facts": { "__aide_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.aide : Set platform/version specific variables] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 Monday 10 February 2025 11:18:51 -0500 (0:00:00.024) 0:00:03.929 ******* skipping: [managed-node3] => (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-node3] => (item=Fedora.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=Fedora_40.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "Fedora_40.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.aide : Ensure required packages are installed] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Monday 10 February 2025 11:18:51 -0500 (0:00:00.033) 0:00:03.963 ******* changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: crontabs-1.11^20190603git9e74f2d-3.fc40.noarch", "Installed: cronie-1.7.2-1.fc40.x86_64", "Installed: cronie-anacron-1.7.2-1.fc40.x86_64", "Installed: aide-0.18.6-4.fc40.x86_64" ] } TASK [fedora.linux_system_roles.aide : Ensure required services are enabled and started] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:13 Monday 10 February 2025 11:19:26 -0500 (0:00:35.223) 0:00:39.186 ******* skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.aide : Generate "/etc/aide.conf"] ************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 Monday 10 February 2025 11:19:26 -0500 (0:00:00.024) 0:00:39.210 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "aide_config_template is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Initialize AIDE database] *************** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 Monday 10 February 2025 11:19:26 -0500 (0:00:00.031) 0:00:39.242 ******* changed: [managed-node3] => { "changed": true, "cmd": [ "aide", "--init" ], "delta": "0:04:05.268677", "end": "2025-02-10 11:23:32.608505", "rc": 0, "start": "2025-02-10 11:19:27.339828" } STDOUT: Start timestamp: 2025-02-10 11:19:27 -0500 (AIDE 0.18.6) AIDE successfully initialized database. New AIDE database written to /var/lib/aide/aide.db.new.gz Number of entries: 58317 --------------------------------------------------- The attributes of the (uncompressed) database(s): --------------------------------------------------- /var/lib/aide/aide.db.new.gz MD5 : M+uuaGitvtOrE9BdXrsDKw== SHA1 : FcfVMv3T8NP9mpIOinB89Yz7fUA= SHA256 : u6ZpJmXc4pkLcsWVsiX3dXFlO7uSgfTx Eli0M1aImfc= SHA512 : KKYXA5paRyM1paMNlAKSiL5yAgDgaRVL SeA8/QLYnTT31ZjM9qI2gSWcSGX/PXPa bFPyPB1AERiQt2R0ldUN4g== RMD160 : z8lozenQXxnPHDFoh9uvJo6kGnM= TIGER : 2hLr3uNjGdK7CZfP5g7lzoMAuQXQfs+i CRC32 : eWCAvA== WHIRLPOOL : CcKGQjxnHa6kDQhZpaFfA+o46C762fP/ W9CbL3bkeeB9sXE6uabb8klzI1uFGw3H evNtOPGllzM5IQ06AwTjaA== GOST : Bmc/8HGsiTZJoNV2Cfjn2BMg9U1FySHt 4mNkeFcxscQ= STRIBOG256: +6+kiBq/2nLaJKupu0tYOwpKCvioATpL W+bXKNQxBk8= STRIBOG512: DjyYaVp4olWCTQ8TvtQqHQ65/AAR3Sou +03EQfvFIaVPePFzHkBL4yYlbn+uY4ha ltZRS0cQBPmxBSKvB8cwzw== End timestamp: 2025-02-10 11:23:32 -0500 (run time: 4m 5s) TASK [fedora.linux_system_roles.aide : Copy AIDE reference database] *********** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 Monday 10 February 2025 11:23:32 -0500 (0:04:05.892) 0:04:45.134 ******* changed: [managed-node3] => { "changed": true, "checksum": "bc88997f85dfca82566622d7d14f99fad3a7d823", "dest": "/var/lib/aide/aide.db.gz", "gid": 0, "group": "root", "md5sum": "6d37948f1dad0248bfb7b924c5011c41", "mode": "0440", "owner": "root", "secontext": "system_u:object_r:aide_db_t:s0", "size": 4898369, "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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 Monday 10 February 2025 11:23:33 -0500 (0:00:00.620) 0:04:45.755 ******* changed: [managed-node3] => { "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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 Monday 10 February 2025 11:23:33 -0500 (0:00:00.618) 0:04:46.374 ******* skipping: [managed-node3] => { "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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 Monday 10 February 2025 11:23:33 -0500 (0:00:00.033) 0:04:46.407 ******* skipping: [managed-node3] => { "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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71 Monday 10 February 2025 11:23:33 -0500 (0:00:00.031) 0:04:46.438 ******* skipping: [managed-node3] => { "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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:81 Monday 10 February 2025 11:23:34 -0500 (0:00:00.030) 0:04:46.469 ******* skipping: [managed-node3] => { "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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:89 Monday 10 February 2025 11:23:34 -0500 (0:00:00.031) 0:04:46.501 ******* skipping: [managed-node3] => { "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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:99 Monday 10 February 2025 11:23:34 -0500 (0:00:00.034) 0:04:46.535 ******* skipping: [managed-node3] => { "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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:104 Monday 10 February 2025 11:23:34 -0500 (0:00:00.035) 0:04:46.571 ******* skipping: [managed-node3] => { "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-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:109 Monday 10 February 2025 11:23:34 -0500 (0:00:00.047) 0:04:46.619 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "aide_cron_check is not none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary] *** task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:118 Monday 10 February 2025 11:23:34 -0500 (0:00:00.031) 0:04:46.651 ******* skipping: [managed-node3] => { "changed": false, "false_condition": "aide_cron_check is not none", "skip_reason": "Conditional result was False" } TASK [Check if the file exists] ************************************************ task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_deploy.yml:10 Monday 10 February 2025 11:23:34 -0500 (0:00:00.031) 0:04:46.682 ******* ok: [managed-node3] => { "changed": false, "stat": { "atime": 1739204367.4503665, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 16, "charset": "us-ascii", "checksum": "e55eb39b68a6b9def08c3a202b06f58f0eb1fcfc", "ctime": 1739204351.214272, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 1855, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0600", "mtime": 1707696000.0, "nlink": 1, "path": "/etc/aide.conf", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 4850, "uid": 0, "version": "2472544084", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Assert that the file exists] ********************************************* task path: /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_deploy.yml:15 Monday 10 February 2025 11:23:34 -0500 (0:00:00.430) 0:04:47.113 ******* ok: [managed-node3] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* managed-node3 : ok=10 changed=4 unreachable=0 failed=0 skipped=13 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Monday 10 February 2025 11:23:34 -0500 (0:00:00.014) 0:04:47.127 ******* =============================================================================== fedora.linux_system_roles.aide : Initialize AIDE database ------------- 245.89s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:33 fedora.linux_system_roles.aide : Ensure required packages are installed -- 35.22s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:7 Gathering Facts --------------------------------------------------------- 3.31s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_deploy.yml:3 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.62s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:38 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.62s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:49 fedora.linux_system_roles.aide : Check if system is ostree -------------- 0.51s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:10 Check if the file exists ------------------------------------------------ 0.43s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/tests/aide/tests_deploy.yml:10 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.05s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:104 fedora.linux_system_roles.aide : Fetch AIDE database -------------------- 0.04s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:99 fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.04s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:3 fedora.linux_system_roles.aide : Ensure ansible_facts used by role ------ 0.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:2 fedora.linux_system_roles.aide : Update AIDE database ------------------- 0.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:89 fedora.linux_system_roles.aide : Set platform/version specific variables --- 0.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/set_vars.yml:19 fedora.linux_system_roles.aide : Fetch AIDE database -------------------- 0.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:58 fedora.linux_system_roles.aide : Update aide check cron configuration if necessary --- 0.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:109 fedora.linux_system_roles.aide : Remove remote AIDE database file ------- 0.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:63 fedora.linux_system_roles.aide : Check against AIDE reference database --- 0.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:81 fedora.linux_system_roles.aide : Generate "/etc/aide.conf" -------------- 0.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:20 fedora.linux_system_roles.aide : Remove aide check cron configuration if necessary --- 0.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:118 fedora.linux_system_roles.aide : Copy AIDE reference database ----------- 0.03s /tmp/collections-4Ui/ansible_collections/fedora/linux_system_roles/roles/aide/tasks/main.yml:71