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.13/site-packages/ansible ansible collection location = /tmp/collections-o4u executable location = /usr/local/bin/ansible-playbook python version = 3.13.9 (main, Oct 14 2025, 00:00:00) [GCC 14.3.1 20250808 (Red Hat 14.3.1-3)] (/usr/bin/python3.13) 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_basic.yml ****************************************************** 2 plays in /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Saturday 03 January 2026 11:34:13 -0500 (0:00:00.018) 0:00:00.018 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-nRw/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Saturday 03 January 2026 11:34:13 -0500 (0:00:00.021) 0:00:00.040 ****** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3, 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 [Create tmpdir for testing] *********************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143 Saturday 03 January 2026 11:34:15 -0500 (0:00:02.463) 0:00:02.503 ****** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 Saturday 03 January 2026 11:34:16 -0500 (0:00:00.423) 0:00:02.927 ****** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:161 Saturday 03 January 2026 11:34:16 -0500 (0:00:00.492) 0:00:03.420 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Install podman from updates-testing] ************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:166 Saturday 03 January 2026 11:34:16 -0500 (0:00:00.039) 0:00:03.460 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Podman version] ********************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:171 Saturday 03 January 2026 11:34:16 -0500 (0:00:00.029) 0:00:03.489 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Create user] ************************************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 Saturday 03 January 2026 11:34:16 -0500 (0:00:00.029) 0:00:03.519 ****** changed: [managed-node2] => { "changed": true, "comment": "", "create_home": true, "group": 3001, "home": "/home/podman_basic_user", "name": "podman_basic_user", "shell": "/bin/bash", "state": "present", "system": false, "uid": 3001 } TASK [Create tempfile for kube_src] ******************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181 Saturday 03 January 2026 11:34:17 -0500 (0:00:00.622) 0:00:04.141 ****** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_sa_lqf83.yml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Write kube_file_src] ***************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Saturday 03 January 2026 11:34:17 -0500 (0:00:00.205) 0:00:04.347 ****** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "2fc1f6f8264c45c00662da5282cc80f0dbda78ec", "dest": "/tmp/lsr_podman_sa_lqf83.yml", "gid": 0, "group": "root", "md5sum": "c6d7d5964bbd58a69d8ea065f7c52528", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 710, "src": "/root/.ansible/tmp/ansible-tmp-1767458057.5001771-5418-51830351674158/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 Saturday 03 January 2026 11:34:18 -0500 (0:00:00.562) 0:00:04.909 ****** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd1", "podman_basic_user", 3001 ], "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_80o_msuz_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [Create data files] ******************************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 Saturday 03 January 2026 11:34:19 -0500 (0:00:01.129) 0:00:06.039 ****** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_80o_msuz_podman/httpd1/index.txt", "gid": 0, "group": "root", "item": [ "httpd1", "podman_basic_user", 3001 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1767458059.2195296-5470-223893770729450/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_80o_msuz_podman/httpd2/index.txt", "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1767458059.9089446-5470-218407310551578/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_80o_msuz_podman/httpd3/index.txt", "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1767458060.5692687-5470-47597423275459/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:214 Saturday 03 January 2026 11:34:21 -0500 (0:00:02.031) 0:00:08.071 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 January 2026 11:34:21 -0500 (0:00:00.051) 0:00:08.122 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 January 2026 11:34:21 -0500 (0:00:00.026) 0:00:08.148 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 January 2026 11:34:21 -0500 (0:00:00.028) 0:00:08.176 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 January 2026 11:34:21 -0500 (0:00:00.366) 0:00:08.542 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 03 January 2026 11:34:21 -0500 (0:00:00.023) 0:00:08.566 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 03 January 2026 11:34:22 -0500 (0:00:00.362) 0:00:08.928 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 03 January 2026 11:34:22 -0500 (0:00:00.024) 0:00:08.953 ****** [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: The loop variable '__vars_file' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "__vars_file": "Fedora.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 03 January 2026 11:34:22 -0500 (0:00:00.029) 0:00:08.983 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009015", "end": "2026-01-03 11:34:22.516404", "failed_when_result": false, "rc": 0, "start": "2026-01-03 11:34:22.507389" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 03 January 2026 11:34:22 -0500 (0:00:00.459) 0:00:09.443 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 03 January 2026 11:34:22 -0500 (0:00:00.050) 0:00:09.493 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 January 2026 11:34:22 -0500 (0:00:00.034) 0:00:09.528 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 January 2026 11:34:23 -0500 (0:00:01.304) 0:00:10.833 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 January 2026 11:34:24 -0500 (0:00:00.041) 0:00:10.874 ****** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: podman-5:5.6.2-1.fc41.x86_64", "Installed: shadow-utils-subid-2:4.15.1-12.fc41.x86_64", "Installed: catatonit-0.2.1-1.fc41.x86_64", "Installed: conmon-2:2.1.13-1.fc41.x86_64", "Installed: containers-common-extra-5:0.64.2-1.fc41.noarch", "Installed: containers-common-5:0.64.2-1.fc41.noarch", "Installed: crun-1.25.1-1.fc41.x86_64", "Installed: yajl-2.1.0-24.fc41.x86_64", "Installed: netavark-2:1.16.1-1.fc41.x86_64", "Installed: aardvark-dns-2:1.16.0-1.fc41.x86_64", "Installed: passt-0^20250919.g623dbf6-1.fc41.x86_64", "Installed: passt-selinux-0^20250919.g623dbf6-1.fc41.noarch", "Installed: container-selinux-4:2.242.0-1.fc41.noarch", "Installed: composefs-1.0.8-1.fc41.x86_64", "Installed: qemu-user-static-2:9.1.3-2.fc41.x86_64", "Installed: fuse-overlayfs-1.13-2.fc41.x86_64", "Installed: fuse3-3.16.2-4.fc41.x86_64", "Installed: fuse-common-3.16.2-4.fc41.x86_64", "Installed: criu-libs-4.1.1-1.fc41.x86_64", "Installed: criu-4.1.1-1.fc41.x86_64", "Installed: libbsd-0.12.2-4.fc41.x86_64", "Installed: libnet-1.3-4.fc41.x86_64", "Installed: libmd-1.1.0-5.fc41.x86_64", "Installed: qemu-user-static-aarch64-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-alpha-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-arm-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-cris-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-hexagon-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-hppa-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-loongarch64-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-m68k-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-microblaze-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-mips-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-or1k-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-ppc-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-riscv-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-s390x-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-sh4-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-sparc-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-x86-2:9.1.3-2.fc41.x86_64", "Installed: qemu-user-static-xtensa-2:9.1.3-2.fc41.x86_64", "Installed: composefs-libs-1.0.8-1.fc41.x86_64" ] } lsrpackages: podman TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 January 2026 11:35:43 -0500 (0:01:19.687) 0:01:30.561 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 03 January 2026 11:35:43 -0500 (0:00:00.041) 0:01:30.603 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 03 January 2026 11:35:43 -0500 (0:00:00.046) 0:01:30.649 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 03 January 2026 11:35:43 -0500 (0:00:00.039) 0:01:30.688 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.033579", "end": "2026-01-03 11:35:44.201774", "rc": 0, "start": "2026-01-03 11:35:44.168195" } STDOUT: podman version 5.6.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 03 January 2026 11:35:44 -0500 (0:00:00.455) 0:01:31.143 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 January 2026 11:35:44 -0500 (0:00:00.032) 0:01:31.176 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 03 January 2026 11:35:44 -0500 (0:00:00.031) 0:01:31.207 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 03 January 2026 11:35:44 -0500 (0:00:00.041) 0:01:31.249 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 January 2026 11:35:44 -0500 (0:00:00.066) 0:01:31.316 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 03 January 2026 11:35:44 -0500 (0:00:00.039) 0:01:31.356 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 03 January 2026 11:35:44 -0500 (0:00:00.040) 0:01:31.397 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:35:44 -0500 (0:00:00.061) 0:01:31.458 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.516) 0:01:31.974 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.036) 0:01:32.011 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.069) 0:01:32.081 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1728518400.0, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.469) 0:01:32.550 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.033) 0:01:32.583 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.030) 0:01:32.614 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.029) 0:01:32.643 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.028) 0:01:32.672 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.029) 0:01:32.702 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.029) 0:01:32.731 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.031) 0:01:32.763 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.029) 0:01:32.792 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 03 January 2026 11:35:45 -0500 (0:00:00.058) 0:01:32.850 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.078) 0:01:32.929 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.045) 0:01:32.974 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.036) 0:01:33.011 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.067) 0:01:33.078 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.033) 0:01:33.111 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.029) 0:01:33.140 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.086) 0:01:33.227 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.048) 0:01:33.275 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.048) 0:01:33.324 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.066) 0:01:33.390 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.030) 0:01:33.421 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.027) 0:01:33.449 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.028) 0:01:33.477 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.028) 0:01:33.506 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.100) 0:01:33.606 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.055) 0:01:33.661 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 03 January 2026 11:35:46 -0500 (0:00:00.034) 0:01:33.696 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 03 January 2026 11:35:47 -0500 (0:00:00.383) 0:01:34.080 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 03 January 2026 11:35:47 -0500 (0:00:00.041) 0:01:34.121 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 03 January 2026 11:35:47 -0500 (0:00:00.381) 0:01:34.503 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 03 January 2026 11:35:47 -0500 (0:00:00.036) 0:01:34.539 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009556", "end": "2026-01-03 11:35:47.996589", "failed_when_result": false, "rc": 0, "start": "2026-01-03 11:35:47.987033" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 03 January 2026 11:35:48 -0500 (0:00:00.389) 0:01:34.929 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 03 January 2026 11:35:48 -0500 (0:00:00.034) 0:01:34.963 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 03 January 2026 11:35:48 -0500 (0:00:00.036) 0:01:35.000 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 03 January 2026 11:35:49 -0500 (0:00:01.634) 0:01:36.634 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 03 January 2026 11:35:49 -0500 (0:00:00.052) 0:01:36.687 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 03 January 2026 11:35:49 -0500 (0:00:00.050) 0:01:36.737 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 03 January 2026 11:35:49 -0500 (0:00:00.033) 0:01:36.771 ****** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 03 January 2026 11:35:49 -0500 (0:00:00.040) 0:01:36.812 ****** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 03 January 2026 11:35:50 -0500 (0:00:00.059) 0:01:36.871 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service dbus.socket basic.target sysinit.target system.slice polkit.service", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ebtables.service iptables.service ipset.service ip6tables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3414712320", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 03 January 2026 11:35:50 -0500 (0:00:00.810) 0:01:37.682 ****** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target polkit.service sysinit.target dbus-broker.service system.slice dbus.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target ebtables.service ipset.service ip6tables.service iptables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3413614592", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket system.slice sysinit.target", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 03 January 2026 11:35:51 -0500 (0:00:01.162) 0:01:38.845 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 03 January 2026 11:35:52 -0500 (0:00:00.046) 0:01:38.891 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 03 January 2026 11:35:52 -0500 (0:00:00.028) 0:01:38.920 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 03 January 2026 11:35:52 -0500 (0:00:00.064) 0:01:38.984 ****** changed: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:127 Saturday 03 January 2026 11:35:52 -0500 (0:00:00.841) 0:01:39.826 ****** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:138 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.052) 0:01:39.879 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.070) 0:01:39.950 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.032) 0:01:39.982 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:162 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.031) 0:01:40.013 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:173 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.027) 0:01:40.041 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:179 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.032) 0:01:40.073 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.069) 0:01:40.143 ****** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.295) 0:01:40.439 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.073) 0:01:40.512 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.043) 0:01:40.556 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 03 January 2026 11:35:53 -0500 (0:00:00.059) 0:01:40.616 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 03 January 2026 11:35:54 -0500 (0:00:00.393) 0:01:41.009 ****** ok: [managed-node2] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 03 January 2026 11:35:54 -0500 (0:00:00.037) 0:01:41.046 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 03 January 2026 11:35:54 -0500 (0:00:00.407) 0:01:41.454 ****** ok: [managed-node2] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 03 January 2026 11:35:54 -0500 (0:00:00.076) 0:01:41.531 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 03 January 2026 11:35:54 -0500 (0:00:00.061) 0:01:41.592 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 03 January 2026 11:35:56 -0500 (0:00:01.631) 0:01:43.224 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 03 January 2026 11:35:56 -0500 (0:00:00.058) 0:01:43.282 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 03 January 2026 11:35:57 -0500 (0:00:01.467) 0:01:44.749 ****** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.7-8.fc41.noarch" ] } lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 03 January 2026 11:35:59 -0500 (0:00:02.081) 0:01:46.831 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 03 January 2026 11:35:59 -0500 (0:00:00.030) 0:01:46.862 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 03 January 2026 11:36:00 -0500 (0:00:00.029) 0:01:46.891 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 03 January 2026 11:36:00 -0500 (0:00:00.029) 0:01:46.920 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 03 January 2026 11:36:01 -0500 (0:00:01.046) 0:01:47.966 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008833", "end": "2026-01-03 11:36:01.428068", "failed_when_result": false, "rc": 0, "start": "2026-01-03 11:36:01.419235" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.416) 0:01:48.383 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.036) 0:01:48.419 ****** ok: [managed-node2] => { "ansible_facts": { "__selinux_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.036) 0:01:48.456 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.035) 0:01:48.492 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.028) 0:01:48.520 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.041) 0:01:48.561 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.037) 0:01:48.599 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.027) 0:01:48.627 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.028) 0:01:48.655 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.032) 0:01:48.688 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.027) 0:01:48.716 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.050) 0:01:48.767 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.048) 0:01:48.815 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 03 January 2026 11:36:01 -0500 (0:00:00.030) 0:01:48.846 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 03 January 2026 11:36:02 -0500 (0:00:00.032) 0:01:48.879 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 03 January 2026 11:36:02 -0500 (0:00:00.029) 0:01:48.908 ****** changed: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 03 January 2026 11:36:03 -0500 (0:00:01.265) 0:01:50.173 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 03 January 2026 11:36:03 -0500 (0:00:00.038) 0:01:50.211 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:e440cf220437e67d111c489a7b529b1ea0e859598f99d8a22897c8aff21eec8d", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:75ca3e6e6bfc1efcaf68401f9c1c256dcd07c27d1a4613b00da34897c3db39d3", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:d63def6679e022d5c7fa7c4ce1e50e041d940487ce011a5928ba1f295601c183", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:f3758b956320b5831e3283b4ba2fa79a1274a18e9ef8d352915cbf887fc841d2", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:908586a0da0d53005a23288459fb3fbfe5d9cfd42facd314da228088dc2e9ea7", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f7479825ec6b0373555e82ffa2d9208663a3b5fc5b34251b7f0689e8df8fd71f", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:30ddd1f2f9c03a89cc440a32f46cca12afcba08a1f7818596d7e5b3b15429df9", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:eca376cb9d97727e80f7b9066856dcfb270f53d66448469500136ec50de62f94", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:9d24408227d8025b40d4806ae2d2b6104675d7d2e2979e82cdcdfa812d38906c", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c2e0ae08ca37c64805f6f826f6ed151b575598e393cf31c2f5dc6e5ff39cac8f", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8aaa7924dd6c9ef4368bcfec03d2a9182847b2619d9c73dddfc1fe3a406fd593", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9551e8862ba236414ffb28363c88c0c765d202e79876ec0206dc08f4da20f1a7", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:85af36f020ff47a8aa7cf8c8704e7a7388b5df37b64634fca40d43082397edf6", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:039df67b6f57d80428db4e70312b1a3d424352de8bbab27538ca34bbbf4ae4b2", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:3a14853f222d5d4a41a72b479e21799b200ac7230e33426c296530856fe89977", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:8b8e40b15d2f30acdeaa718b224082e0e384c4ebd4166da8cdfdf264d9c9a9ad", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:ebc8d46d49e65cae5317370ee4098ee4f8a3fbbc0737d10e82906b35690109ac", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:f6cf6a456607ad02603cfa78b5c0e973caa221ff62bd4690aaac9bcf8cb4f17e", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:3507e2a917f90a060755b8cb9ccba5185ff8aa55939b3519e45c9a2027643f33", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:0dbdb8b9066479b58068e5beb06c54cee15fa85853524e4058a414aa5fa55f10", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:2ee826b228409e5fec043cb2c349bf9066c3d28e31a60ff19f05cf8efaa96bf3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:bc0d030790b6e38a11c8816496fd0cb9d4cf5f6d557cdd8a112c00fa1cd3bee5", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:cf67aacdf74a311778e2a063a2a471c7f7070ddf62331512fa5895e793290189", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:32db722629f590b2f3c3beeb5bf10802145a6485cfc0b9b8a82e52a43b68aff5", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:1c2821e2e19261a203efcad5b0d90b12dfc2ac78da42c7f4d1eb4eae46b3edb1", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:a4f2beb4c4b174716e111c2dbd15b4381a7c0a6f2fe0b9c1d1e6defa38315ff5", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:cb0c37a2175b53f36886a06dec8a13e1cbb56b6c321e7f47c9c212d1825e8da3", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:9818ef4911063b06cbfa8da2230188f2d0021a074b5019eb6bc9a8a0215af68b", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:97641e46c6076b5179127c6932ce33b1f8d31e70d78a7d79c7efcc3493ef3370", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:58697befcba6c7385b979ba6596e70ac8e3edb0d5eb842f0cf74c2bfa623e700", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c7405963330610047cd511e2eb0d482d8fb4efb5c0de18b5da5a7d9e9854f53d", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:c756766f60a8bb9e9132503c770760937039b8d1c3c21b8524f433e81ac95cee", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:df850943f439a660e98bda2cac1c52315c37e9c380f7a1ddcf748bf007f861d3", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:cfe1b054af2c59c885399c7e3f36ae128b1ba81d933d6b3f097a4a1ac30e4ec0", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:cef0f17dc19fba37aca82af7923dee5d1bb454d2b1ddf7255fd0edc50d4850df", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:4c36d2edd04848bff37b78ee9b6a1a3b0ae88a7e7434ceee07499941fd65fc44", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:3e944bccd0294ba67e83b10c91262c465ddc127dda7c4ef618ea0412f5a6f31f", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:95d61547f7a638498ef6cc2b962b4852813d55baf053eb7655a9c4fa287f6c42", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:af36136c079731a199c9977f4c79cab3e4b97f366573963c80fc5629ea9d0ae4", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:a0b1b5bce3f4c103a68b84c701b20694595cfa5f4183ce423f408f678515d2a1", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:6f4b2adf7a2062f7c8962b4626de5418f5fc3943cc7d6b28eadbb8c7fd6d3b90", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:1eb65a4ecf0a399f99677e94f33b775be57f9968347dff5fcd339f9e902dff77", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:4949344982806956f61c0ac535bcfdcc25cac37b22889a58850bf6c1d5a1a7c6", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:3103d70ab13b987c116b316218a4848287f34628ddb2b4a2b376b9cf599e3b54", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:b7e2f8a4601a64be1c90684500a50d375c64ea4415970de65fd2aa4d5529b51b", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:dbe616470c831c90249ca0aed9d72169061149e57bf802719836d4027647a314", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:37cf3ff38547df69b3c2f038d4114e1e3b2e44302123ba4b631488ee2468c3b7", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3bb9b2a67760ee9b763dd07752e0be2ba46c6c80c84b3747854f5e25ab0898ff", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:a14bccdc546d22b86ccfb91e53fc01fa3e3b63d8ac41bad279ac999d04cd7986", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:690f45cd4a3c408038a30f386098eb92426b1693e071d174fe891d5d0d1de6be", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:94da6e9a42a4122b240507be2692e4f4a3f2dad5ffdfe2dacb018505de4fa34e", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:71e3093e4da6ab0f9866ccee84716cea1b7c0b7616a01bf14e8f45d855139cac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:b8a2a9ba03423bc89ab921adf21cd50b4b6ba9deaeb9c009bee28ea648adabcc", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:ba3e8053b7cac576488e52534996ec865ad0d5c072468c05a02d103ee6e4f164", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:af1f599ae986d284ade9a389d5513989b9f786aa776e96d8930a68ed0281c0eb", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:fa2db85f932f588281e61d3045d6a7028710a5650bf7284bff58dd56cc64803d", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:ad5872b0ac552c30c6dcb96ca6ef1d6540fddc242c017f7539d6e0d6ad0019c2", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:e27eed39d32c3a79a71fcc1970db28a8a04910cde04c63869f1dcc8afd66c938", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:b2b0d4ed93b360072ed0826e8ce6f2e22252ae876ed7791f4d1f9ba16e3c305c", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:cdf55d535973062e9cb4a48fb2fb86a9bdb4794f26fd43f8f508ebbae625de9b", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7a14308976dee29d539ec0ea10c610fc5f156fa323b9a7cb4ba4f2001c7c8e17", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:1cfed4ab1222960cda09e74f788e94664650f08ff4dd4073bbc9681c6f8dbd01", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:0c7b790422f9c4e5d531e8e1de2cd5f8b128223e2482cdf5695394a1ba833e1c", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:1c77eb415bb0271d13a6c37fa41c5ff0a662ffa7aaa35a3b5f421e82aa24885e", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:68b6bf1200184dce4646d8c20bef5ec53981147f4fcb5c853294158e2b224ded", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7894fea59192d733c42a966aa13a2656760fda2b3e382abb5e89e789d92551aa", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:ac50299f57400f8e9f198c2b70e561acaba4dfd27c34eded4e9c8485b394372b", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:dad054ef6ee4f08f490b8d94fa70575c39de35d22cab11918753b75625c26845", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:c310326e0984ee5e4e7cc1e3173a204cfb05423f4ec8bb9c56df4191bd01f60d", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:233861e0b2a8c17c3988ed42cf197053397cacf93a0e2d5bf942b027331283c7", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:8cc63d03ecc084825933a35df56cb5b5221e81fa79bd6a9b1034268b39c16c36", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:416b5e6a242327091bb9fa10b833665b68fe9ab80dc8cc494bf3726cfac0eeb7", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:190e4586cea0d0894209365e8a71c0b4a6467e83bebc8bac649644695f209ac8", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:1b40ac81d0ab954cc05c7558be2535e2b7edbac296b833c1e2684afec4fda7a1", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:6dfed78d726dda7ebe4266b479d08a0fced77e5e89de646d8dd8c67d528f7636", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:e04e7d214022fd792eeb66b3426e0eef2dc6018b06005497b849bd2b5229ee81", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e266f0e58053d06b04e8fb0190723b38584d94e086351883fb8f4f2661c35fb0", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:962e24ad1b72e7fc878a7ed7a46c5c72b3db9d4cc13aac4ea1f6c12b2ce22700", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:babce05f61b6663c8c86269b7211318299807d739d246579ead6e6569dbea4aa", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:afc049630978871992de69debea2411db5779431dba45120b6ae6d7ef3e9760b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:feb27ddcc51b12b7ca1d77abd64654a9a1a85f9023804b82adf3d92f9b5dfcfb", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:e4531562b0d5b250cef7d63e384925e11fe19692e4780b551626a338be15e2a0", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:f97faf1987bcd28a562e7fb37ccaa3d00745a54bb51e8ac96762b89de65b7a98", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f5913cc8b413cc3938ceb6b17982b75f6c98ea5c0f2a860426e9db8731485b6e", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:841f750cc1ff61493db26607c9b4314ec05ecb6289279c01c55ab638cd541726", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7868011bac75a87c035c705c5a854bc143419bb4193d2a87d31de52b21ca2b82", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:8db31d4ba98fe696144411296366713bc7b7a42b46d6457002c713b88644f7d2", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:75aaea706e212c2f0119d5744eb362fc34a20f3f4b763681a335d5f5858efb8c", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e42f7b16a4a7c5f099b85c4b9fca02d0cfbe74de5d113dad7b350d242706d0dd", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:203f931eae7059d109cef2f4ac1e029ed280c55feca2da99382f826fc218bca4", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:e4ad684ec97129f310088958f7cf099653e0eb7cf3e8c997ab839cda24aa12ac", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:8b28e9e50a4c67025954dbf77dbcee20908a1c0afc4462100392b8f8a21eb058", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:d4f9757d3c5ac40a6bfef40b2a875e6bd61dbe4e4563cddd91b45de70ad334c9", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:8ce341a0e39492f4357c2d3b3a877b62641f0cfb050e8f177b2a9873b00c560f", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:10eed6df9abec22faf790aae34a1f7b9802e89d39a5ab7b1e747fd15f5946341", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:6f42c38f339aab3b5a68fce5cd3079d594b940a32b20bdfd92b7ab6a6dbfaa91", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:fdc84dce48a16ffcc8f7ef084f911ac02633e16acd8608e5d1c96c8bed880f27", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:f885c19c2b8b91642e758e9ab7abd734278ec5d88083f6b0230f168ad2b2a226", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:d831973b6b12b1717fbf675625c2f6fb85b40c9968854d3e64c7722ad64b69e3", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:2777836dff63a72e98bba0ef9d497d91929228b26a43e77582e3a201e74870cf", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:738a6f720645dec9393904cc8f26bc66447c7451862d73f8d40ce74b1887e9b7", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:edc87be8769d98bda4aae8394a02da34a841898435521393f3baccba5799a212", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:2b093d22a384b3d66524d15d9a43e8931fead19043ef6432dca4ace8dcb23fe7", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:d7e9275b86241d63da708b32397a9d621c65d641435f703646d06c86cfbc0586", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 03 January 2026 11:36:06 -0500 (0:00:03.242) 0:01:53.454 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 03 January 2026 11:36:06 -0500 (0:00:00.053) 0:01:53.508 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 03 January 2026 11:36:06 -0500 (0:00:00.039) 0:01:53.547 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 03 January 2026 11:36:06 -0500 (0:00:00.058) 0:01:53.606 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 03 January 2026 11:36:06 -0500 (0:00:00.037) 0:01:53.643 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 03 January 2026 11:36:06 -0500 (0:00:00.031) 0:01:53.674 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 03 January 2026 11:36:06 -0500 (0:00:00.036) 0:01:53.711 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 03 January 2026 11:36:06 -0500 (0:00:00.067) 0:01:53.778 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.135) 0:01:53.914 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "created" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.085) 0:01:53.999 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "__podman_kube_file": "", "__podman_pull_image": false, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.064) 0:01:54.064 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "nopull", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.054) 0:01:54.118 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.068) 0:01:54.187 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.045) 0:01:54.233 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.042) 0:01:54.276 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.053) 0:01:54.329 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.402) 0:01:54.732 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.039) 0:01:54.771 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.039) 0:01:54.810 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:36:07 -0500 (0:00:00.040) 0:01:54.851 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.037) 0:01:54.888 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.037) 0:01:54.925 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.040) 0:01:54.966 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.046) 0:01:55.012 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.081) 0:01:55.093 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.076) 0:01:55.170 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.099) 0:01:55.270 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.051) 0:01:55.321 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.046) 0:01:55.368 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.043) 0:01:55.411 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.035) 0:01:55.447 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.037) 0:01:55.484 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.085) 0:01:55.570 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.107) 0:01:55.678 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.059) 0:01:55.738 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:36:08 -0500 (0:00:00.121) 0:01:55.859 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 03 January 2026 11:36:09 -0500 (0:00:00.064) 0:01:55.924 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'volumes' in __podman_kube['spec']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 03 January 2026 11:36:09 -0500 (0:00:00.063) 0:01:55.987 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_volumes | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 03 January 2026 11:36:09 -0500 (0:00:00.073) 0:01:56.061 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 03 January 2026 11:36:09 -0500 (0:00:00.119) 0:01:56.181 ****** skipping: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 03 January 2026 11:36:09 -0500 (0:00:00.078) 0:01:56.260 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 03 January 2026 11:36:09 -0500 (0:00:00.107) 0:01:56.367 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 03 January 2026 11:36:09 -0500 (0:00:00.427) 0:01:56.795 ****** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 03 January 2026 11:36:10 -0500 (0:00:00.419) 0:01:57.214 ****** changed: [managed-node2] => { "changed": true, "checksum": "d5dc917e3cae36de03aa971a17ac473f86fdf934", "dest": "/etc/containers/ansible-kubernetes.d/nopull.yml", "gid": 0, "group": "root", "md5sum": "1eceaf0da0bbf69a778deb11f0449417", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 217, "src": "/root/.ansible/tmp/ansible-tmp-1767458170.4048746-6904-24879814486076/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 03 January 2026 11:36:11 -0500 (0:00:00.760) 0:01:57.975 ****** [WARNING]: Using a variable for a task's 'args' is unsafe in some situations (see https://docs.ansible.com/ansible/devel/reference_appendices/faq.html#argsplat- unsafe) changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=false /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true } STDOUT: Pod: 9e8bf3de540958a5d7c3732f103d2ffa340db1f0987f4d16cc353f717f67a8ac Container: 7252e444ae1ee0c61267db687b299ee8fba71988fe49171cef114ba7b5faabe3 STDERR: Trying to pull quay.io/libpod/testimage:20210610... Getting image source signatures Copying blob sha256:9afcdfe780b4ea44cc52d22e3f93ccf212388a90370773571ce034a62e14174e Copying config sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f Writing manifest to image destination TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 03 January 2026 11:36:12 -0500 (0:00:01.606) 0:01:59.581 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 03 January 2026 11:36:12 -0500 (0:00:00.075) 0:01:59.657 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 03 January 2026 11:36:12 -0500 (0:00:00.072) 0:01:59.730 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 03 January 2026 11:36:12 -0500 (0:00:00.082) 0:01:59.812 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.146) 0:01:59.959 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.080) 0:02:00.040 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.059) 0:02:00.099 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.064) 0:02:00.164 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:235 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.100) 0:02:00.264 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run role - verify continue if pull fails] ******************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:239 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.073) 0:02:00.337 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.180) 0:02:00.518 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.110) 0:02:00.629 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.089) 0:02:00.718 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.069) 0:02:00.788 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 03 January 2026 11:36:13 -0500 (0:00:00.068) 0:02:00.856 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 03 January 2026 11:36:14 -0500 (0:00:00.068) 0:02:00.925 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 03 January 2026 11:36:14 -0500 (0:00:00.074) 0:02:01.000 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "__vars_file": "Fedora.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 03 January 2026 11:36:14 -0500 (0:00:00.204) 0:02:01.204 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 03 January 2026 11:36:14 -0500 (0:00:00.084) 0:02:01.289 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 03 January 2026 11:36:14 -0500 (0:00:00.106) 0:02:01.396 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 January 2026 11:36:14 -0500 (0:00:00.043) 0:02:01.440 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 January 2026 11:36:15 -0500 (0:00:01.023) 0:02:02.463 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 January 2026 11:36:15 -0500 (0:00:00.060) 0:02:02.524 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 January 2026 11:36:15 -0500 (0:00:00.085) 0:02:02.610 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 03 January 2026 11:36:15 -0500 (0:00:00.066) 0:02:02.677 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 03 January 2026 11:36:15 -0500 (0:00:00.066) 0:02:02.743 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 03 January 2026 11:36:15 -0500 (0:00:00.070) 0:02:02.814 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.024234", "end": "2026-01-03 11:36:16.309751", "rc": 0, "start": "2026-01-03 11:36:16.285517" } STDOUT: podman version 5.6.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 03 January 2026 11:36:16 -0500 (0:00:00.466) 0:02:03.280 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 January 2026 11:36:16 -0500 (0:00:00.052) 0:02:03.332 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 03 January 2026 11:36:16 -0500 (0:00:00.048) 0:02:03.381 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 03 January 2026 11:36:16 -0500 (0:00:00.039) 0:02:03.421 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 January 2026 11:36:16 -0500 (0:00:00.060) 0:02:03.481 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 03 January 2026 11:36:16 -0500 (0:00:00.084) 0:02:03.565 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 03 January 2026 11:36:16 -0500 (0:00:00.088) 0:02:03.654 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:36:16 -0500 (0:00:00.108) 0:02:03.762 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:36:16 -0500 (0:00:00.079) 0:02:03.842 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.076) 0:02:03.918 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.091) 0:02:04.009 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.437) 0:02:04.447 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.052) 0:02:04.500 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.045) 0:02:04.545 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.044) 0:02:04.590 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.039) 0:02:04.629 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.068) 0:02:04.698 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.072) 0:02:04.770 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.056) 0:02:04.827 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 03 January 2026 11:36:17 -0500 (0:00:00.039) 0:02:04.866 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.146) 0:02:05.013 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.117) 0:02:05.131 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.040) 0:02:05.171 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.041) 0:02:05.212 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.104) 0:02:05.317 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.064) 0:02:05.382 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.064) 0:02:05.447 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.133) 0:02:05.580 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.066) 0:02:05.647 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.068) 0:02:05.715 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 03 January 2026 11:36:18 -0500 (0:00:00.093) 0:02:05.809 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.082) 0:02:05.891 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.073) 0:02:05.965 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.053) 0:02:06.018 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.038) 0:02:06.057 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.144) 0:02:06.201 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.124) 0:02:06.326 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.078) 0:02:06.405 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.069) 0:02:06.474 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.066) 0:02:06.541 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.066) 0:02:06.607 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.072) 0:02:06.680 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.071) 0:02:06.752 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 03 January 2026 11:36:19 -0500 (0:00:00.069) 0:02:06.821 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 03 January 2026 11:36:20 -0500 (0:00:00.068) 0:02:06.890 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 03 January 2026 11:36:21 -0500 (0:00:01.741) 0:02:08.632 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 03 January 2026 11:36:21 -0500 (0:00:00.064) 0:02:08.696 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 03 January 2026 11:36:21 -0500 (0:00:00.130) 0:02:08.827 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 03 January 2026 11:36:22 -0500 (0:00:00.067) 0:02:08.895 ****** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 03 January 2026 11:36:22 -0500 (0:00:00.068) 0:02:08.964 ****** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 03 January 2026 11:36:22 -0500 (0:00:00.082) 0:02:09.046 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:35:51 EST", "ActiveEnterTimestampMonotonic": "274777817", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service dbus-broker.service dbus.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:35:51 EST", "AssertTimestampMonotonic": "274507587", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "394714000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-01-03 11:35:51 EST", "ConditionTimestampMonotonic": "274507536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6054", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainHandoffTimestampMonotonic": "274547179", "ExecMainPID": "9132", "ExecMainStartTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainStartTimestampMonotonic": "274510161", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:35:51 EST", "InactiveExitTimestampMonotonic": "274512307", "InvocationID": "26135c5e089c4677ab51fe0db58c0189", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9132", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3410534400", "MemoryCurrent": "32526336", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "32866304", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:35:51 EST", "StateChangeTimestampMonotonic": "274777817", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 03 January 2026 11:36:22 -0500 (0:00:00.606) 0:02:09.652 ****** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:35:51 EST", "ActiveEnterTimestampMonotonic": "274777817", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service dbus-broker.service dbus.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:35:51 EST", "AssertTimestampMonotonic": "274507587", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "394714000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-01-03 11:35:51 EST", "ConditionTimestampMonotonic": "274507536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6054", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainHandoffTimestampMonotonic": "274547179", "ExecMainPID": "9132", "ExecMainStartTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainStartTimestampMonotonic": "274510161", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:35:51 EST", "InactiveExitTimestampMonotonic": "274512307", "InvocationID": "26135c5e089c4677ab51fe0db58c0189", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9132", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3410624512", "MemoryCurrent": "32526336", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "32866304", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:35:51 EST", "StateChangeTimestampMonotonic": "274777817", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 03 January 2026 11:36:23 -0500 (0:00:00.595) 0:02:10.248 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 03 January 2026 11:36:23 -0500 (0:00:00.090) 0:02:10.338 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 03 January 2026 11:36:23 -0500 (0:00:00.064) 0:02:10.402 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 03 January 2026 11:36:23 -0500 (0:00:00.063) 0:02:10.466 ****** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:127 Saturday 03 January 2026 11:36:24 -0500 (0:00:00.627) 0:02:11.093 ****** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:138 Saturday 03 January 2026 11:36:24 -0500 (0:00:00.093) 0:02:11.186 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147 Saturday 03 January 2026 11:36:24 -0500 (0:00:00.082) 0:02:11.269 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 03 January 2026 11:36:24 -0500 (0:00:00.073) 0:02:11.343 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:162 Saturday 03 January 2026 11:36:24 -0500 (0:00:00.072) 0:02:11.415 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:173 Saturday 03 January 2026 11:36:24 -0500 (0:00:00.065) 0:02:11.481 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:179 Saturday 03 January 2026 11:36:24 -0500 (0:00:00.067) 0:02:11.548 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 03 January 2026 11:36:24 -0500 (0:00:00.075) 0:02:11.624 ****** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 03 January 2026 11:36:24 -0500 (0:00:00.214) 0:02:11.839 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 03 January 2026 11:36:25 -0500 (0:00:00.085) 0:02:11.924 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 03 January 2026 11:36:25 -0500 (0:00:00.048) 0:02:11.973 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 03 January 2026 11:36:25 -0500 (0:00:00.077) 0:02:12.051 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 03 January 2026 11:36:25 -0500 (0:00:00.065) 0:02:12.116 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 03 January 2026 11:36:25 -0500 (0:00:00.074) 0:02:12.191 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 03 January 2026 11:36:25 -0500 (0:00:00.072) 0:02:12.263 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 03 January 2026 11:36:25 -0500 (0:00:00.070) 0:02:12.334 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 03 January 2026 11:36:25 -0500 (0:00:00.071) 0:02:12.405 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 03 January 2026 11:36:27 -0500 (0:00:01.750) 0:02:14.155 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 03 January 2026 11:36:27 -0500 (0:00:00.104) 0:02:14.260 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 03 January 2026 11:36:29 -0500 (0:00:01.636) 0:02:15.897 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 03 January 2026 11:36:30 -0500 (0:00:01.711) 0:02:17.609 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 03 January 2026 11:36:30 -0500 (0:00:00.040) 0:02:17.649 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 03 January 2026 11:36:30 -0500 (0:00:00.042) 0:02:17.692 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 03 January 2026 11:36:30 -0500 (0:00:00.075) 0:02:17.767 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 03 January 2026 11:36:32 -0500 (0:00:01.970) 0:02:19.738 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 03 January 2026 11:36:32 -0500 (0:00:00.073) 0:02:19.811 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.070) 0:02:19.882 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.069) 0:02:19.952 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.083) 0:02:20.036 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.109) 0:02:20.145 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.136) 0:02:20.282 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.060) 0:02:20.342 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.043) 0:02:20.386 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.044) 0:02:20.431 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.041) 0:02:20.473 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.037) 0:02:20.510 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.036) 0:02:20.547 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.039) 0:02:20.587 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.040) 0:02:20.627 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.043) 0:02:20.670 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 03 January 2026 11:36:33 -0500 (0:00:00.069) 0:02:20.739 ****** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 03 January 2026 11:36:34 -0500 (0:00:00.690) 0:02:21.429 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 03 January 2026 11:36:34 -0500 (0:00:00.037) 0:02:21.467 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:e440cf220437e67d111c489a7b529b1ea0e859598f99d8a22897c8aff21eec8d", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:75ca3e6e6bfc1efcaf68401f9c1c256dcd07c27d1a4613b00da34897c3db39d3", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:d63def6679e022d5c7fa7c4ce1e50e041d940487ce011a5928ba1f295601c183", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:f3758b956320b5831e3283b4ba2fa79a1274a18e9ef8d352915cbf887fc841d2", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:908586a0da0d53005a23288459fb3fbfe5d9cfd42facd314da228088dc2e9ea7", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f7479825ec6b0373555e82ffa2d9208663a3b5fc5b34251b7f0689e8df8fd71f", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:30ddd1f2f9c03a89cc440a32f46cca12afcba08a1f7818596d7e5b3b15429df9", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:eca376cb9d97727e80f7b9066856dcfb270f53d66448469500136ec50de62f94", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:9d24408227d8025b40d4806ae2d2b6104675d7d2e2979e82cdcdfa812d38906c", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c2e0ae08ca37c64805f6f826f6ed151b575598e393cf31c2f5dc6e5ff39cac8f", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8aaa7924dd6c9ef4368bcfec03d2a9182847b2619d9c73dddfc1fe3a406fd593", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9551e8862ba236414ffb28363c88c0c765d202e79876ec0206dc08f4da20f1a7", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:85af36f020ff47a8aa7cf8c8704e7a7388b5df37b64634fca40d43082397edf6", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:039df67b6f57d80428db4e70312b1a3d424352de8bbab27538ca34bbbf4ae4b2", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:3a14853f222d5d4a41a72b479e21799b200ac7230e33426c296530856fe89977", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:8b8e40b15d2f30acdeaa718b224082e0e384c4ebd4166da8cdfdf264d9c9a9ad", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:ebc8d46d49e65cae5317370ee4098ee4f8a3fbbc0737d10e82906b35690109ac", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:f6cf6a456607ad02603cfa78b5c0e973caa221ff62bd4690aaac9bcf8cb4f17e", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:3507e2a917f90a060755b8cb9ccba5185ff8aa55939b3519e45c9a2027643f33", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:0dbdb8b9066479b58068e5beb06c54cee15fa85853524e4058a414aa5fa55f10", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:2ee826b228409e5fec043cb2c349bf9066c3d28e31a60ff19f05cf8efaa96bf3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:bc0d030790b6e38a11c8816496fd0cb9d4cf5f6d557cdd8a112c00fa1cd3bee5", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:cf67aacdf74a311778e2a063a2a471c7f7070ddf62331512fa5895e793290189", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:32db722629f590b2f3c3beeb5bf10802145a6485cfc0b9b8a82e52a43b68aff5", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:1c2821e2e19261a203efcad5b0d90b12dfc2ac78da42c7f4d1eb4eae46b3edb1", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:a4f2beb4c4b174716e111c2dbd15b4381a7c0a6f2fe0b9c1d1e6defa38315ff5", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:cb0c37a2175b53f36886a06dec8a13e1cbb56b6c321e7f47c9c212d1825e8da3", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:9818ef4911063b06cbfa8da2230188f2d0021a074b5019eb6bc9a8a0215af68b", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:97641e46c6076b5179127c6932ce33b1f8d31e70d78a7d79c7efcc3493ef3370", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:58697befcba6c7385b979ba6596e70ac8e3edb0d5eb842f0cf74c2bfa623e700", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c7405963330610047cd511e2eb0d482d8fb4efb5c0de18b5da5a7d9e9854f53d", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:c756766f60a8bb9e9132503c770760937039b8d1c3c21b8524f433e81ac95cee", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:df850943f439a660e98bda2cac1c52315c37e9c380f7a1ddcf748bf007f861d3", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:cfe1b054af2c59c885399c7e3f36ae128b1ba81d933d6b3f097a4a1ac30e4ec0", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:cef0f17dc19fba37aca82af7923dee5d1bb454d2b1ddf7255fd0edc50d4850df", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:4c36d2edd04848bff37b78ee9b6a1a3b0ae88a7e7434ceee07499941fd65fc44", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:3e944bccd0294ba67e83b10c91262c465ddc127dda7c4ef618ea0412f5a6f31f", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:95d61547f7a638498ef6cc2b962b4852813d55baf053eb7655a9c4fa287f6c42", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:af36136c079731a199c9977f4c79cab3e4b97f366573963c80fc5629ea9d0ae4", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:a0b1b5bce3f4c103a68b84c701b20694595cfa5f4183ce423f408f678515d2a1", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:6f4b2adf7a2062f7c8962b4626de5418f5fc3943cc7d6b28eadbb8c7fd6d3b90", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:1eb65a4ecf0a399f99677e94f33b775be57f9968347dff5fcd339f9e902dff77", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:4949344982806956f61c0ac535bcfdcc25cac37b22889a58850bf6c1d5a1a7c6", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:3103d70ab13b987c116b316218a4848287f34628ddb2b4a2b376b9cf599e3b54", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:b7e2f8a4601a64be1c90684500a50d375c64ea4415970de65fd2aa4d5529b51b", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:dbe616470c831c90249ca0aed9d72169061149e57bf802719836d4027647a314", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:37cf3ff38547df69b3c2f038d4114e1e3b2e44302123ba4b631488ee2468c3b7", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3bb9b2a67760ee9b763dd07752e0be2ba46c6c80c84b3747854f5e25ab0898ff", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:a14bccdc546d22b86ccfb91e53fc01fa3e3b63d8ac41bad279ac999d04cd7986", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:690f45cd4a3c408038a30f386098eb92426b1693e071d174fe891d5d0d1de6be", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:94da6e9a42a4122b240507be2692e4f4a3f2dad5ffdfe2dacb018505de4fa34e", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:71e3093e4da6ab0f9866ccee84716cea1b7c0b7616a01bf14e8f45d855139cac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:b8a2a9ba03423bc89ab921adf21cd50b4b6ba9deaeb9c009bee28ea648adabcc", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:ba3e8053b7cac576488e52534996ec865ad0d5c072468c05a02d103ee6e4f164", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:af1f599ae986d284ade9a389d5513989b9f786aa776e96d8930a68ed0281c0eb", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:fa2db85f932f588281e61d3045d6a7028710a5650bf7284bff58dd56cc64803d", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:ad5872b0ac552c30c6dcb96ca6ef1d6540fddc242c017f7539d6e0d6ad0019c2", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:e27eed39d32c3a79a71fcc1970db28a8a04910cde04c63869f1dcc8afd66c938", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:b2b0d4ed93b360072ed0826e8ce6f2e22252ae876ed7791f4d1f9ba16e3c305c", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:cdf55d535973062e9cb4a48fb2fb86a9bdb4794f26fd43f8f508ebbae625de9b", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7a14308976dee29d539ec0ea10c610fc5f156fa323b9a7cb4ba4f2001c7c8e17", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:1cfed4ab1222960cda09e74f788e94664650f08ff4dd4073bbc9681c6f8dbd01", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:0c7b790422f9c4e5d531e8e1de2cd5f8b128223e2482cdf5695394a1ba833e1c", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:1c77eb415bb0271d13a6c37fa41c5ff0a662ffa7aaa35a3b5f421e82aa24885e", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:68b6bf1200184dce4646d8c20bef5ec53981147f4fcb5c853294158e2b224ded", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7894fea59192d733c42a966aa13a2656760fda2b3e382abb5e89e789d92551aa", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:ac50299f57400f8e9f198c2b70e561acaba4dfd27c34eded4e9c8485b394372b", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:dad054ef6ee4f08f490b8d94fa70575c39de35d22cab11918753b75625c26845", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:c310326e0984ee5e4e7cc1e3173a204cfb05423f4ec8bb9c56df4191bd01f60d", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:233861e0b2a8c17c3988ed42cf197053397cacf93a0e2d5bf942b027331283c7", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:8cc63d03ecc084825933a35df56cb5b5221e81fa79bd6a9b1034268b39c16c36", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:416b5e6a242327091bb9fa10b833665b68fe9ab80dc8cc494bf3726cfac0eeb7", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:190e4586cea0d0894209365e8a71c0b4a6467e83bebc8bac649644695f209ac8", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:1b40ac81d0ab954cc05c7558be2535e2b7edbac296b833c1e2684afec4fda7a1", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:6dfed78d726dda7ebe4266b479d08a0fced77e5e89de646d8dd8c67d528f7636", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:e04e7d214022fd792eeb66b3426e0eef2dc6018b06005497b849bd2b5229ee81", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e266f0e58053d06b04e8fb0190723b38584d94e086351883fb8f4f2661c35fb0", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:962e24ad1b72e7fc878a7ed7a46c5c72b3db9d4cc13aac4ea1f6c12b2ce22700", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:babce05f61b6663c8c86269b7211318299807d739d246579ead6e6569dbea4aa", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:afc049630978871992de69debea2411db5779431dba45120b6ae6d7ef3e9760b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:feb27ddcc51b12b7ca1d77abd64654a9a1a85f9023804b82adf3d92f9b5dfcfb", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:e4531562b0d5b250cef7d63e384925e11fe19692e4780b551626a338be15e2a0", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:f97faf1987bcd28a562e7fb37ccaa3d00745a54bb51e8ac96762b89de65b7a98", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f5913cc8b413cc3938ceb6b17982b75f6c98ea5c0f2a860426e9db8731485b6e", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:841f750cc1ff61493db26607c9b4314ec05ecb6289279c01c55ab638cd541726", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7868011bac75a87c035c705c5a854bc143419bb4193d2a87d31de52b21ca2b82", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:8db31d4ba98fe696144411296366713bc7b7a42b46d6457002c713b88644f7d2", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:75aaea706e212c2f0119d5744eb362fc34a20f3f4b763681a335d5f5858efb8c", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e42f7b16a4a7c5f099b85c4b9fca02d0cfbe74de5d113dad7b350d242706d0dd", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:203f931eae7059d109cef2f4ac1e029ed280c55feca2da99382f826fc218bca4", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:e4ad684ec97129f310088958f7cf099653e0eb7cf3e8c997ab839cda24aa12ac", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:8b28e9e50a4c67025954dbf77dbcee20908a1c0afc4462100392b8f8a21eb058", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:d4f9757d3c5ac40a6bfef40b2a875e6bd61dbe4e4563cddd91b45de70ad334c9", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:8ce341a0e39492f4357c2d3b3a877b62641f0cfb050e8f177b2a9873b00c560f", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:10eed6df9abec22faf790aae34a1f7b9802e89d39a5ab7b1e747fd15f5946341", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:6f42c38f339aab3b5a68fce5cd3079d594b940a32b20bdfd92b7ab6a6dbfaa91", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:fdc84dce48a16ffcc8f7ef084f911ac02633e16acd8608e5d1c96c8bed880f27", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:f885c19c2b8b91642e758e9ab7abd734278ec5d88083f6b0230f168ad2b2a226", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:d831973b6b12b1717fbf675625c2f6fb85b40c9968854d3e64c7722ad64b69e3", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:2777836dff63a72e98bba0ef9d497d91929228b26a43e77582e3a201e74870cf", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:738a6f720645dec9393904cc8f26bc66447c7451862d73f8d40ce74b1887e9b7", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:edc87be8769d98bda4aae8394a02da34a841898435521393f3baccba5799a212", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:2b093d22a384b3d66524d15d9a43e8931fead19043ef6432dca4ace8dcb23fe7", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:d7e9275b86241d63da708b32397a9d621c65d641435f703646d06c86cfbc0586", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 03 January 2026 11:36:37 -0500 (0:00:03.155) 0:02:24.623 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 03 January 2026 11:36:37 -0500 (0:00:00.049) 0:02:24.672 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 03 January 2026 11:36:37 -0500 (0:00:00.056) 0:02:24.728 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 03 January 2026 11:36:37 -0500 (0:00:00.108) 0:02:24.836 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.049) 0:02:24.886 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.036) 0:02:24.923 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.035) 0:02:24.958 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.034) 0:02:24.993 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.156) 0:02:25.150 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "created" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: >-\n quay.io/linux-system-roles/this_is_a_bogus_image:latest\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.052) 0:02:25.202 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": true, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/linux-system-roles/this_is_a_bogus_image:latest", "name": "bogus" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.061) 0:02:25.264 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/linux-system-roles/this_is_a_bogus_image:latest" ], "__podman_kube_name": "bogus", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.065) 0:02:25.330 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.102) 0:02:25.432 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.052) 0:02:25.485 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.055) 0:02:25.541 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:36:38 -0500 (0:00:00.069) 0:02:25.611 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.407) 0:02:26.018 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.041) 0:02:26.059 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.043) 0:02:26.102 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.040) 0:02:26.143 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.038) 0:02:26.182 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.043) 0:02:26.225 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.039) 0:02:26.264 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.044) 0:02:26.309 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.062) 0:02:26.371 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.056) 0:02:26.428 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": false, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.057) 0:02:26.485 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.070) 0:02:26.556 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.049) 0:02:26.605 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.046) 0:02:26.652 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.039) 0:02:26.692 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.037) 0:02:26.729 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 03 January 2026 11:36:39 -0500 (0:00:00.086) 0:02:26.816 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:36:40 -0500 (0:00:00.068) 0:02:26.884 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:36:40 -0500 (0:00:00.037) 0:02:26.922 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:36:40 -0500 (0:00:00.037) 0:02:26.959 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 03 January 2026 11:36:40 -0500 (0:00:00.055) 0:02:27.015 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'volumes' in __podman_kube['spec']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 03 January 2026 11:36:40 -0500 (0:00:00.150) 0:02:27.166 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_volumes | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 03 January 2026 11:36:40 -0500 (0:00:00.043) 0:02:27.210 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 03 January 2026 11:36:40 -0500 (0:00:00.071) 0:02:27.281 ****** ok: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 03 January 2026 11:36:41 -0500 (0:00:00.796) 0:02:28.078 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 03 January 2026 11:36:41 -0500 (0:00:00.038) 0:02:28.116 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 03 January 2026 11:36:41 -0500 (0:00:00.417) 0:02:28.533 ****** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 03 January 2026 11:36:42 -0500 (0:00:00.445) 0:02:28.979 ****** changed: [managed-node2] => { "changed": true, "checksum": "f8266a972ed3be7e204d2a67883fe3a22b8dbf18", "dest": "/etc/containers/ansible-kubernetes.d/bogus.yml", "gid": 0, "group": "root", "md5sum": "22799c1e99f8fb14db15efc7dbc7ba4c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 237, "src": "/root/.ansible/tmp/ansible-tmp-1767458202.182711-7914-225098010139901/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 03 January 2026 11:36:42 -0500 (0:00:00.823) 0:02:29.802 ****** fatal: [managed-node2]: FAILED! => { "changed": false } MSG: Output: Error=Trying to pull quay.io/linux-system-roles/this_is_a_bogus_image:latest... Error: unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:262 Saturday 03 January 2026 11:36:43 -0500 (0:00:00.735) 0:02:30.538 ****** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269 Saturday 03 January 2026 11:36:43 -0500 (0:00:00.159) 0:02:30.697 ****** included: fedora.linux_system_roles.podman for managed-node2 => (item=nopull) included: fedora.linux_system_roles.podman for managed-node2 => (item=bogus) TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.339) 0:02:31.037 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.122) 0:02:31.160 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.082) 0:02:31.242 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.073) 0:02:31.316 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.072) 0:02:31.389 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.057) 0:02:31.447 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.051) 0:02:31.498 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "__vars_file": "Fedora.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.093) 0:02:31.592 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.046) 0:02:31.638 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.045) 0:02:31.684 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 January 2026 11:36:44 -0500 (0:00:00.042) 0:02:31.726 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 January 2026 11:36:45 -0500 (0:00:00.973) 0:02:32.699 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 January 2026 11:36:45 -0500 (0:00:00.040) 0:02:32.740 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 January 2026 11:36:45 -0500 (0:00:00.049) 0:02:32.789 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 03 January 2026 11:36:45 -0500 (0:00:00.039) 0:02:32.829 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 03 January 2026 11:36:46 -0500 (0:00:00.038) 0:02:32.868 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 03 January 2026 11:36:46 -0500 (0:00:00.042) 0:02:32.911 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.024630", "end": "2026-01-03 11:36:46.440837", "rc": 0, "start": "2026-01-03 11:36:46.416207" } STDOUT: podman version 5.6.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 03 January 2026 11:36:46 -0500 (0:00:00.529) 0:02:33.440 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 January 2026 11:36:46 -0500 (0:00:00.043) 0:02:33.483 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 03 January 2026 11:36:46 -0500 (0:00:00.042) 0:02:33.525 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 03 January 2026 11:36:46 -0500 (0:00:00.043) 0:02:33.568 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 January 2026 11:36:46 -0500 (0:00:00.053) 0:02:33.622 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 03 January 2026 11:36:46 -0500 (0:00:00.056) 0:02:33.678 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 03 January 2026 11:36:46 -0500 (0:00:00.067) 0:02:33.746 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:36:46 -0500 (0:00:00.081) 0:02:33.827 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:36:47 -0500 (0:00:00.048) 0:02:33.875 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:36:47 -0500 (0:00:00.050) 0:02:33.925 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:36:47 -0500 (0:00:00.056) 0:02:33.982 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:36:47 -0500 (0:00:00.474) 0:02:34.456 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:36:47 -0500 (0:00:00.071) 0:02:34.528 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:36:47 -0500 (0:00:00.071) 0:02:34.599 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:36:47 -0500 (0:00:00.067) 0:02:34.667 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:36:47 -0500 (0:00:00.071) 0:02:34.739 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:36:47 -0500 (0:00:00.067) 0:02:34.806 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.066) 0:02:34.873 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.074) 0:02:34.947 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.068) 0:02:35.015 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.116) 0:02:35.131 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.084) 0:02:35.216 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.042) 0:02:35.259 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.063) 0:02:35.322 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.124) 0:02:35.447 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.045) 0:02:35.492 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.044) 0:02:35.536 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.198) 0:02:35.735 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 03 January 2026 11:36:48 -0500 (0:00:00.071) 0:02:35.807 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 03 January 2026 11:36:49 -0500 (0:00:00.065) 0:02:35.873 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 03 January 2026 11:36:49 -0500 (0:00:00.145) 0:02:36.019 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 03 January 2026 11:36:49 -0500 (0:00:00.065) 0:02:36.084 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 03 January 2026 11:36:49 -0500 (0:00:00.065) 0:02:36.150 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 03 January 2026 11:36:49 -0500 (0:00:00.066) 0:02:36.217 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 03 January 2026 11:36:49 -0500 (0:00:00.063) 0:02:36.281 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 03 January 2026 11:36:49 -0500 (0:00:00.231) 0:02:36.513 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 03 January 2026 11:36:49 -0500 (0:00:00.223) 0:02:36.736 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 03 January 2026 11:36:49 -0500 (0:00:00.094) 0:02:36.831 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 03 January 2026 11:36:50 -0500 (0:00:00.075) 0:02:36.906 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 03 January 2026 11:36:50 -0500 (0:00:00.077) 0:02:36.984 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 03 January 2026 11:36:50 -0500 (0:00:00.067) 0:02:37.051 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 03 January 2026 11:36:50 -0500 (0:00:00.078) 0:02:37.129 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 03 January 2026 11:36:50 -0500 (0:00:00.074) 0:02:37.204 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 03 January 2026 11:36:50 -0500 (0:00:00.071) 0:02:37.276 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 03 January 2026 11:36:50 -0500 (0:00:00.079) 0:02:37.356 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 03 January 2026 11:36:52 -0500 (0:00:01.521) 0:02:38.877 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 03 January 2026 11:36:52 -0500 (0:00:00.079) 0:02:38.956 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 03 January 2026 11:36:52 -0500 (0:00:00.073) 0:02:39.030 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 03 January 2026 11:36:52 -0500 (0:00:00.057) 0:02:39.087 ****** [WARNING]: TASK: fedora.linux_system_roles.firewall : Check which conflicting services are enabled: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 03 January 2026 11:36:52 -0500 (0:00:00.044) 0:02:39.132 ****** [WARNING]: TASK: fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 03 January 2026 11:36:52 -0500 (0:00:00.048) 0:02:39.181 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:35:51 EST", "ActiveEnterTimestampMonotonic": "274777817", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service dbus-broker.service dbus.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:35:51 EST", "AssertTimestampMonotonic": "274507587", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "421488000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-01-03 11:35:51 EST", "ConditionTimestampMonotonic": "274507536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6054", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainHandoffTimestampMonotonic": "274547179", "ExecMainPID": "9132", "ExecMainStartTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainStartTimestampMonotonic": "274510161", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:35:51 EST", "InactiveExitTimestampMonotonic": "274512307", "InvocationID": "26135c5e089c4677ab51fe0db58c0189", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9132", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3383877632", "MemoryCurrent": "32575488", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33005568", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:35:51 EST", "StateChangeTimestampMonotonic": "274777817", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 03 January 2026 11:36:52 -0500 (0:00:00.594) 0:02:39.775 ****** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:35:51 EST", "ActiveEnterTimestampMonotonic": "274777817", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service dbus-broker.service dbus.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:35:51 EST", "AssertTimestampMonotonic": "274507587", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "421488000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-01-03 11:35:51 EST", "ConditionTimestampMonotonic": "274507536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6054", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainHandoffTimestampMonotonic": "274547179", "ExecMainPID": "9132", "ExecMainStartTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainStartTimestampMonotonic": "274510161", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:35:51 EST", "InactiveExitTimestampMonotonic": "274512307", "InvocationID": "26135c5e089c4677ab51fe0db58c0189", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9132", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3388944384", "MemoryCurrent": "32575488", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33005568", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:35:51 EST", "StateChangeTimestampMonotonic": "274777817", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 03 January 2026 11:36:53 -0500 (0:00:00.593) 0:02:40.368 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 03 January 2026 11:36:53 -0500 (0:00:00.089) 0:02:40.458 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 03 January 2026 11:36:53 -0500 (0:00:00.066) 0:02:40.525 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 03 January 2026 11:36:53 -0500 (0:00:00.066) 0:02:40.591 ****** [WARNING]: TASK: fedora.linux_system_roles.firewall : Configure firewall: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:127 Saturday 03 January 2026 11:36:54 -0500 (0:00:00.776) 0:02:41.368 ****** [WARNING]: TASK: fedora.linux_system_roles.firewall : Gather firewall config information: The loop variable 'item' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:138 Saturday 03 January 2026 11:36:54 -0500 (0:00:00.128) 0:02:41.496 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147 Saturday 03 January 2026 11:36:54 -0500 (0:00:00.082) 0:02:41.579 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 03 January 2026 11:36:54 -0500 (0:00:00.074) 0:02:41.653 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:162 Saturday 03 January 2026 11:36:54 -0500 (0:00:00.070) 0:02:41.723 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:173 Saturday 03 January 2026 11:36:54 -0500 (0:00:00.066) 0:02:41.790 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:179 Saturday 03 January 2026 11:36:54 -0500 (0:00:00.074) 0:02:41.864 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 03 January 2026 11:36:55 -0500 (0:00:00.112) 0:02:41.977 ****** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 03 January 2026 11:36:55 -0500 (0:00:00.243) 0:02:42.220 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 03 January 2026 11:36:55 -0500 (0:00:00.109) 0:02:42.329 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 03 January 2026 11:36:55 -0500 (0:00:00.087) 0:02:42.417 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 03 January 2026 11:36:55 -0500 (0:00:00.128) 0:02:42.546 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 03 January 2026 11:36:55 -0500 (0:00:00.102) 0:02:42.648 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 03 January 2026 11:36:55 -0500 (0:00:00.089) 0:02:42.738 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 03 January 2026 11:36:55 -0500 (0:00:00.077) 0:02:42.816 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 03 January 2026 11:36:56 -0500 (0:00:00.065) 0:02:42.882 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 03 January 2026 11:36:56 -0500 (0:00:00.048) 0:02:42.930 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 03 January 2026 11:36:57 -0500 (0:00:01.750) 0:02:44.681 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 03 January 2026 11:36:57 -0500 (0:00:00.074) 0:02:44.756 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 03 January 2026 11:36:59 -0500 (0:00:01.572) 0:02:46.328 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 03 January 2026 11:37:01 -0500 (0:00:01.757) 0:02:48.086 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 03 January 2026 11:37:01 -0500 (0:00:00.047) 0:02:48.134 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 03 January 2026 11:37:01 -0500 (0:00:00.047) 0:02:48.182 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 03 January 2026 11:37:01 -0500 (0:00:00.051) 0:02:48.234 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.950) 0:02:49.184 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.077) 0:02:49.262 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.074) 0:02:49.336 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.069) 0:02:49.406 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.051) 0:02:49.457 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.168) 0:02:49.626 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.063) 0:02:49.690 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.053) 0:02:49.744 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.043) 0:02:49.787 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.039) 0:02:49.827 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 03 January 2026 11:37:02 -0500 (0:00:00.037) 0:02:49.864 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 03 January 2026 11:37:03 -0500 (0:00:00.046) 0:02:49.911 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 03 January 2026 11:37:03 -0500 (0:00:00.038) 0:02:49.950 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 03 January 2026 11:37:03 -0500 (0:00:00.065) 0:02:50.015 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 03 January 2026 11:37:03 -0500 (0:00:00.073) 0:02:50.088 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 03 January 2026 11:37:03 -0500 (0:00:00.064) 0:02:50.153 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 03 January 2026 11:37:03 -0500 (0:00:00.063) 0:02:50.216 ****** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 03 January 2026 11:37:04 -0500 (0:00:00.705) 0:02:50.922 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 03 January 2026 11:37:04 -0500 (0:00:00.062) 0:02:50.985 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:e440cf220437e67d111c489a7b529b1ea0e859598f99d8a22897c8aff21eec8d", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:75ca3e6e6bfc1efcaf68401f9c1c256dcd07c27d1a4613b00da34897c3db39d3", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:d63def6679e022d5c7fa7c4ce1e50e041d940487ce011a5928ba1f295601c183", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:f3758b956320b5831e3283b4ba2fa79a1274a18e9ef8d352915cbf887fc841d2", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:908586a0da0d53005a23288459fb3fbfe5d9cfd42facd314da228088dc2e9ea7", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f7479825ec6b0373555e82ffa2d9208663a3b5fc5b34251b7f0689e8df8fd71f", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:30ddd1f2f9c03a89cc440a32f46cca12afcba08a1f7818596d7e5b3b15429df9", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:eca376cb9d97727e80f7b9066856dcfb270f53d66448469500136ec50de62f94", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:9d24408227d8025b40d4806ae2d2b6104675d7d2e2979e82cdcdfa812d38906c", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c2e0ae08ca37c64805f6f826f6ed151b575598e393cf31c2f5dc6e5ff39cac8f", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8aaa7924dd6c9ef4368bcfec03d2a9182847b2619d9c73dddfc1fe3a406fd593", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9551e8862ba236414ffb28363c88c0c765d202e79876ec0206dc08f4da20f1a7", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:85af36f020ff47a8aa7cf8c8704e7a7388b5df37b64634fca40d43082397edf6", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:039df67b6f57d80428db4e70312b1a3d424352de8bbab27538ca34bbbf4ae4b2", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:3a14853f222d5d4a41a72b479e21799b200ac7230e33426c296530856fe89977", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:8b8e40b15d2f30acdeaa718b224082e0e384c4ebd4166da8cdfdf264d9c9a9ad", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:ebc8d46d49e65cae5317370ee4098ee4f8a3fbbc0737d10e82906b35690109ac", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:f6cf6a456607ad02603cfa78b5c0e973caa221ff62bd4690aaac9bcf8cb4f17e", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:3507e2a917f90a060755b8cb9ccba5185ff8aa55939b3519e45c9a2027643f33", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:0dbdb8b9066479b58068e5beb06c54cee15fa85853524e4058a414aa5fa55f10", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:2ee826b228409e5fec043cb2c349bf9066c3d28e31a60ff19f05cf8efaa96bf3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:bc0d030790b6e38a11c8816496fd0cb9d4cf5f6d557cdd8a112c00fa1cd3bee5", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:cf67aacdf74a311778e2a063a2a471c7f7070ddf62331512fa5895e793290189", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:32db722629f590b2f3c3beeb5bf10802145a6485cfc0b9b8a82e52a43b68aff5", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:1c2821e2e19261a203efcad5b0d90b12dfc2ac78da42c7f4d1eb4eae46b3edb1", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:a4f2beb4c4b174716e111c2dbd15b4381a7c0a6f2fe0b9c1d1e6defa38315ff5", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:cb0c37a2175b53f36886a06dec8a13e1cbb56b6c321e7f47c9c212d1825e8da3", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:9818ef4911063b06cbfa8da2230188f2d0021a074b5019eb6bc9a8a0215af68b", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:97641e46c6076b5179127c6932ce33b1f8d31e70d78a7d79c7efcc3493ef3370", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:58697befcba6c7385b979ba6596e70ac8e3edb0d5eb842f0cf74c2bfa623e700", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c7405963330610047cd511e2eb0d482d8fb4efb5c0de18b5da5a7d9e9854f53d", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:c756766f60a8bb9e9132503c770760937039b8d1c3c21b8524f433e81ac95cee", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:df850943f439a660e98bda2cac1c52315c37e9c380f7a1ddcf748bf007f861d3", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:cfe1b054af2c59c885399c7e3f36ae128b1ba81d933d6b3f097a4a1ac30e4ec0", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:cef0f17dc19fba37aca82af7923dee5d1bb454d2b1ddf7255fd0edc50d4850df", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:4c36d2edd04848bff37b78ee9b6a1a3b0ae88a7e7434ceee07499941fd65fc44", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:3e944bccd0294ba67e83b10c91262c465ddc127dda7c4ef618ea0412f5a6f31f", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:95d61547f7a638498ef6cc2b962b4852813d55baf053eb7655a9c4fa287f6c42", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:af36136c079731a199c9977f4c79cab3e4b97f366573963c80fc5629ea9d0ae4", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:a0b1b5bce3f4c103a68b84c701b20694595cfa5f4183ce423f408f678515d2a1", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:6f4b2adf7a2062f7c8962b4626de5418f5fc3943cc7d6b28eadbb8c7fd6d3b90", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:1eb65a4ecf0a399f99677e94f33b775be57f9968347dff5fcd339f9e902dff77", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:4949344982806956f61c0ac535bcfdcc25cac37b22889a58850bf6c1d5a1a7c6", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:3103d70ab13b987c116b316218a4848287f34628ddb2b4a2b376b9cf599e3b54", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:b7e2f8a4601a64be1c90684500a50d375c64ea4415970de65fd2aa4d5529b51b", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:dbe616470c831c90249ca0aed9d72169061149e57bf802719836d4027647a314", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:37cf3ff38547df69b3c2f038d4114e1e3b2e44302123ba4b631488ee2468c3b7", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3bb9b2a67760ee9b763dd07752e0be2ba46c6c80c84b3747854f5e25ab0898ff", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:a14bccdc546d22b86ccfb91e53fc01fa3e3b63d8ac41bad279ac999d04cd7986", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:690f45cd4a3c408038a30f386098eb92426b1693e071d174fe891d5d0d1de6be", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:94da6e9a42a4122b240507be2692e4f4a3f2dad5ffdfe2dacb018505de4fa34e", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:71e3093e4da6ab0f9866ccee84716cea1b7c0b7616a01bf14e8f45d855139cac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:b8a2a9ba03423bc89ab921adf21cd50b4b6ba9deaeb9c009bee28ea648adabcc", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:ba3e8053b7cac576488e52534996ec865ad0d5c072468c05a02d103ee6e4f164", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:af1f599ae986d284ade9a389d5513989b9f786aa776e96d8930a68ed0281c0eb", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:fa2db85f932f588281e61d3045d6a7028710a5650bf7284bff58dd56cc64803d", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:ad5872b0ac552c30c6dcb96ca6ef1d6540fddc242c017f7539d6e0d6ad0019c2", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:e27eed39d32c3a79a71fcc1970db28a8a04910cde04c63869f1dcc8afd66c938", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:b2b0d4ed93b360072ed0826e8ce6f2e22252ae876ed7791f4d1f9ba16e3c305c", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:cdf55d535973062e9cb4a48fb2fb86a9bdb4794f26fd43f8f508ebbae625de9b", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7a14308976dee29d539ec0ea10c610fc5f156fa323b9a7cb4ba4f2001c7c8e17", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:1cfed4ab1222960cda09e74f788e94664650f08ff4dd4073bbc9681c6f8dbd01", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:0c7b790422f9c4e5d531e8e1de2cd5f8b128223e2482cdf5695394a1ba833e1c", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:1c77eb415bb0271d13a6c37fa41c5ff0a662ffa7aaa35a3b5f421e82aa24885e", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:68b6bf1200184dce4646d8c20bef5ec53981147f4fcb5c853294158e2b224ded", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7894fea59192d733c42a966aa13a2656760fda2b3e382abb5e89e789d92551aa", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:ac50299f57400f8e9f198c2b70e561acaba4dfd27c34eded4e9c8485b394372b", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:dad054ef6ee4f08f490b8d94fa70575c39de35d22cab11918753b75625c26845", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:c310326e0984ee5e4e7cc1e3173a204cfb05423f4ec8bb9c56df4191bd01f60d", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:233861e0b2a8c17c3988ed42cf197053397cacf93a0e2d5bf942b027331283c7", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:8cc63d03ecc084825933a35df56cb5b5221e81fa79bd6a9b1034268b39c16c36", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:416b5e6a242327091bb9fa10b833665b68fe9ab80dc8cc494bf3726cfac0eeb7", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:190e4586cea0d0894209365e8a71c0b4a6467e83bebc8bac649644695f209ac8", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:1b40ac81d0ab954cc05c7558be2535e2b7edbac296b833c1e2684afec4fda7a1", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:6dfed78d726dda7ebe4266b479d08a0fced77e5e89de646d8dd8c67d528f7636", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:e04e7d214022fd792eeb66b3426e0eef2dc6018b06005497b849bd2b5229ee81", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e266f0e58053d06b04e8fb0190723b38584d94e086351883fb8f4f2661c35fb0", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:962e24ad1b72e7fc878a7ed7a46c5c72b3db9d4cc13aac4ea1f6c12b2ce22700", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:babce05f61b6663c8c86269b7211318299807d739d246579ead6e6569dbea4aa", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:afc049630978871992de69debea2411db5779431dba45120b6ae6d7ef3e9760b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:feb27ddcc51b12b7ca1d77abd64654a9a1a85f9023804b82adf3d92f9b5dfcfb", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:e4531562b0d5b250cef7d63e384925e11fe19692e4780b551626a338be15e2a0", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:f97faf1987bcd28a562e7fb37ccaa3d00745a54bb51e8ac96762b89de65b7a98", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f5913cc8b413cc3938ceb6b17982b75f6c98ea5c0f2a860426e9db8731485b6e", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:841f750cc1ff61493db26607c9b4314ec05ecb6289279c01c55ab638cd541726", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7868011bac75a87c035c705c5a854bc143419bb4193d2a87d31de52b21ca2b82", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:8db31d4ba98fe696144411296366713bc7b7a42b46d6457002c713b88644f7d2", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:75aaea706e212c2f0119d5744eb362fc34a20f3f4b763681a335d5f5858efb8c", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e42f7b16a4a7c5f099b85c4b9fca02d0cfbe74de5d113dad7b350d242706d0dd", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:203f931eae7059d109cef2f4ac1e029ed280c55feca2da99382f826fc218bca4", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:e4ad684ec97129f310088958f7cf099653e0eb7cf3e8c997ab839cda24aa12ac", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:8b28e9e50a4c67025954dbf77dbcee20908a1c0afc4462100392b8f8a21eb058", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:d4f9757d3c5ac40a6bfef40b2a875e6bd61dbe4e4563cddd91b45de70ad334c9", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:8ce341a0e39492f4357c2d3b3a877b62641f0cfb050e8f177b2a9873b00c560f", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:10eed6df9abec22faf790aae34a1f7b9802e89d39a5ab7b1e747fd15f5946341", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:6f42c38f339aab3b5a68fce5cd3079d594b940a32b20bdfd92b7ab6a6dbfaa91", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:fdc84dce48a16ffcc8f7ef084f911ac02633e16acd8608e5d1c96c8bed880f27", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:f885c19c2b8b91642e758e9ab7abd734278ec5d88083f6b0230f168ad2b2a226", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:d831973b6b12b1717fbf675625c2f6fb85b40c9968854d3e64c7722ad64b69e3", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:2777836dff63a72e98bba0ef9d497d91929228b26a43e77582e3a201e74870cf", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:738a6f720645dec9393904cc8f26bc66447c7451862d73f8d40ce74b1887e9b7", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:edc87be8769d98bda4aae8394a02da34a841898435521393f3baccba5799a212", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:2b093d22a384b3d66524d15d9a43e8931fead19043ef6432dca4ace8dcb23fe7", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:d7e9275b86241d63da708b32397a9d621c65d641435f703646d06c86cfbc0586", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 03 January 2026 11:37:07 -0500 (0:00:03.196) 0:02:54.181 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 03 January 2026 11:37:07 -0500 (0:00:00.073) 0:02:54.255 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 03 January 2026 11:37:07 -0500 (0:00:00.045) 0:02:54.301 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 03 January 2026 11:37:07 -0500 (0:00:00.064) 0:02:54.366 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 03 January 2026 11:37:07 -0500 (0:00:00.045) 0:02:54.411 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 03 January 2026 11:37:07 -0500 (0:00:00.040) 0:02:54.452 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 03 January 2026 11:37:07 -0500 (0:00:00.059) 0:02:54.511 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 03 January 2026 11:37:07 -0500 (0:00:00.059) 0:02:54.571 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:37:07 -0500 (0:00:00.187) 0:02:54.758 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: nopull\nspec:\n containers:\n - name: nopull\n image: quay.io/libpod/testimage:20210610\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:37:07 -0500 (0:00:00.092) 0:02:54.851 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:37:08 -0500 (0:00:00.095) 0:02:54.946 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "nopull", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:37:08 -0500 (0:00:00.090) 0:02:55.036 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:37:08 -0500 (0:00:00.138) 0:02:55.175 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:37:08 -0500 (0:00:00.087) 0:02:55.262 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:37:08 -0500 (0:00:00.138) 0:02:55.400 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:37:08 -0500 (0:00:00.170) 0:02:55.571 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.402) 0:02:55.973 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.043) 0:02:56.017 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.045) 0:02:56.062 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.041) 0:02:56.104 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.041) 0:02:56.145 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.044) 0:02:56.190 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.040) 0:02:56.231 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.040) 0:02:56.272 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.044) 0:02:56.316 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.044) 0:02:56.361 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.053) 0:02:56.415 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.054) 0:02:56.469 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.084) 0:02:56.553 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:37:09 -0500 (0:00:00.114) 0:02:56.671 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.006711", "end": "2026-01-03 11:37:10.168084", "rc": 0, "start": "2026-01-03 11:37:10.161373" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-nopull.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:37:10 -0500 (0:00:00.452) 0:02:57.124 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 03 January 2026 11:37:10 -0500 (0:00:00.085) 0:02:57.209 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 03 January 2026 11:37:10 -0500 (0:00:00.041) 0:02:57.250 ****** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "network-online.target systemd-journald.socket \"system-podman\\\\x2dkube.slice\" -.mount basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/nopull.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/nopull.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/nopull.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/nopull.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3417714688", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 03 January 2026 11:37:11 -0500 (0:00:00.668) 0:02:57.918 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458171.7965333, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "d5dc917e3cae36de03aa971a17ac473f86fdf934", "ctime": 1767458171.0345125, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393220, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767458170.7435122, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/nopull.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 217, "uid": 0, "version": "2056289181", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 03 January 2026 11:37:11 -0500 (0:00:00.452) 0:02:58.371 ****** changed: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true, "failed_when_result": false } STDOUT: Pods stopped: 9e8bf3de540958a5d7c3732f103d2ffa340db1f0987f4d16cc353f717f67a8ac Pods removed: 9e8bf3de540958a5d7c3732f103d2ffa340db1f0987f4d16cc353f717f67a8ac Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 03 January 2026 11:37:12 -0500 (0:00:00.689) 0:02:59.062 ****** changed: [managed-node2] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/nopull.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 03 January 2026 11:37:12 -0500 (0:00:00.495) 0:02:59.558 ****** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.033788", "end": "2026-01-03 11:37:13.088483", "rc": 0, "start": "2026-01-03 11:37:13.054695" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.506) 0:03:00.065 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.146) 0:03:00.211 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.123) 0:03:00.334 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.073) 0:03:00.408 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.049) 0:03:00.457 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.043) 0:03:00.500 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.043) 0:03:00.544 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.036) 0:03:00.580 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.035) 0:03:00.615 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.123) 0:03:00.738 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 January 2026 11:37:13 -0500 (0:00:00.090) 0:03:00.829 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 January 2026 11:37:14 -0500 (0:00:00.086) 0:03:00.915 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 January 2026 11:37:14 -0500 (0:00:00.075) 0:03:00.991 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 03 January 2026 11:37:14 -0500 (0:00:00.078) 0:03:01.070 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 03 January 2026 11:37:14 -0500 (0:00:00.070) 0:03:01.140 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 03 January 2026 11:37:14 -0500 (0:00:00.074) 0:03:01.215 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "__vars_file": "Fedora.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 03 January 2026 11:37:14 -0500 (0:00:00.147) 0:03:01.363 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 03 January 2026 11:37:14 -0500 (0:00:00.074) 0:03:01.437 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 03 January 2026 11:37:14 -0500 (0:00:00.105) 0:03:01.543 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 January 2026 11:37:14 -0500 (0:00:00.079) 0:03:01.622 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 January 2026 11:37:15 -0500 (0:00:00.972) 0:03:02.595 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 January 2026 11:37:15 -0500 (0:00:00.054) 0:03:02.650 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 January 2026 11:37:15 -0500 (0:00:00.085) 0:03:02.735 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 03 January 2026 11:37:15 -0500 (0:00:00.073) 0:03:02.809 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 03 January 2026 11:37:15 -0500 (0:00:00.044) 0:03:02.854 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 03 January 2026 11:37:16 -0500 (0:00:00.039) 0:03:02.893 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025194", "end": "2026-01-03 11:37:16.380649", "rc": 0, "start": "2026-01-03 11:37:16.355455" } STDOUT: podman version 5.6.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 03 January 2026 11:37:16 -0500 (0:00:00.468) 0:03:03.361 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 January 2026 11:37:16 -0500 (0:00:00.073) 0:03:03.435 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 03 January 2026 11:37:16 -0500 (0:00:00.072) 0:03:03.507 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 03 January 2026 11:37:16 -0500 (0:00:00.075) 0:03:03.582 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 January 2026 11:37:16 -0500 (0:00:00.087) 0:03:03.669 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 03 January 2026 11:37:16 -0500 (0:00:00.088) 0:03:03.758 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 03 January 2026 11:37:16 -0500 (0:00:00.065) 0:03:03.823 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:37:17 -0500 (0:00:00.149) 0:03:03.973 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:37:17 -0500 (0:00:00.071) 0:03:04.044 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:37:17 -0500 (0:00:00.049) 0:03:04.093 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:37:17 -0500 (0:00:00.198) 0:03:04.292 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:37:17 -0500 (0:00:00.458) 0:03:04.751 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:37:17 -0500 (0:00:00.068) 0:03:04.820 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.071) 0:03:04.891 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.068) 0:03:04.959 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.072) 0:03:05.032 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.080) 0:03:05.112 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.081) 0:03:05.194 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.061) 0:03:05.255 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.048) 0:03:05.304 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.082) 0:03:05.387 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.075) 0:03:05.462 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.039) 0:03:05.502 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.039) 0:03:05.541 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.088) 0:03:05.630 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.065) 0:03:05.696 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 03 January 2026 11:37:18 -0500 (0:00:00.070) 0:03:05.767 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.132) 0:03:05.899 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.069) 0:03:05.969 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.065) 0:03:06.034 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.141) 0:03:06.175 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.070) 0:03:06.246 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.066) 0:03:06.313 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.089) 0:03:06.403 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.091) 0:03:06.494 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.135) 0:03:06.630 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.134) 0:03:06.764 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.051) 0:03:06.815 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 03 January 2026 11:37:19 -0500 (0:00:00.043) 0:03:06.859 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 03 January 2026 11:37:20 -0500 (0:00:00.045) 0:03:06.904 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 03 January 2026 11:37:20 -0500 (0:00:00.043) 0:03:06.948 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 03 January 2026 11:37:20 -0500 (0:00:00.042) 0:03:06.990 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 03 January 2026 11:37:20 -0500 (0:00:00.046) 0:03:07.036 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 03 January 2026 11:37:20 -0500 (0:00:00.043) 0:03:07.080 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 03 January 2026 11:37:20 -0500 (0:00:00.043) 0:03:07.123 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 03 January 2026 11:37:22 -0500 (0:00:02.653) 0:03:09.777 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 03 January 2026 11:37:22 -0500 (0:00:00.069) 0:03:09.846 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 03 January 2026 11:37:23 -0500 (0:00:00.067) 0:03:09.913 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 03 January 2026 11:37:23 -0500 (0:00:00.048) 0:03:09.962 ****** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 03 January 2026 11:37:23 -0500 (0:00:00.045) 0:03:10.007 ****** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 03 January 2026 11:37:23 -0500 (0:00:00.048) 0:03:10.056 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:35:51 EST", "ActiveEnterTimestampMonotonic": "274777817", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service dbus-broker.service dbus.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:35:51 EST", "AssertTimestampMonotonic": "274507587", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "448794000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-01-03 11:35:51 EST", "ConditionTimestampMonotonic": "274507536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6054", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainHandoffTimestampMonotonic": "274547179", "ExecMainPID": "9132", "ExecMainStartTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainStartTimestampMonotonic": "274510161", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:35:51 EST", "InactiveExitTimestampMonotonic": "274512307", "InvocationID": "26135c5e089c4677ab51fe0db58c0189", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9132", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3377471488", "MemoryCurrent": "32604160", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33026048", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:35:51 EST", "StateChangeTimestampMonotonic": "274777817", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 03 January 2026 11:37:23 -0500 (0:00:00.628) 0:03:10.684 ****** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:35:51 EST", "ActiveEnterTimestampMonotonic": "274777817", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service dbus-broker.service dbus.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:35:51 EST", "AssertTimestampMonotonic": "274507587", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "448794000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-01-03 11:35:51 EST", "ConditionTimestampMonotonic": "274507536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6054", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainHandoffTimestampMonotonic": "274547179", "ExecMainPID": "9132", "ExecMainStartTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainStartTimestampMonotonic": "274510161", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:35:51 EST", "InactiveExitTimestampMonotonic": "274512307", "InvocationID": "26135c5e089c4677ab51fe0db58c0189", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9132", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3377496064", "MemoryCurrent": "32604160", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33026048", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:35:51 EST", "StateChangeTimestampMonotonic": "274777817", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 03 January 2026 11:37:24 -0500 (0:00:00.592) 0:03:11.277 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 03 January 2026 11:37:24 -0500 (0:00:00.087) 0:03:11.365 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 03 January 2026 11:37:24 -0500 (0:00:00.072) 0:03:11.437 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 03 January 2026 11:37:24 -0500 (0:00:00.065) 0:03:11.503 ****** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:127 Saturday 03 January 2026 11:37:25 -0500 (0:00:00.665) 0:03:12.168 ****** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:138 Saturday 03 January 2026 11:37:25 -0500 (0:00:00.183) 0:03:12.351 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147 Saturday 03 January 2026 11:37:25 -0500 (0:00:00.084) 0:03:12.436 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 03 January 2026 11:37:25 -0500 (0:00:00.069) 0:03:12.505 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:162 Saturday 03 January 2026 11:37:25 -0500 (0:00:00.070) 0:03:12.576 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:173 Saturday 03 January 2026 11:37:25 -0500 (0:00:00.041) 0:03:12.617 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:179 Saturday 03 January 2026 11:37:25 -0500 (0:00:00.041) 0:03:12.659 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 03 January 2026 11:37:25 -0500 (0:00:00.077) 0:03:12.736 ****** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 03 January 2026 11:37:26 -0500 (0:00:00.146) 0:03:12.883 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 03 January 2026 11:37:26 -0500 (0:00:00.063) 0:03:12.946 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 03 January 2026 11:37:26 -0500 (0:00:00.185) 0:03:13.131 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 03 January 2026 11:37:26 -0500 (0:00:00.076) 0:03:13.207 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 03 January 2026 11:37:26 -0500 (0:00:00.043) 0:03:13.251 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 03 January 2026 11:37:26 -0500 (0:00:00.043) 0:03:13.294 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 03 January 2026 11:37:26 -0500 (0:00:00.065) 0:03:13.360 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 03 January 2026 11:37:26 -0500 (0:00:00.071) 0:03:13.432 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 03 January 2026 11:37:26 -0500 (0:00:00.077) 0:03:13.509 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 03 January 2026 11:37:28 -0500 (0:00:01.719) 0:03:15.229 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 03 January 2026 11:37:28 -0500 (0:00:00.076) 0:03:15.306 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 03 January 2026 11:37:30 -0500 (0:00:01.650) 0:03:16.956 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 03 January 2026 11:37:31 -0500 (0:00:01.746) 0:03:18.703 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 03 January 2026 11:37:31 -0500 (0:00:00.069) 0:03:18.772 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 03 January 2026 11:37:31 -0500 (0:00:00.066) 0:03:18.839 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 03 January 2026 11:37:32 -0500 (0:00:00.072) 0:03:18.911 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.970) 0:03:19.882 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.075) 0:03:19.957 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.075) 0:03:20.033 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.071) 0:03:20.105 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.079) 0:03:20.184 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.072) 0:03:20.257 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.111) 0:03:20.368 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.102) 0:03:20.471 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.084) 0:03:20.555 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.043) 0:03:20.599 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.038) 0:03:20.637 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.042) 0:03:20.679 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.038) 0:03:20.718 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.037) 0:03:20.756 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.041) 0:03:20.798 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 03 January 2026 11:37:33 -0500 (0:00:00.041) 0:03:20.840 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 03 January 2026 11:37:34 -0500 (0:00:00.040) 0:03:20.880 ****** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 03 January 2026 11:37:34 -0500 (0:00:00.689) 0:03:21.570 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 03 January 2026 11:37:34 -0500 (0:00:00.154) 0:03:21.724 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:e440cf220437e67d111c489a7b529b1ea0e859598f99d8a22897c8aff21eec8d", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:75ca3e6e6bfc1efcaf68401f9c1c256dcd07c27d1a4613b00da34897c3db39d3", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:d63def6679e022d5c7fa7c4ce1e50e041d940487ce011a5928ba1f295601c183", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:f3758b956320b5831e3283b4ba2fa79a1274a18e9ef8d352915cbf887fc841d2", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:908586a0da0d53005a23288459fb3fbfe5d9cfd42facd314da228088dc2e9ea7", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f7479825ec6b0373555e82ffa2d9208663a3b5fc5b34251b7f0689e8df8fd71f", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:30ddd1f2f9c03a89cc440a32f46cca12afcba08a1f7818596d7e5b3b15429df9", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:eca376cb9d97727e80f7b9066856dcfb270f53d66448469500136ec50de62f94", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:9d24408227d8025b40d4806ae2d2b6104675d7d2e2979e82cdcdfa812d38906c", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c2e0ae08ca37c64805f6f826f6ed151b575598e393cf31c2f5dc6e5ff39cac8f", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8aaa7924dd6c9ef4368bcfec03d2a9182847b2619d9c73dddfc1fe3a406fd593", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9551e8862ba236414ffb28363c88c0c765d202e79876ec0206dc08f4da20f1a7", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:85af36f020ff47a8aa7cf8c8704e7a7388b5df37b64634fca40d43082397edf6", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:039df67b6f57d80428db4e70312b1a3d424352de8bbab27538ca34bbbf4ae4b2", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:3a14853f222d5d4a41a72b479e21799b200ac7230e33426c296530856fe89977", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:8b8e40b15d2f30acdeaa718b224082e0e384c4ebd4166da8cdfdf264d9c9a9ad", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:ebc8d46d49e65cae5317370ee4098ee4f8a3fbbc0737d10e82906b35690109ac", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:f6cf6a456607ad02603cfa78b5c0e973caa221ff62bd4690aaac9bcf8cb4f17e", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:3507e2a917f90a060755b8cb9ccba5185ff8aa55939b3519e45c9a2027643f33", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:0dbdb8b9066479b58068e5beb06c54cee15fa85853524e4058a414aa5fa55f10", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:2ee826b228409e5fec043cb2c349bf9066c3d28e31a60ff19f05cf8efaa96bf3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:bc0d030790b6e38a11c8816496fd0cb9d4cf5f6d557cdd8a112c00fa1cd3bee5", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:cf67aacdf74a311778e2a063a2a471c7f7070ddf62331512fa5895e793290189", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:32db722629f590b2f3c3beeb5bf10802145a6485cfc0b9b8a82e52a43b68aff5", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:1c2821e2e19261a203efcad5b0d90b12dfc2ac78da42c7f4d1eb4eae46b3edb1", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:a4f2beb4c4b174716e111c2dbd15b4381a7c0a6f2fe0b9c1d1e6defa38315ff5", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:cb0c37a2175b53f36886a06dec8a13e1cbb56b6c321e7f47c9c212d1825e8da3", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:9818ef4911063b06cbfa8da2230188f2d0021a074b5019eb6bc9a8a0215af68b", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:97641e46c6076b5179127c6932ce33b1f8d31e70d78a7d79c7efcc3493ef3370", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:58697befcba6c7385b979ba6596e70ac8e3edb0d5eb842f0cf74c2bfa623e700", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c7405963330610047cd511e2eb0d482d8fb4efb5c0de18b5da5a7d9e9854f53d", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:c756766f60a8bb9e9132503c770760937039b8d1c3c21b8524f433e81ac95cee", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:df850943f439a660e98bda2cac1c52315c37e9c380f7a1ddcf748bf007f861d3", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:cfe1b054af2c59c885399c7e3f36ae128b1ba81d933d6b3f097a4a1ac30e4ec0", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:cef0f17dc19fba37aca82af7923dee5d1bb454d2b1ddf7255fd0edc50d4850df", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:4c36d2edd04848bff37b78ee9b6a1a3b0ae88a7e7434ceee07499941fd65fc44", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:3e944bccd0294ba67e83b10c91262c465ddc127dda7c4ef618ea0412f5a6f31f", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:95d61547f7a638498ef6cc2b962b4852813d55baf053eb7655a9c4fa287f6c42", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:af36136c079731a199c9977f4c79cab3e4b97f366573963c80fc5629ea9d0ae4", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:a0b1b5bce3f4c103a68b84c701b20694595cfa5f4183ce423f408f678515d2a1", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:6f4b2adf7a2062f7c8962b4626de5418f5fc3943cc7d6b28eadbb8c7fd6d3b90", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:1eb65a4ecf0a399f99677e94f33b775be57f9968347dff5fcd339f9e902dff77", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:4949344982806956f61c0ac535bcfdcc25cac37b22889a58850bf6c1d5a1a7c6", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:3103d70ab13b987c116b316218a4848287f34628ddb2b4a2b376b9cf599e3b54", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:b7e2f8a4601a64be1c90684500a50d375c64ea4415970de65fd2aa4d5529b51b", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:dbe616470c831c90249ca0aed9d72169061149e57bf802719836d4027647a314", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:37cf3ff38547df69b3c2f038d4114e1e3b2e44302123ba4b631488ee2468c3b7", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3bb9b2a67760ee9b763dd07752e0be2ba46c6c80c84b3747854f5e25ab0898ff", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:a14bccdc546d22b86ccfb91e53fc01fa3e3b63d8ac41bad279ac999d04cd7986", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:690f45cd4a3c408038a30f386098eb92426b1693e071d174fe891d5d0d1de6be", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:94da6e9a42a4122b240507be2692e4f4a3f2dad5ffdfe2dacb018505de4fa34e", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:71e3093e4da6ab0f9866ccee84716cea1b7c0b7616a01bf14e8f45d855139cac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:b8a2a9ba03423bc89ab921adf21cd50b4b6ba9deaeb9c009bee28ea648adabcc", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:ba3e8053b7cac576488e52534996ec865ad0d5c072468c05a02d103ee6e4f164", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:af1f599ae986d284ade9a389d5513989b9f786aa776e96d8930a68ed0281c0eb", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:fa2db85f932f588281e61d3045d6a7028710a5650bf7284bff58dd56cc64803d", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:ad5872b0ac552c30c6dcb96ca6ef1d6540fddc242c017f7539d6e0d6ad0019c2", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:e27eed39d32c3a79a71fcc1970db28a8a04910cde04c63869f1dcc8afd66c938", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:b2b0d4ed93b360072ed0826e8ce6f2e22252ae876ed7791f4d1f9ba16e3c305c", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:cdf55d535973062e9cb4a48fb2fb86a9bdb4794f26fd43f8f508ebbae625de9b", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7a14308976dee29d539ec0ea10c610fc5f156fa323b9a7cb4ba4f2001c7c8e17", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:1cfed4ab1222960cda09e74f788e94664650f08ff4dd4073bbc9681c6f8dbd01", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:0c7b790422f9c4e5d531e8e1de2cd5f8b128223e2482cdf5695394a1ba833e1c", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:1c77eb415bb0271d13a6c37fa41c5ff0a662ffa7aaa35a3b5f421e82aa24885e", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:68b6bf1200184dce4646d8c20bef5ec53981147f4fcb5c853294158e2b224ded", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7894fea59192d733c42a966aa13a2656760fda2b3e382abb5e89e789d92551aa", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:ac50299f57400f8e9f198c2b70e561acaba4dfd27c34eded4e9c8485b394372b", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:dad054ef6ee4f08f490b8d94fa70575c39de35d22cab11918753b75625c26845", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:c310326e0984ee5e4e7cc1e3173a204cfb05423f4ec8bb9c56df4191bd01f60d", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:233861e0b2a8c17c3988ed42cf197053397cacf93a0e2d5bf942b027331283c7", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:8cc63d03ecc084825933a35df56cb5b5221e81fa79bd6a9b1034268b39c16c36", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:416b5e6a242327091bb9fa10b833665b68fe9ab80dc8cc494bf3726cfac0eeb7", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:190e4586cea0d0894209365e8a71c0b4a6467e83bebc8bac649644695f209ac8", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:1b40ac81d0ab954cc05c7558be2535e2b7edbac296b833c1e2684afec4fda7a1", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:6dfed78d726dda7ebe4266b479d08a0fced77e5e89de646d8dd8c67d528f7636", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:e04e7d214022fd792eeb66b3426e0eef2dc6018b06005497b849bd2b5229ee81", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e266f0e58053d06b04e8fb0190723b38584d94e086351883fb8f4f2661c35fb0", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:962e24ad1b72e7fc878a7ed7a46c5c72b3db9d4cc13aac4ea1f6c12b2ce22700", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:babce05f61b6663c8c86269b7211318299807d739d246579ead6e6569dbea4aa", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:afc049630978871992de69debea2411db5779431dba45120b6ae6d7ef3e9760b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:feb27ddcc51b12b7ca1d77abd64654a9a1a85f9023804b82adf3d92f9b5dfcfb", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:e4531562b0d5b250cef7d63e384925e11fe19692e4780b551626a338be15e2a0", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:f97faf1987bcd28a562e7fb37ccaa3d00745a54bb51e8ac96762b89de65b7a98", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f5913cc8b413cc3938ceb6b17982b75f6c98ea5c0f2a860426e9db8731485b6e", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:841f750cc1ff61493db26607c9b4314ec05ecb6289279c01c55ab638cd541726", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7868011bac75a87c035c705c5a854bc143419bb4193d2a87d31de52b21ca2b82", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:8db31d4ba98fe696144411296366713bc7b7a42b46d6457002c713b88644f7d2", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:75aaea706e212c2f0119d5744eb362fc34a20f3f4b763681a335d5f5858efb8c", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e42f7b16a4a7c5f099b85c4b9fca02d0cfbe74de5d113dad7b350d242706d0dd", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:203f931eae7059d109cef2f4ac1e029ed280c55feca2da99382f826fc218bca4", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:e4ad684ec97129f310088958f7cf099653e0eb7cf3e8c997ab839cda24aa12ac", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:8b28e9e50a4c67025954dbf77dbcee20908a1c0afc4462100392b8f8a21eb058", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:d4f9757d3c5ac40a6bfef40b2a875e6bd61dbe4e4563cddd91b45de70ad334c9", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:8ce341a0e39492f4357c2d3b3a877b62641f0cfb050e8f177b2a9873b00c560f", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:10eed6df9abec22faf790aae34a1f7b9802e89d39a5ab7b1e747fd15f5946341", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:6f42c38f339aab3b5a68fce5cd3079d594b940a32b20bdfd92b7ab6a6dbfaa91", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:fdc84dce48a16ffcc8f7ef084f911ac02633e16acd8608e5d1c96c8bed880f27", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:f885c19c2b8b91642e758e9ab7abd734278ec5d88083f6b0230f168ad2b2a226", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:d831973b6b12b1717fbf675625c2f6fb85b40c9968854d3e64c7722ad64b69e3", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:2777836dff63a72e98bba0ef9d497d91929228b26a43e77582e3a201e74870cf", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:738a6f720645dec9393904cc8f26bc66447c7451862d73f8d40ce74b1887e9b7", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:edc87be8769d98bda4aae8394a02da34a841898435521393f3baccba5799a212", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:2b093d22a384b3d66524d15d9a43e8931fead19043ef6432dca4ace8dcb23fe7", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:d7e9275b86241d63da708b32397a9d621c65d641435f703646d06c86cfbc0586", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 03 January 2026 11:37:38 -0500 (0:00:03.218) 0:03:24.943 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 03 January 2026 11:37:38 -0500 (0:00:00.077) 0:03:25.021 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 03 January 2026 11:37:38 -0500 (0:00:00.064) 0:03:25.086 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 03 January 2026 11:37:38 -0500 (0:00:00.131) 0:03:25.217 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 03 January 2026 11:37:38 -0500 (0:00:00.081) 0:03:25.299 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 03 January 2026 11:37:38 -0500 (0:00:00.068) 0:03:25.368 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 03 January 2026 11:37:38 -0500 (0:00:00.070) 0:03:25.438 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 03 January 2026 11:37:38 -0500 (0:00:00.060) 0:03:25.499 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:37:38 -0500 (0:00:00.191) 0:03:25.690 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: bogus\nspec:\n containers:\n - name: bogus\n image: quay.io/libpod/testimage:20210610\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:37:38 -0500 (0:00:00.092) 0:03:25.783 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:37:39 -0500 (0:00:00.094) 0:03:25.877 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "bogus", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:37:39 -0500 (0:00:00.097) 0:03:25.975 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:37:39 -0500 (0:00:00.116) 0:03:26.091 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:37:39 -0500 (0:00:00.057) 0:03:26.149 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:37:39 -0500 (0:00:00.053) 0:03:26.203 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:37:39 -0500 (0:00:00.065) 0:03:26.269 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:37:39 -0500 (0:00:00.445) 0:03:26.714 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:37:39 -0500 (0:00:00.070) 0:03:26.784 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:37:39 -0500 (0:00:00.068) 0:03:26.853 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.074) 0:03:26.927 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.069) 0:03:26.996 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.067) 0:03:27.063 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.072) 0:03:27.136 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.068) 0:03:27.205 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.067) 0:03:27.272 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.077) 0:03:27.350 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.071) 0:03:27.422 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.054) 0:03:27.476 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.172) 0:03:27.649 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:37:40 -0500 (0:00:00.065) 0:03:27.714 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.005398", "end": "2026-01-03 11:37:41.173681", "rc": 0, "start": "2026-01-03 11:37:41.168283" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-bogus.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:37:41 -0500 (0:00:00.412) 0:03:28.126 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 03 January 2026 11:37:41 -0500 (0:00:00.097) 0:03:28.224 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 03 January 2026 11:37:41 -0500 (0:00:00.043) 0:03:28.267 ****** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"system-podman\\\\x2dkube.slice\" basic.target network-online.target systemd-journald.socket sysinit.target -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-bogus.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/bogus.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/bogus.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/bogus.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/bogus.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3396128768", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-bogus.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 03 January 2026 11:37:41 -0500 (0:00:00.594) 0:03:28.861 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458203.3465638, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "f8266a972ed3be7e204d2a67883fe3a22b8dbf18", "ctime": 1767458202.855563, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393789, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767458202.5335624, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/bogus.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 237, "uid": 0, "version": "2982322981", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 03 January 2026 11:37:42 -0500 (0:00:00.407) 0:03:29.269 ****** changed: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/bogus.yml" ], "changed": true, "failed_when_result": false } STDOUT: Pods stopped: 98bdb34482480e1d096e7beee893178477a76eb7598848641f61fb710dec3ba3 Pods removed: 98bdb34482480e1d096e7beee893178477a76eb7598848641f61fb710dec3ba3 Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 03 January 2026 11:37:42 -0500 (0:00:00.592) 0:03:29.861 ****** changed: [managed-node2] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/bogus.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 03 January 2026 11:37:43 -0500 (0:00:00.442) 0:03:30.303 ****** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.032193", "end": "2026-01-03 11:37:43.790822", "rc": 0, "start": "2026-01-03 11:37:43.758629" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 03 January 2026 11:37:43 -0500 (0:00:00.434) 0:03:30.738 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:37:43 -0500 (0:00:00.071) 0:03:30.810 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:37:43 -0500 (0:00:00.046) 0:03:30.856 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:37:44 -0500 (0:00:00.066) 0:03:30.922 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:37:44 -0500 (0:00:00.076) 0:03:30.999 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 03 January 2026 11:37:44 -0500 (0:00:00.067) 0:03:31.067 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 03 January 2026 11:37:44 -0500 (0:00:00.064) 0:03:31.131 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 03 January 2026 11:37:44 -0500 (0:00:00.089) 0:03:31.220 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 03 January 2026 11:37:44 -0500 (0:00:00.086) 0:03:31.307 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:291 Saturday 03 January 2026 11:37:44 -0500 (0:00:00.117) 0:03:31.424 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 January 2026 11:37:44 -0500 (0:00:00.178) 0:03:31.603 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 January 2026 11:37:44 -0500 (0:00:00.123) 0:03:31.727 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 January 2026 11:37:44 -0500 (0:00:00.085) 0:03:31.812 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 January 2026 11:37:45 -0500 (0:00:00.072) 0:03:31.885 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 03 January 2026 11:37:45 -0500 (0:00:00.073) 0:03:31.959 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 03 January 2026 11:37:45 -0500 (0:00:00.073) 0:03:32.033 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 03 January 2026 11:37:45 -0500 (0:00:00.073) 0:03:32.106 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "__vars_file": "Fedora.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 03 January 2026 11:37:45 -0500 (0:00:00.121) 0:03:32.228 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 03 January 2026 11:37:45 -0500 (0:00:00.198) 0:03:32.427 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 03 January 2026 11:37:45 -0500 (0:00:00.080) 0:03:32.507 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 January 2026 11:37:45 -0500 (0:00:00.044) 0:03:32.551 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 January 2026 11:37:46 -0500 (0:00:01.055) 0:03:33.607 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 January 2026 11:37:46 -0500 (0:00:00.071) 0:03:33.679 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 January 2026 11:37:46 -0500 (0:00:00.055) 0:03:33.735 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 03 January 2026 11:37:46 -0500 (0:00:00.040) 0:03:33.775 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 03 January 2026 11:37:46 -0500 (0:00:00.039) 0:03:33.815 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 03 January 2026 11:37:46 -0500 (0:00:00.042) 0:03:33.857 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.024468", "end": "2026-01-03 11:37:47.329727", "rc": 0, "start": "2026-01-03 11:37:47.305259" } STDOUT: podman version 5.6.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 03 January 2026 11:37:47 -0500 (0:00:00.418) 0:03:34.276 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 January 2026 11:37:47 -0500 (0:00:00.048) 0:03:34.325 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 03 January 2026 11:37:47 -0500 (0:00:00.070) 0:03:34.396 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 03 January 2026 11:37:47 -0500 (0:00:00.049) 0:03:34.445 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 January 2026 11:37:47 -0500 (0:00:00.057) 0:03:34.502 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 03 January 2026 11:37:47 -0500 (0:00:00.061) 0:03:34.563 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 03 January 2026 11:37:47 -0500 (0:00:00.058) 0:03:34.621 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:37:47 -0500 (0:00:00.094) 0:03:34.716 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:37:47 -0500 (0:00:00.090) 0:03:34.807 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:37:48 -0500 (0:00:00.112) 0:03:34.919 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:37:48 -0500 (0:00:00.090) 0:03:35.010 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:37:48 -0500 (0:00:00.432) 0:03:35.443 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:37:48 -0500 (0:00:00.072) 0:03:35.516 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:37:48 -0500 (0:00:00.072) 0:03:35.588 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:37:48 -0500 (0:00:00.056) 0:03:35.644 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:37:48 -0500 (0:00:00.047) 0:03:35.692 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:37:48 -0500 (0:00:00.048) 0:03:35.740 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:37:48 -0500 (0:00:00.048) 0:03:35.788 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:37:48 -0500 (0:00:00.040) 0:03:35.829 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.040) 0:03:35.869 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.360) 0:03:36.230 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.088) 0:03:36.319 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.047) 0:03:36.366 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.040) 0:03:36.407 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.075) 0:03:36.482 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.040) 0:03:36.523 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.043) 0:03:36.567 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.081) 0:03:36.648 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.041) 0:03:36.690 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.042) 0:03:36.732 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.075) 0:03:36.807 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 03 January 2026 11:37:49 -0500 (0:00:00.042) 0:03:36.849 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.039) 0:03:36.889 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.039) 0:03:36.928 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.046) 0:03:36.975 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.197) 0:03:37.172 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.133) 0:03:37.306 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.052) 0:03:37.359 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.043) 0:03:37.402 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.042) 0:03:37.445 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.045) 0:03:37.491 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.047) 0:03:37.538 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.068) 0:03:37.606 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.075) 0:03:37.681 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 03 January 2026 11:37:50 -0500 (0:00:00.071) 0:03:37.753 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 03 January 2026 11:37:52 -0500 (0:00:01.749) 0:03:39.503 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 03 January 2026 11:37:52 -0500 (0:00:00.276) 0:03:39.779 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 03 January 2026 11:37:52 -0500 (0:00:00.048) 0:03:39.828 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 03 January 2026 11:37:53 -0500 (0:00:00.046) 0:03:39.875 ****** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 03 January 2026 11:37:53 -0500 (0:00:00.052) 0:03:39.928 ****** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 03 January 2026 11:37:53 -0500 (0:00:00.047) 0:03:39.975 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:35:51 EST", "ActiveEnterTimestampMonotonic": "274777817", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service dbus-broker.service dbus.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:35:51 EST", "AssertTimestampMonotonic": "274507587", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "474955000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-01-03 11:35:51 EST", "ConditionTimestampMonotonic": "274507536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6054", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainHandoffTimestampMonotonic": "274547179", "ExecMainPID": "9132", "ExecMainStartTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainStartTimestampMonotonic": "274510161", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:35:51 EST", "InactiveExitTimestampMonotonic": "274512307", "InvocationID": "26135c5e089c4677ab51fe0db58c0189", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9132", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3390259200", "MemoryCurrent": "32604160", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33054720", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:35:51 EST", "StateChangeTimestampMonotonic": "274777817", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 03 January 2026 11:37:53 -0500 (0:00:00.574) 0:03:40.550 ****** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:35:51 EST", "ActiveEnterTimestampMonotonic": "274777817", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target polkit.service dbus-broker.service dbus.socket sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:35:51 EST", "AssertTimestampMonotonic": "274507587", "Before": "shutdown.target network-pre.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "474955000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-01-03 11:35:51 EST", "ConditionTimestampMonotonic": "274507536", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ipset.service ip6tables.service shutdown.target ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6054", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainHandoffTimestampMonotonic": "274547179", "ExecMainPID": "9132", "ExecMainStartTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainStartTimestampMonotonic": "274510161", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[Sat 2026-01-03 11:35:51 EST] ; stop_time=[n/a] ; pid=9132 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:35:51 EST", "InactiveExitTimestampMonotonic": "274512307", "InvocationID": "26135c5e089c4677ab51fe0db58c0189", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9132", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3394691072", "MemoryCurrent": "32604160", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "33054720", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:35:51 EST", "StateChangeTimestampMonotonic": "274777817", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 03 January 2026 11:37:54 -0500 (0:00:00.619) 0:03:41.169 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 03 January 2026 11:37:54 -0500 (0:00:00.088) 0:03:41.258 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 03 January 2026 11:37:54 -0500 (0:00:00.067) 0:03:41.325 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 03 January 2026 11:37:54 -0500 (0:00:00.074) 0:03:41.400 ****** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:127 Saturday 03 January 2026 11:37:55 -0500 (0:00:00.608) 0:03:42.008 ****** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:138 Saturday 03 January 2026 11:37:55 -0500 (0:00:00.103) 0:03:42.112 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147 Saturday 03 January 2026 11:37:55 -0500 (0:00:00.089) 0:03:42.201 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 03 January 2026 11:37:55 -0500 (0:00:00.073) 0:03:42.275 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:162 Saturday 03 January 2026 11:37:55 -0500 (0:00:00.072) 0:03:42.347 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:173 Saturday 03 January 2026 11:37:55 -0500 (0:00:00.073) 0:03:42.420 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:179 Saturday 03 January 2026 11:37:55 -0500 (0:00:00.069) 0:03:42.490 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 03 January 2026 11:37:55 -0500 (0:00:00.111) 0:03:42.602 ****** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 03 January 2026 11:37:55 -0500 (0:00:00.229) 0:03:42.831 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 03 January 2026 11:37:56 -0500 (0:00:00.084) 0:03:42.916 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 03 January 2026 11:37:56 -0500 (0:00:00.059) 0:03:42.975 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 03 January 2026 11:37:56 -0500 (0:00:00.083) 0:03:43.059 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 03 January 2026 11:37:56 -0500 (0:00:00.056) 0:03:43.115 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 03 January 2026 11:37:56 -0500 (0:00:00.072) 0:03:43.188 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 03 January 2026 11:37:56 -0500 (0:00:00.087) 0:03:43.275 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 03 January 2026 11:37:56 -0500 (0:00:00.059) 0:03:43.335 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 03 January 2026 11:37:56 -0500 (0:00:00.048) 0:03:43.384 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 03 January 2026 11:37:58 -0500 (0:00:01.726) 0:03:45.110 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 03 January 2026 11:37:58 -0500 (0:00:00.057) 0:03:45.168 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 03 January 2026 11:37:59 -0500 (0:00:01.652) 0:03:46.820 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 03 January 2026 11:38:01 -0500 (0:00:01.722) 0:03:48.543 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 03 January 2026 11:38:01 -0500 (0:00:00.048) 0:03:48.592 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 03 January 2026 11:38:01 -0500 (0:00:00.078) 0:03:48.670 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 03 January 2026 11:38:01 -0500 (0:00:00.072) 0:03:48.743 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 03 January 2026 11:38:02 -0500 (0:00:01.002) 0:03:49.745 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 03 January 2026 11:38:02 -0500 (0:00:00.081) 0:03:49.826 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.076) 0:03:49.902 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.079) 0:03:49.982 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.135) 0:03:50.118 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.105) 0:03:50.223 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.083) 0:03:50.307 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.104) 0:03:50.412 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.069) 0:03:50.481 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.066) 0:03:50.548 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.074) 0:03:50.622 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.060) 0:03:50.683 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.045) 0:03:50.728 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.053) 0:03:50.782 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 03 January 2026 11:38:03 -0500 (0:00:00.045) 0:03:50.827 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 03 January 2026 11:38:04 -0500 (0:00:00.040) 0:03:50.868 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 03 January 2026 11:38:04 -0500 (0:00:00.042) 0:03:50.910 ****** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 03 January 2026 11:38:04 -0500 (0:00:00.635) 0:03:51.546 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 03 January 2026 11:38:04 -0500 (0:00:00.064) 0:03:51.610 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:e440cf220437e67d111c489a7b529b1ea0e859598f99d8a22897c8aff21eec8d", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:75ca3e6e6bfc1efcaf68401f9c1c256dcd07c27d1a4613b00da34897c3db39d3", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:d63def6679e022d5c7fa7c4ce1e50e041d940487ce011a5928ba1f295601c183", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:f3758b956320b5831e3283b4ba2fa79a1274a18e9ef8d352915cbf887fc841d2", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:908586a0da0d53005a23288459fb3fbfe5d9cfd42facd314da228088dc2e9ea7", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f7479825ec6b0373555e82ffa2d9208663a3b5fc5b34251b7f0689e8df8fd71f", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:30ddd1f2f9c03a89cc440a32f46cca12afcba08a1f7818596d7e5b3b15429df9", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:eca376cb9d97727e80f7b9066856dcfb270f53d66448469500136ec50de62f94", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:9d24408227d8025b40d4806ae2d2b6104675d7d2e2979e82cdcdfa812d38906c", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c2e0ae08ca37c64805f6f826f6ed151b575598e393cf31c2f5dc6e5ff39cac8f", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8aaa7924dd6c9ef4368bcfec03d2a9182847b2619d9c73dddfc1fe3a406fd593", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9551e8862ba236414ffb28363c88c0c765d202e79876ec0206dc08f4da20f1a7", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:85af36f020ff47a8aa7cf8c8704e7a7388b5df37b64634fca40d43082397edf6", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:039df67b6f57d80428db4e70312b1a3d424352de8bbab27538ca34bbbf4ae4b2", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:3a14853f222d5d4a41a72b479e21799b200ac7230e33426c296530856fe89977", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:8b8e40b15d2f30acdeaa718b224082e0e384c4ebd4166da8cdfdf264d9c9a9ad", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:ebc8d46d49e65cae5317370ee4098ee4f8a3fbbc0737d10e82906b35690109ac", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:f6cf6a456607ad02603cfa78b5c0e973caa221ff62bd4690aaac9bcf8cb4f17e", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:3507e2a917f90a060755b8cb9ccba5185ff8aa55939b3519e45c9a2027643f33", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:0dbdb8b9066479b58068e5beb06c54cee15fa85853524e4058a414aa5fa55f10", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:2ee826b228409e5fec043cb2c349bf9066c3d28e31a60ff19f05cf8efaa96bf3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:bc0d030790b6e38a11c8816496fd0cb9d4cf5f6d557cdd8a112c00fa1cd3bee5", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:cf67aacdf74a311778e2a063a2a471c7f7070ddf62331512fa5895e793290189", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:32db722629f590b2f3c3beeb5bf10802145a6485cfc0b9b8a82e52a43b68aff5", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:1c2821e2e19261a203efcad5b0d90b12dfc2ac78da42c7f4d1eb4eae46b3edb1", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:a4f2beb4c4b174716e111c2dbd15b4381a7c0a6f2fe0b9c1d1e6defa38315ff5", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:cb0c37a2175b53f36886a06dec8a13e1cbb56b6c321e7f47c9c212d1825e8da3", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:9818ef4911063b06cbfa8da2230188f2d0021a074b5019eb6bc9a8a0215af68b", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:97641e46c6076b5179127c6932ce33b1f8d31e70d78a7d79c7efcc3493ef3370", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:58697befcba6c7385b979ba6596e70ac8e3edb0d5eb842f0cf74c2bfa623e700", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c7405963330610047cd511e2eb0d482d8fb4efb5c0de18b5da5a7d9e9854f53d", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:c756766f60a8bb9e9132503c770760937039b8d1c3c21b8524f433e81ac95cee", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:df850943f439a660e98bda2cac1c52315c37e9c380f7a1ddcf748bf007f861d3", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:cfe1b054af2c59c885399c7e3f36ae128b1ba81d933d6b3f097a4a1ac30e4ec0", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:cef0f17dc19fba37aca82af7923dee5d1bb454d2b1ddf7255fd0edc50d4850df", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:4c36d2edd04848bff37b78ee9b6a1a3b0ae88a7e7434ceee07499941fd65fc44", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:3e944bccd0294ba67e83b10c91262c465ddc127dda7c4ef618ea0412f5a6f31f", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:95d61547f7a638498ef6cc2b962b4852813d55baf053eb7655a9c4fa287f6c42", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:af36136c079731a199c9977f4c79cab3e4b97f366573963c80fc5629ea9d0ae4", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:a0b1b5bce3f4c103a68b84c701b20694595cfa5f4183ce423f408f678515d2a1", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:6f4b2adf7a2062f7c8962b4626de5418f5fc3943cc7d6b28eadbb8c7fd6d3b90", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:1eb65a4ecf0a399f99677e94f33b775be57f9968347dff5fcd339f9e902dff77", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:4949344982806956f61c0ac535bcfdcc25cac37b22889a58850bf6c1d5a1a7c6", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:3103d70ab13b987c116b316218a4848287f34628ddb2b4a2b376b9cf599e3b54", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:b7e2f8a4601a64be1c90684500a50d375c64ea4415970de65fd2aa4d5529b51b", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:dbe616470c831c90249ca0aed9d72169061149e57bf802719836d4027647a314", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:37cf3ff38547df69b3c2f038d4114e1e3b2e44302123ba4b631488ee2468c3b7", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3bb9b2a67760ee9b763dd07752e0be2ba46c6c80c84b3747854f5e25ab0898ff", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:a14bccdc546d22b86ccfb91e53fc01fa3e3b63d8ac41bad279ac999d04cd7986", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:690f45cd4a3c408038a30f386098eb92426b1693e071d174fe891d5d0d1de6be", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:94da6e9a42a4122b240507be2692e4f4a3f2dad5ffdfe2dacb018505de4fa34e", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:71e3093e4da6ab0f9866ccee84716cea1b7c0b7616a01bf14e8f45d855139cac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:b8a2a9ba03423bc89ab921adf21cd50b4b6ba9deaeb9c009bee28ea648adabcc", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:ba3e8053b7cac576488e52534996ec865ad0d5c072468c05a02d103ee6e4f164", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:af1f599ae986d284ade9a389d5513989b9f786aa776e96d8930a68ed0281c0eb", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:fa2db85f932f588281e61d3045d6a7028710a5650bf7284bff58dd56cc64803d", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:ad5872b0ac552c30c6dcb96ca6ef1d6540fddc242c017f7539d6e0d6ad0019c2", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:e27eed39d32c3a79a71fcc1970db28a8a04910cde04c63869f1dcc8afd66c938", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:b2b0d4ed93b360072ed0826e8ce6f2e22252ae876ed7791f4d1f9ba16e3c305c", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:cdf55d535973062e9cb4a48fb2fb86a9bdb4794f26fd43f8f508ebbae625de9b", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7a14308976dee29d539ec0ea10c610fc5f156fa323b9a7cb4ba4f2001c7c8e17", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:1cfed4ab1222960cda09e74f788e94664650f08ff4dd4073bbc9681c6f8dbd01", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:0c7b790422f9c4e5d531e8e1de2cd5f8b128223e2482cdf5695394a1ba833e1c", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:1c77eb415bb0271d13a6c37fa41c5ff0a662ffa7aaa35a3b5f421e82aa24885e", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:68b6bf1200184dce4646d8c20bef5ec53981147f4fcb5c853294158e2b224ded", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7894fea59192d733c42a966aa13a2656760fda2b3e382abb5e89e789d92551aa", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:ac50299f57400f8e9f198c2b70e561acaba4dfd27c34eded4e9c8485b394372b", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:dad054ef6ee4f08f490b8d94fa70575c39de35d22cab11918753b75625c26845", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:c310326e0984ee5e4e7cc1e3173a204cfb05423f4ec8bb9c56df4191bd01f60d", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:233861e0b2a8c17c3988ed42cf197053397cacf93a0e2d5bf942b027331283c7", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:8cc63d03ecc084825933a35df56cb5b5221e81fa79bd6a9b1034268b39c16c36", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:416b5e6a242327091bb9fa10b833665b68fe9ab80dc8cc494bf3726cfac0eeb7", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:190e4586cea0d0894209365e8a71c0b4a6467e83bebc8bac649644695f209ac8", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:1b40ac81d0ab954cc05c7558be2535e2b7edbac296b833c1e2684afec4fda7a1", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:6dfed78d726dda7ebe4266b479d08a0fced77e5e89de646d8dd8c67d528f7636", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:e04e7d214022fd792eeb66b3426e0eef2dc6018b06005497b849bd2b5229ee81", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e266f0e58053d06b04e8fb0190723b38584d94e086351883fb8f4f2661c35fb0", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:962e24ad1b72e7fc878a7ed7a46c5c72b3db9d4cc13aac4ea1f6c12b2ce22700", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:babce05f61b6663c8c86269b7211318299807d739d246579ead6e6569dbea4aa", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:afc049630978871992de69debea2411db5779431dba45120b6ae6d7ef3e9760b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:feb27ddcc51b12b7ca1d77abd64654a9a1a85f9023804b82adf3d92f9b5dfcfb", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:e4531562b0d5b250cef7d63e384925e11fe19692e4780b551626a338be15e2a0", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:f97faf1987bcd28a562e7fb37ccaa3d00745a54bb51e8ac96762b89de65b7a98", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f5913cc8b413cc3938ceb6b17982b75f6c98ea5c0f2a860426e9db8731485b6e", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:841f750cc1ff61493db26607c9b4314ec05ecb6289279c01c55ab638cd541726", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7868011bac75a87c035c705c5a854bc143419bb4193d2a87d31de52b21ca2b82", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:8db31d4ba98fe696144411296366713bc7b7a42b46d6457002c713b88644f7d2", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:75aaea706e212c2f0119d5744eb362fc34a20f3f4b763681a335d5f5858efb8c", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e42f7b16a4a7c5f099b85c4b9fca02d0cfbe74de5d113dad7b350d242706d0dd", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:203f931eae7059d109cef2f4ac1e029ed280c55feca2da99382f826fc218bca4", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:e4ad684ec97129f310088958f7cf099653e0eb7cf3e8c997ab839cda24aa12ac", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:8b28e9e50a4c67025954dbf77dbcee20908a1c0afc4462100392b8f8a21eb058", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:d4f9757d3c5ac40a6bfef40b2a875e6bd61dbe4e4563cddd91b45de70ad334c9", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:8ce341a0e39492f4357c2d3b3a877b62641f0cfb050e8f177b2a9873b00c560f", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:10eed6df9abec22faf790aae34a1f7b9802e89d39a5ab7b1e747fd15f5946341", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:6f42c38f339aab3b5a68fce5cd3079d594b940a32b20bdfd92b7ab6a6dbfaa91", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:fdc84dce48a16ffcc8f7ef084f911ac02633e16acd8608e5d1c96c8bed880f27", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:f885c19c2b8b91642e758e9ab7abd734278ec5d88083f6b0230f168ad2b2a226", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:d831973b6b12b1717fbf675625c2f6fb85b40c9968854d3e64c7722ad64b69e3", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:2777836dff63a72e98bba0ef9d497d91929228b26a43e77582e3a201e74870cf", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:738a6f720645dec9393904cc8f26bc66447c7451862d73f8d40ce74b1887e9b7", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:edc87be8769d98bda4aae8394a02da34a841898435521393f3baccba5799a212", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:2b093d22a384b3d66524d15d9a43e8931fead19043ef6432dca4ace8dcb23fe7", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:d7e9275b86241d63da708b32397a9d621c65d641435f703646d06c86cfbc0586", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 03 January 2026 11:38:07 -0500 (0:00:03.172) 0:03:54.783 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 03 January 2026 11:38:07 -0500 (0:00:00.077) 0:03:54.860 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.049) 0:03:54.910 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.074) 0:03:54.984 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.049) 0:03:55.033 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.038) 0:03:55.072 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.037) 0:03:55.109 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.111) 0:03:55.220 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.186) 0:03:55.407 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd1-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.070) 0:03:55.477 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "podman_basic_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.057) 0:03:55.535 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.057) 0:03:55.592 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:38:08 -0500 (0:00:00.083) 0:03:55.676 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:38:09 -0500 (0:00:00.523) 0:03:56.199 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:38:09 -0500 (0:00:00.073) 0:03:56.273 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:38:09 -0500 (0:00:00.070) 0:03:56.344 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:38:09 -0500 (0:00:00.423) 0:03:56.767 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004553", "end": "2026-01-03 11:38:10.232099", "rc": 0, "start": "2026-01-03 11:38:10.227546" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:38:10 -0500 (0:00:00.423) 0:03:57.190 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.006284", "end": "2026-01-03 11:38:10.652518", "rc": 0, "start": "2026-01-03 11:38:10.646234" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:38:10 -0500 (0:00:00.435) 0:03:57.625 ****** ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:38:10 -0500 (0:00:00.100) 0:03:57.726 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:38:10 -0500 (0:00:00.079) 0:03:57.805 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:38:11 -0500 (0:00:00.069) 0:03:57.875 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:38:11 -0500 (0:00:00.069) 0:03:57.945 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:38:11 -0500 (0:00:00.073) 0:03:58.018 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:38:11 -0500 (0:00:00.070) 0:03:58.088 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:38:11 -0500 (0:00:00.113) 0:03:58.202 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:38:11 -0500 (0:00:00.132) 0:03:58.334 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:38:11 -0500 (0:00:00.093) 0:03:58.428 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:38:11 -0500 (0:00:00.065) 0:03:58.493 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:38:11 -0500 (0:00:00.061) 0:03:58.555 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005510", "end": "2026-01-03 11:38:12.020299", "rc": 0, "start": "2026-01-03 11:38:12.014789" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:38:12 -0500 (0:00:00.416) 0:03:58.972 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:38:12 -0500 (0:00:00.047) 0:03:59.019 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 03 January 2026 11:38:12 -0500 (0:00:00.093) 0:03:59.112 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:38:12 -0500 (0:00:00.072) 0:03:59.185 ****** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": "0:00:00.024615", "end": "2026-01-03 11:38:12.697804", "rc": 0, "start": "2026-01-03 11:38:12.673189" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:38:12 -0500 (0:00:00.483) 0:03:59.668 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:38:12 -0500 (0:00:00.058) 0:03:59.727 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 03 January 2026 11:38:13 -0500 (0:00:00.171) 0:03:59.898 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_80o_msuz_podman/httpd1", "/tmp/lsr_80o_msuz_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 03 January 2026 11:38:13 -0500 (0:00:00.094) 0:03:59.993 ****** changed: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd1) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_80o_msuz_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_80o_msuz_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 60, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_80o_msuz_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_80o_msuz_podman/httpd1-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 03 January 2026 11:38:14 -0500 (0:00:00.899) 0:04:00.892 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 03 January 2026 11:38:14 -0500 (0:00:00.133) 0:04:01.026 ****** changed: [managed-node2] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 03 January 2026 11:38:15 -0500 (0:00:01.600) 0:04:02.627 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 03 January 2026 11:38:15 -0500 (0:00:00.040) 0:04:02.667 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 03 January 2026 11:38:16 -0500 (0:00:00.406) 0:04:03.074 ****** changed: [managed-node2] => { "changed": true, "gid": 3001, "group": "podman_basic_user", "mode": "0755", "owner": "podman_basic_user", "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 03 January 2026 11:38:16 -0500 (0:00:00.437) 0:04:03.511 ****** changed: [managed-node2] => { "changed": true, "checksum": "1a11f35e09fd94434686abc97046c12407efbdbb", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "md5sum": "7b5d989cdedee9ad565eec01a1293283", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1767458296.7025428-10850-153032004898628/.source.yml", "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 03 January 2026 11:38:17 -0500 (0:00:00.770) 0:04:04.282 ****** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "changed": true } STDOUT: Pod: dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0 Container: c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab STDERR: time="2026-01-03T11:38:17-05:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-01-03T11:38:17-05:00" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2026-01-03T11:38:17-05:00" level=info msg="Setting parallel job count to 7" time="2026-01-03T11:38:17-05:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-01-03T11:38:17-05:00" level=info msg="Using sqlite as database backend" time="2026-01-03T11:38:17-05:00" level=debug msg="systemd-logind: Unknown object '/'." time="2026-01-03T11:38:17-05:00" level=debug msg="Using graph driver overlay" time="2026-01-03T11:38:17-05:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2026-01-03T11:38:17-05:00" level=debug msg="Using run root /run/user/3001/containers" time="2026-01-03T11:38:17-05:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2026-01-03T11:38:17-05:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2026-01-03T11:38:17-05:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2026-01-03T11:38:17-05:00" level=debug msg="Using transient store: false" time="2026-01-03T11:38:17-05:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-01-03T11:38:17-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-01-03T11:38:17-05:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2026-01-03T11:38:17-05:00" level=debug msg="Cached value indicated that native-diff is usable" time="2026-01-03T11:38:17-05:00" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2026-01-03T11:38:17-05:00" level=debug msg="Initializing event backend journald" time="2026-01-03T11:38:17-05:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-01-03T11:38:17-05:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-01-03T11:38:17-05:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-01-03T11:38:17-05:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-01-03T11:38:17-05:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-01-03T11:38:17-05:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-01-03T11:38:17-05:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-01-03T11:38:17-05:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2026-01-03T11:38:17-05:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2026-01-03T11:38:17-05:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Successfully loaded 1 networks" time="2026-01-03T11:38:17-05:00" level=debug msg="found free device name podman1" time="2026-01-03T11:38:17-05:00" level=debug msg="found free ipv4 network subnet 10.89.0.0/24" time="2026-01-03T11:38:17-05:00" level=debug msg="Pod using bridge network mode" time="2026-01-03T11:38:17-05:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice for parent user.slice and name libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0" time="2026-01-03T11:38:17-05:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice" time="2026-01-03T11:38:17-05:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice" time="2026-01-03T11:38:17-05:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2026-01-03T11:38:17-05:00" level=debug msg="using systemd mode: false" time="2026-01-03T11:38:17-05:00" level=debug msg="setting container name dbb6b8871516-infra" time="2026-01-03T11:38:17-05:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 93d222e1dbab0d05ae6b1c164b37eb2b1852602471087ccb41e8e5b06716403e bridge podman1 2026-01-03 11:38:17.920913119 -0500 EST [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-01-03T11:38:17-05:00" level=debug msg="Successfully loaded 2 networks" time="2026-01-03T11:38:17-05:00" level=debug msg="Allocated lock 1 for container 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2" time="2026-01-03T11:38:17-05:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported" time="2026-01-03T11:38:17-05:00" level=debug msg="Check for idmapped mounts support " time="2026-01-03T11:38:17-05:00" level=debug msg="Created container \"9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Container \"9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2/userdata\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Container \"9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2\" has run directory \"/run/user/3001/containers/overlay-containers/9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2/userdata\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:17-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-01-03T11:38:17-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-01-03T11:38:17-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:17-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-01-03T11:38:17-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2026-01-03T11:38:17-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:17-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-01-03T11:38:17-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-01-03T11:38:17-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:17-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-01-03T11:38:17-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-01-03T11:38:17-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:17-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-01-03T11:38:17-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-01-03T11:38:17-05:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:17-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-01-03T11:38:17-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-01-03T11:38:17-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-01-03T11:38:17-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-01-03T11:38:17-05:00" level=debug msg="using systemd mode: false" time="2026-01-03T11:38:17-05:00" level=debug msg="adding container to pod httpd1" time="2026-01-03T11:38:17-05:00" level=debug msg="setting container name httpd1-httpd1" time="2026-01-03T11:38:17-05:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-01-03T11:38:17-05:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2026-01-03T11:38:17-05:00" level=debug msg="Adding mount /proc" time="2026-01-03T11:38:17-05:00" level=debug msg="Adding mount /dev" time="2026-01-03T11:38:17-05:00" level=debug msg="Adding mount /dev/pts" time="2026-01-03T11:38:17-05:00" level=debug msg="Adding mount /dev/mqueue" time="2026-01-03T11:38:17-05:00" level=debug msg="Adding mount /sys" time="2026-01-03T11:38:17-05:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2026-01-03T11:38:17-05:00" level=debug msg="Allocated lock 2 for container c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab" time="2026-01-03T11:38:17-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:17-05:00" level=debug msg="Created container \"c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab\"" time="2026-01-03T11:38:18-05:00" level=debug msg="Container \"c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab/userdata\"" time="2026-01-03T11:38:18-05:00" level=debug msg="Container \"c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab\" has run directory \"/run/user/3001/containers/overlay-containers/c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab/userdata\"" time="2026-01-03T11:38:18-05:00" level=debug msg="Strongconnecting node 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2" time="2026-01-03T11:38:18-05:00" level=debug msg="Pushed 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2 onto stack" time="2026-01-03T11:38:18-05:00" level=debug msg="Finishing node 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2. Popped 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2 off stack" time="2026-01-03T11:38:18-05:00" level=debug msg="Strongconnecting node c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab" time="2026-01-03T11:38:18-05:00" level=debug msg="Pushed c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab onto stack" time="2026-01-03T11:38:18-05:00" level=debug msg="Finishing node c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab. Popped c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab off stack" time="2026-01-03T11:38:18-05:00" level=debug msg="Made network namespace at /run/user/3001/netns/netns-d226efbc-e500-98ea-44e1-bb8bc10a6755 for container 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2" time="2026-01-03T11:38:18-05:00" level=debug msg="Created root filesystem for container 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2/rootfs/merge" time="2026-01-03T11:38:18-05:00" level=debug msg="Creating rootless network namespace at \"/run/user/3001/containers/networks/rootless-netns/rootless-netns\"" time="2026-01-03T11:38:18-05:00" level=debug msg="pasta arguments: --config-net --pid /run/user/3001/containers/networks/rootless-netns/rootless-netns-conn.pid --dns-forward 169.254.1.1 -t none -u none -T none -U none --no-map-gw --quiet --netns /run/user/3001/containers/networks/rootless-netns/rootless-netns --map-guest-addr 169.254.1.2" time="2026-01-03T11:38:18-05:00" level=debug msg="found local resolver, using \"/run/systemd/resolve/resolv.conf\" to get the nameservers" time="2026-01-03T11:38:18-05:00" level=debug msg="The path of /etc/resolv.conf in the mount ns is \"/run/systemd/resolve/stub-resolv.conf\"" [DEBUG netavark::network::validation] Validating network namespace... [DEBUG netavark::commands::setup] Setting up... [INFO netavark::firewall] Using nftables firewall driver [DEBUG netavark::network::bridge] Setup network podman-default-kube-network [DEBUG netavark::network::bridge] Container interface name: eth0 with IP addresses [10.89.0.2/24] [DEBUG netavark::network::bridge] Bridge name: podman1 with IP addresses [10.89.0.1/24] [DEBUG netavark::network::bridge] Using mtu 65520 from default route interface for the network [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/ip_forward to 1 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/podman1/route_localnet to 1 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/podman1/rp_filter to 2 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv6/conf/eth0/autoconf to 0 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/eth0/arp_notify to 1 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/eth0/rp_filter to 2 [INFO netavark::network::netlink] Adding route (dest: 0.0.0.0/0 ,gw: 10.89.0.1, metric 100) [INFO netavark::firewall::nft] Creating container chain nv_93d222e1_10_89_0_0_nm24 [DEBUG netavark::dns::aardvark] Spawning aardvark server [DEBUG netavark::dns::aardvark] start aardvark-dns: ["systemd-run", "-q", "--scope", "--user", "/usr/libexec/podman/aardvark-dns", "--config", "/run/user/3001/containers/networks/aardvark-dns", "-p", "53", "run"] [DEBUG netavark::commands::setup] { "podman-default-kube-network": StatusBlock { dns_search_domains: Some( [ "dns.podman", ], ), dns_server_ips: Some( [ 10.89.0.1, ], ), interfaces: Some( { "eth0": NetInterface { mac_address: "02:0c:ba:4e:35:80", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2026-01-03T11:38:18-05:00" level=debug msg="rootlessport: time=\"2026-01-03T11:38:18-05:00\" level=info msg=\"Starting parent driver\"\n" time="2026-01-03T11:38:18-05:00" level=debug msg="rootlessport: time=\"2026-01-03T11:38:18-05:00\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/3001/libpod/tmp/rootlessport1278551497/.bp-ready.pipe builtin.socketpath:/run/user/3001/libpod/tmp/rootlessport1278551497/.bp.sock]\"\n" time="2026-01-03T11:38:18-05:00" level=debug msg="rootlessport: time=\"2026-01-03T11:38:18-05:00\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n" time="2026-01-03T11:38:18-05:00" level=debug msg="rootlessport: time=\"2026-01-03T11:38:18-05:00\" level=info msg=\"Waiting for initComplete\"\n" time="2026-01-03T11:38:18-05:00" level=debug msg="rootlessport: time=\"2026-01-03T11:38:18-05:00\" level=info msg=\"initComplete is closed; parent and child established the communication channel\"\n" time="2026-01-03T11:38:18-05:00" level=debug msg="rootlessport: time=\"2026-01-03T11:38:18-05:00\" level=info msg=\"Exposing ports [{ 80 15001 1 tcp}]\"\n" time="2026-01-03T11:38:18-05:00" level=debug msg="rootlessport is ready" time="2026-01-03T11:38:18-05:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-01-03T11:38:18-05:00" level=debug msg="Setting Cgroups for container 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2 to user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice:libpod:9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2" time="2026-01-03T11:38:18-05:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-01-03T11:38:18-05:00" level=debug msg="Workdir \"/\" resolved to host path \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2/rootfs/merge\"" time="2026-01-03T11:38:18-05:00" level=debug msg="Created OCI spec for container 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2/userdata/config.json" time="2026-01-03T11:38:18-05:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice for parent user.slice and name libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0" time="2026-01-03T11:38:18-05:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice" time="2026-01-03T11:38:18-05:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice" time="2026-01-03T11:38:18-05:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-01-03T11:38:18-05:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2 -u 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2/userdata -p /run/user/3001/containers/overlay-containers/9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2/userdata/pidfile -n dbb6b8871516-infra --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/podman_basic_user/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/3001/containers --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/3001/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/podman_basic_user/.local/share/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --hooks-dir --exit-command-arg /usr/share/containers/oci/hooks.d --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2]" time="2026-01-03T11:38:18-05:00" level=info msg="Running conmon under slice user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice and unitName libpod-conmon-9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2026-01-03T11:38:18-05:00" level=debug msg="Received: 25698" time="2026-01-03T11:38:18-05:00" level=info msg="Got Conmon PID as 25696" time="2026-01-03T11:38:18-05:00" level=debug msg="Created container 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2 in OCI runtime" time="2026-01-03T11:38:18-05:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2026-01-03T11:38:18-05:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2026-01-03T11:38:18-05:00" level=debug msg="found local resolver, using \"/run/systemd/resolve/resolv.conf\" to get the nameservers" time="2026-01-03T11:38:18-05:00" level=debug msg="Starting container 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2 with command [/catatonit -P]" time="2026-01-03T11:38:18-05:00" level=debug msg="Started container 9d11a47bd500b916a4f4c8280f767faf80cfa6d7cb49b9d609eeda0753f302c2" time="2026-01-03T11:38:18-05:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/l/FIMANJHSQY2WHPZAHAPMJCDXLO,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/8273e715628456e12446da08290763de87eee26e3da1796c46e993cfecab49e3/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/8273e715628456e12446da08290763de87eee26e3da1796c46e993cfecab49e3/work,userxattr,context=\"system_u:object_r:container_file_t:s0:c13,c715\"" time="2026-01-03T11:38:18-05:00" level=debug msg="Mounted container \"c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/8273e715628456e12446da08290763de87eee26e3da1796c46e993cfecab49e3/merged\"" time="2026-01-03T11:38:18-05:00" level=debug msg="Created root filesystem for container c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab at /home/podman_basic_user/.local/share/containers/storage/overlay/8273e715628456e12446da08290763de87eee26e3da1796c46e993cfecab49e3/merged" time="2026-01-03T11:38:18-05:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-01-03T11:38:18-05:00" level=debug msg="Setting Cgroups for container c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab to user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice:libpod:c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab" time="2026-01-03T11:38:18-05:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-01-03T11:38:18-05:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2026-01-03T11:38:18-05:00" level=debug msg="Created OCI spec for container c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab/userdata/config.json" time="2026-01-03T11:38:18-05:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice for parent user.slice and name libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0" time="2026-01-03T11:38:18-05:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice" time="2026-01-03T11:38:18-05:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice" time="2026-01-03T11:38:18-05:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-01-03T11:38:18-05:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab -u c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab/userdata -p /run/user/3001/containers/overlay-containers/c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /home/podman_basic_user/.local/share/containers/storage --exit-command-arg --runroot --exit-command-arg /run/user/3001/containers --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/user/3001/libpod/tmp --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /home/podman_basic_user/.local/share/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --hooks-dir --exit-command-arg /usr/share/containers/oci/hooks.d --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab]" time="2026-01-03T11:38:18-05:00" level=info msg="Running conmon under slice user-libpod_pod_dbb6b88715162d665f87c661c2e0d3a3691bbf7db609211ed8cfa64c737216a0.slice and unitName libpod-conmon-c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2026-01-03T11:38:18-05:00" level=debug msg="Received: 25703" time="2026-01-03T11:38:18-05:00" level=info msg="Got Conmon PID as 25701" time="2026-01-03T11:38:18-05:00" level=debug msg="Created container c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab in OCI runtime" time="2026-01-03T11:38:18-05:00" level=debug msg="Starting container c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab with command [/bin/busybox-extras httpd -f -p 80]" time="2026-01-03T11:38:18-05:00" level=debug msg="Started container c8de1d0f2b2f2b377d73ab1f8439663cc9917b1b5a3bfce96c866b5f2b1b4aab" time="2026-01-03T11:38:18-05:00" level=debug msg="Called kube.PersistentPostRunE(/usr/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2026-01-03T11:38:18-05:00" level=debug msg="Shutting down engines" time="2026-01-03T11:38:18-05:00" level=info msg="Received shutdown.Stop(), terminating!" PID=25638 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 03 January 2026 11:38:18 -0500 (0:00:01.037) 0:04:05.320 ****** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 03 January 2026 11:38:19 -0500 (0:00:00.702) 0:04:06.022 ****** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-3001.mount \"app-podman\\\\x2dkube.slice\" basic.target network-online.target -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3849965568", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/3001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WantsMountsFor": "/home/podman_basic_user", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/podman_basic_user" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 03 January 2026 11:38:19 -0500 (0:00:00.746) 0:04:06.769 ****** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"app-podman\\\\x2dkube.slice\" basic.target -.mount run-user-3001.mount network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3849355264", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/3001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WantsMountsFor": "/home/podman_basic_user", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity", "WorkingDirectory": "!/home/podman_basic_user" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 03 January 2026 11:38:31 -0500 (0:00:11.337) 0:04:18.106 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:38:31 -0500 (0:00:00.052) 0:04:18.159 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd2-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:38:31 -0500 (0:00:00.061) 0:04:18.220 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:38:31 -0500 (0:00:00.056) 0:04:18.277 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:38:31 -0500 (0:00:00.055) 0:04:18.332 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:38:31 -0500 (0:00:00.076) 0:04:18.409 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:38:31 -0500 (0:00:00.453) 0:04:18.863 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.056) 0:04:18.919 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.065) 0:04:18.985 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.409) 0:04:19.394 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.046) 0:04:19.441 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.042) 0:04:19.483 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.041) 0:04:19.525 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.050) 0:04:19.575 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.068) 0:04:19.644 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.069) 0:04:19.714 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.074) 0:04:19.788 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:38:32 -0500 (0:00:00.069) 0:04:19.858 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:38:33 -0500 (0:00:00.078) 0:04:19.936 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:38:33 -0500 (0:00:00.309) 0:04:20.246 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:38:33 -0500 (0:00:00.092) 0:04:20.339 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:38:33 -0500 (0:00:00.078) 0:04:20.417 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:38:33 -0500 (0:00:00.084) 0:04:20.502 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005762", "end": "2026-01-03 11:38:33.987850", "rc": 0, "start": "2026-01-03 11:38:33.982088" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:38:34 -0500 (0:00:00.455) 0:04:20.957 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:38:34 -0500 (0:00:00.065) 0:04:21.023 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 03 January 2026 11:38:34 -0500 (0:00:00.146) 0:04:21.170 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:38:34 -0500 (0:00:00.125) 0:04:21.295 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:38:34 -0500 (0:00:00.088) 0:04:21.384 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:38:34 -0500 (0:00:00.089) 0:04:21.473 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 03 January 2026 11:38:34 -0500 (0:00:00.051) 0:04:21.525 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_80o_msuz_podman/httpd2", "/tmp/lsr_80o_msuz_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 03 January 2026 11:38:34 -0500 (0:00:00.066) 0:04:21.592 ****** ok: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_80o_msuz_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 60, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_80o_msuz_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman/httpd2-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 03 January 2026 11:38:35 -0500 (0:00:00.803) 0:04:22.395 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 03 January 2026 11:38:35 -0500 (0:00:00.075) 0:04:22.470 ****** changed: [managed-node2] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 03 January 2026 11:38:36 -0500 (0:00:01.052) 0:04:23.522 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 03 January 2026 11:38:36 -0500 (0:00:00.068) 0:04:23.591 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 03 January 2026 11:38:37 -0500 (0:00:00.470) 0:04:24.061 ****** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 03 January 2026 11:38:37 -0500 (0:00:00.418) 0:04:24.480 ****** changed: [managed-node2] => { "changed": true, "checksum": "26d43f892f1e56cc10cbf1724f49b297a4497621", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "md5sum": "bdea476d5493ddd86cdf6d357ee223de", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1767458317.6715944-11419-251774411711596/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 03 January 2026 11:38:38 -0500 (0:00:00.798) 0:04:25.278 ****** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": true } STDOUT: Pod: 72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328 Container: ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 STDERR: time="2026-01-03T11:38:38-05:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-01-03T11:38:38-05:00" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)" time="2026-01-03T11:38:38-05:00" level=info msg="Setting parallel job count to 7" time="2026-01-03T11:38:38-05:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-01-03T11:38:38-05:00" level=info msg="Using sqlite as database backend" time="2026-01-03T11:38:38-05:00" level=debug msg="Using graph driver overlay" time="2026-01-03T11:38:38-05:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2026-01-03T11:38:38-05:00" level=debug msg="Using run root /run/containers/storage" time="2026-01-03T11:38:38-05:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2026-01-03T11:38:38-05:00" level=debug msg="Using tmp dir /run/libpod" time="2026-01-03T11:38:38-05:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2026-01-03T11:38:38-05:00" level=debug msg="Using transient store: false" time="2026-01-03T11:38:38-05:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-01-03T11:38:38-05:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2026-01-03T11:38:38-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-01-03T11:38:38-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-01-03T11:38:38-05:00" level=debug msg="Cached value indicated that metacopy is being used" time="2026-01-03T11:38:38-05:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2026-01-03T11:38:38-05:00" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" time="2026-01-03T11:38:38-05:00" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2026-01-03T11:38:38-05:00" level=debug msg="Initializing event backend journald" time="2026-01-03T11:38:38-05:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-01-03T11:38:38-05:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-01-03T11:38:38-05:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-01-03T11:38:38-05:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-01-03T11:38:38-05:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-01-03T11:38:38-05:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-01-03T11:38:38-05:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2026-01-03T11:38:38-05:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2026-01-03T11:38:38-05:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-01-03T11:38:38-05:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 2f554660fe35e917c9507a23fcff89e8b14bde20e35e28fd03ae39b169db9f60 bridge podman1 2026-01-03 11:36:11.797414406 -0500 EST [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-01-03T11:38:38-05:00" level=debug msg="Successfully loaded 2 networks" time="2026-01-03T11:38:38-05:00" level=debug msg="Pod using bridge network mode" time="2026-01-03T11:38:38-05:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice for parent machine.slice and name libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328" time="2026-01-03T11:38:38-05:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice" time="2026-01-03T11:38:38-05:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice" time="2026-01-03T11:38:38-05:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2026-01-03T11:38:38-05:00" level=debug msg="using systemd mode: false" time="2026-01-03T11:38:38-05:00" level=debug msg="setting container name 72504ec92f6b-infra" time="2026-01-03T11:38:38-05:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Allocated lock 1 for container 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a" time="2026-01-03T11:38:38-05:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported" time="2026-01-03T11:38:38-05:00" level=debug msg="Created container \"352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Container \"352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a\" has work directory \"/var/lib/containers/storage/overlay-containers/352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a/userdata\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Container \"352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a\" has run directory \"/run/containers/storage/overlay-containers/352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a/userdata\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:38-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-01-03T11:38:38-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-01-03T11:38:38-05:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:38-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-01-03T11:38:38-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2026-01-03T11:38:38-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:38-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-01-03T11:38:38-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-01-03T11:38:38-05:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:38-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-01-03T11:38:38-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-01-03T11:38:38-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:38-05:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-01-03T11:38:38-05:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-01-03T11:38:38-05:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-01-03T11:38:38-05:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage ([overlay@/var/lib/containers/storage+/run/containers/storage:overlay.imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-01-03T11:38:38-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-01-03T11:38:38-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-01-03T11:38:38-05:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-01-03T11:38:38-05:00" level=debug msg="using systemd mode: false" time="2026-01-03T11:38:38-05:00" level=debug msg="adding container to pod httpd2" time="2026-01-03T11:38:38-05:00" level=debug msg="setting container name httpd2-httpd2" time="2026-01-03T11:38:38-05:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-01-03T11:38:38-05:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2026-01-03T11:38:38-05:00" level=debug msg="Adding mount /proc" time="2026-01-03T11:38:38-05:00" level=debug msg="Adding mount /dev" time="2026-01-03T11:38:38-05:00" level=debug msg="Adding mount /dev/pts" time="2026-01-03T11:38:38-05:00" level=debug msg="Adding mount /dev/mqueue" time="2026-01-03T11:38:38-05:00" level=debug msg="Adding mount /sys" time="2026-01-03T11:38:38-05:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2026-01-03T11:38:38-05:00" level=debug msg="Allocated lock 2 for container ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6" time="2026-01-03T11:38:38-05:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Created container \"ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Container \"ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6\" has work directory \"/var/lib/containers/storage/overlay-containers/ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6/userdata\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Container \"ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6\" has run directory \"/run/containers/storage/overlay-containers/ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6/userdata\"" time="2026-01-03T11:38:38-05:00" level=debug msg="Strongconnecting node 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a" time="2026-01-03T11:38:38-05:00" level=debug msg="Pushed 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a onto stack" time="2026-01-03T11:38:38-05:00" level=debug msg="Finishing node 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a. Popped 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a off stack" time="2026-01-03T11:38:38-05:00" level=debug msg="Strongconnecting node ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6" time="2026-01-03T11:38:38-05:00" level=debug msg="Pushed ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 onto stack" time="2026-01-03T11:38:38-05:00" level=debug msg="Finishing node ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6. Popped ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 off stack" time="2026-01-03T11:38:38-05:00" level=debug msg="Created root filesystem for container 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a at /var/lib/containers/storage/overlay-containers/352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a/rootfs/merge" time="2026-01-03T11:38:38-05:00" level=debug msg="Made network namespace at /run/netns/netns-26dfecdf-686d-dcc1-af5a-318425734746 for container 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a" [DEBUG netavark::network::validation] Validating network namespace... [DEBUG netavark::commands::setup] Setting up... [INFO netavark::firewall] Using nftables firewall driver [DEBUG netavark::network::bridge] Setup network podman-default-kube-network [DEBUG netavark::network::bridge] Container interface name: eth0 with IP addresses [10.89.0.2/24] [DEBUG netavark::network::bridge] Bridge name: podman1 with IP addresses [10.89.0.1/24] [DEBUG netavark::network::bridge] Using mtu 9001 from default route interface for the network [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/ip_forward to 1 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/podman1/route_localnet to 1 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/podman1/rp_filter to 2 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv6/conf/eth0/autoconf to 0 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/eth0/arp_notify to 1 [DEBUG netavark::network::sysctl] Setting sysctl value for net/ipv4/conf/eth0/rp_filter to 2 [INFO netavark::network::netlink] Adding route (dest: 0.0.0.0/0 ,gw: 10.89.0.1, metric 100) [DEBUG netavark::firewall::firewalld] Adding firewalld rules for network 10.89.0.0/24 [DEBUG netavark::firewall::firewalld] Adding subnet 10.89.0.0/24 to zone trusted as source [INFO netavark::firewall::nft] Creating container chain nv_2f554660_10_89_0_0_nm24 [DEBUG netavark::dns::aardvark] Spawning aardvark server [DEBUG netavark::dns::aardvark] start aardvark-dns: ["systemd-run", "-q", "--scope", "/usr/libexec/podman/aardvark-dns", "--config", "/run/containers/networks/aardvark-dns", "-p", "53", "run"] [DEBUG netavark::commands::setup] { "podman-default-kube-network": StatusBlock { dns_search_domains: Some( [ "dns.podman", ], ), dns_server_ips: Some( [ 10.89.0.1, ], ), interfaces: Some( { "eth0": NetInterface { mac_address: "3e:6a:a1:26:56:e1", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2026-01-03T11:38:39-05:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-01-03T11:38:39-05:00" level=debug msg="Setting Cgroups for container 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a to machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice:libpod:352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a" time="2026-01-03T11:38:39-05:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-01-03T11:38:39-05:00" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay-containers/352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a/rootfs/merge\"" time="2026-01-03T11:38:39-05:00" level=debug msg="Created OCI spec for container 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a at /var/lib/containers/storage/overlay-containers/352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a/userdata/config.json" time="2026-01-03T11:38:39-05:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice for parent machine.slice and name libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328" time="2026-01-03T11:38:39-05:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice" time="2026-01-03T11:38:39-05:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice" time="2026-01-03T11:38:39-05:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-01-03T11:38:39-05:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a -u 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a/userdata -p /run/containers/storage/overlay-containers/352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a/userdata/pidfile -n 72504ec92f6b-infra --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /var/lib/containers/storage --exit-command-arg --runroot --exit-command-arg /run/containers/storage --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/libpod --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /var/lib/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --hooks-dir --exit-command-arg /usr/share/containers/oci/hooks.d --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --storage-opt --exit-command-arg overlay.imagestore=/usr/lib/containers/storage --exit-command-arg --storage-opt --exit-command-arg overlay.mountopt=nodev,metacopy=on --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a]" time="2026-01-03T11:38:39-05:00" level=info msg="Running conmon under slice machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice and unitName libpod-conmon-352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a.scope" time="2026-01-03T11:38:39-05:00" level=debug msg="Received: 28247" time="2026-01-03T11:38:39-05:00" level=info msg="Got Conmon PID as 28245" time="2026-01-03T11:38:39-05:00" level=debug msg="Created container 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a in OCI runtime" time="2026-01-03T11:38:39-05:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2026-01-03T11:38:39-05:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2026-01-03T11:38:39-05:00" level=debug msg="found local resolver, using \"/run/systemd/resolve/resolv.conf\" to get the nameservers" time="2026-01-03T11:38:39-05:00" level=debug msg="Starting container 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a with command [/catatonit -P]" time="2026-01-03T11:38:39-05:00" level=debug msg="Started container 352e53260da4bf5422e79d289497e09ff54130e83248997506933c31fad3d95a" time="2026-01-03T11:38:39-05:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/l/PQSWIXG6HVZJTIQPOQGSWS3OAZ,upperdir=/var/lib/containers/storage/overlay/0416805e25593ab570916188f52a817bc391ec21adb53307324d0ccafd5eb917/diff,workdir=/var/lib/containers/storage/overlay/0416805e25593ab570916188f52a817bc391ec21adb53307324d0ccafd5eb917/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c306,c787\"" time="2026-01-03T11:38:39-05:00" level=debug msg="Mounted container \"ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6\" at \"/var/lib/containers/storage/overlay/0416805e25593ab570916188f52a817bc391ec21adb53307324d0ccafd5eb917/merged\"" time="2026-01-03T11:38:39-05:00" level=debug msg="Created root filesystem for container ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 at /var/lib/containers/storage/overlay/0416805e25593ab570916188f52a817bc391ec21adb53307324d0ccafd5eb917/merged" time="2026-01-03T11:38:39-05:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-01-03T11:38:39-05:00" level=debug msg="Setting Cgroups for container ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 to machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice:libpod:ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6" time="2026-01-03T11:38:39-05:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-01-03T11:38:39-05:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2026-01-03T11:38:39-05:00" level=debug msg="Created OCI spec for container ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 at /var/lib/containers/storage/overlay-containers/ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6/userdata/config.json" time="2026-01-03T11:38:39-05:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice for parent machine.slice and name libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328" time="2026-01-03T11:38:39-05:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice" time="2026-01-03T11:38:39-05:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice" time="2026-01-03T11:38:39-05:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-01-03T11:38:39-05:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 -u ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6/userdata -p /run/containers/storage/overlay-containers/ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6/userdata/conmon.pid --exit-command /usr/bin/podman --exit-command-arg --root --exit-command-arg /var/lib/containers/storage --exit-command-arg --runroot --exit-command-arg /run/containers/storage --exit-command-arg --log-level --exit-command-arg debug --exit-command-arg --cgroup-manager --exit-command-arg systemd --exit-command-arg --tmpdir --exit-command-arg /run/libpod --exit-command-arg --network-config-dir --exit-command-arg --exit-command-arg --network-backend --exit-command-arg netavark --exit-command-arg --volumepath --exit-command-arg /var/lib/containers/storage/volumes --exit-command-arg --db-backend --exit-command-arg sqlite --exit-command-arg --transient-store=false --exit-command-arg --hooks-dir --exit-command-arg /usr/share/containers/oci/hooks.d --exit-command-arg --runtime --exit-command-arg crun --exit-command-arg --storage-driver --exit-command-arg overlay --exit-command-arg --storage-opt --exit-command-arg overlay.imagestore=/usr/lib/containers/storage --exit-command-arg --storage-opt --exit-command-arg overlay.mountopt=nodev,metacopy=on --exit-command-arg --events-backend --exit-command-arg journald --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6]" time="2026-01-03T11:38:39-05:00" level=info msg="Running conmon under slice machine-libpod_pod_72504ec92f6bde1f07e081613db77cef5b7963719bd5577301c7e830e8e70328.slice and unitName libpod-conmon-ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6.scope" time="2026-01-03T11:38:39-05:00" level=debug msg="Received: 28252" time="2026-01-03T11:38:39-05:00" level=info msg="Got Conmon PID as 28250" time="2026-01-03T11:38:39-05:00" level=debug msg="Created container ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 in OCI runtime" time="2026-01-03T11:38:39-05:00" level=debug msg="Starting container ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6 with command [/bin/busybox-extras httpd -f -p 80]" time="2026-01-03T11:38:39-05:00" level=debug msg="Started container ee0abcd82dc0303cd40867d02592c85d62ecd16a2436eeb3a652c5e70fc6e2a6" time="2026-01-03T11:38:39-05:00" level=debug msg="Called kube.PersistentPostRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)" time="2026-01-03T11:38:39-05:00" level=debug msg="Shutting down engines" time="2026-01-03T11:38:39-05:00" level=info msg="Received shutdown.Stop(), terminating!" PID=28186 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 03 January 2026 11:38:39 -0500 (0:00:00.972) 0:04:26.251 ****** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 03 January 2026 11:38:40 -0500 (0:00:00.882) 0:04:27.133 ****** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"system-podman\\\\x2dkube.slice\" systemd-journald.socket -.mount basic.target sysinit.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3345293312", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 03 January 2026 11:38:41 -0500 (0:00:00.931) 0:04:28.065 ****** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "systemd-journald.socket basic.target sysinit.target network-online.target \"system-podman\\\\x2dkube.slice\" -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3346444288", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 03 January 2026 11:38:52 -0500 (0:00:11.409) 0:04:39.475 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:38:52 -0500 (0:00:00.079) 0:04:39.554 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_80o_msuz_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_80o_msuz_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:38:52 -0500 (0:00:00.099) 0:04:39.654 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:38:52 -0500 (0:00:00.098) 0:04:39.752 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:38:52 -0500 (0:00:00.094) 0:04:39.847 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:38:53 -0500 (0:00:00.136) 0:04:39.983 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:38:53 -0500 (0:00:00.069) 0:04:40.052 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:38:53 -0500 (0:00:00.141) 0:04:40.194 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:38:53 -0500 (0:00:00.067) 0:04:40.261 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:38:53 -0500 (0:00:00.419) 0:04:40.681 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:38:53 -0500 (0:00:00.055) 0:04:40.736 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:38:53 -0500 (0:00:00.050) 0:04:40.787 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:38:53 -0500 (0:00:00.045) 0:04:40.833 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.047) 0:04:40.881 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.043) 0:04:40.924 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.044) 0:04:40.968 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.050) 0:04:41.018 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.072) 0:04:41.090 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.051) 0:04:41.142 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.069) 0:04:41.212 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.061) 0:04:41.274 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.053) 0:04:41.327 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.053) 0:04:41.381 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005572", "end": "2026-01-03 11:38:54.842766", "rc": 0, "start": "2026-01-03 11:38:54.837194" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:38:54 -0500 (0:00:00.439) 0:04:41.821 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:38:55 -0500 (0:00:00.067) 0:04:41.889 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 03 January 2026 11:38:55 -0500 (0:00:00.147) 0:04:42.036 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:38:55 -0500 (0:00:00.119) 0:04:42.156 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:38:55 -0500 (0:00:00.070) 0:04:42.227 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:38:55 -0500 (0:00:00.045) 0:04:42.273 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 03 January 2026 11:38:55 -0500 (0:00:00.048) 0:04:42.321 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_80o_msuz_podman/httpd3", "/tmp/lsr_80o_msuz_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 03 January 2026 11:38:55 -0500 (0:00:00.070) 0:04:42.392 ****** ok: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_80o_msuz_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 60, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_80o_msuz_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman/httpd3-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 40, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 03 January 2026 11:38:56 -0500 (0:00:00.867) 0:04:43.259 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 03 January 2026 11:38:56 -0500 (0:00:00.129) 0:04:43.389 ****** changed: [managed-node2] => (item=None) => { "attempts": 1, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 03 January 2026 11:38:57 -0500 (0:00:01.034) 0:04:44.424 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 03 January 2026 11:38:57 -0500 (0:00:00.047) 0:04:44.471 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 03 January 2026 11:38:58 -0500 (0:00:00.413) 0:04:44.885 ****** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 03 January 2026 11:38:58 -0500 (0:00:00.439) 0:04:45.324 ****** changed: [managed-node2] => { "changed": true, "checksum": "0e7c1cae5de5a36f8d4abf75588808500ce3b763", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "md5sum": "4d5e33a994b03332dad15550cb813994", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "src": "/root/.ansible/tmp/ansible-tmp-1767458338.5145292-12037-96907686035277/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 03 January 2026 11:38:59 -0500 (0:00:00.861) 0:04:46.186 ****** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": true } STDOUT: Pod: 6f0bb1240154cb5541ab2ac1d9ba0cede7a75f4840e4ffe60384bd5ec758efc7 Container: f668ffcc316d76e8a11af635d553f4208cdcd7b0b475ec6c407a4a3546b197c8 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 03 January 2026 11:39:00 -0500 (0:00:00.817) 0:04:47.003 ****** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 03 January 2026 11:39:01 -0500 (0:00:00.884) 0:04:47.888 ****** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket -.mount network-online.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3331817472", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 03 January 2026 11:39:01 -0500 (0:00:00.974) 0:04:48.862 ****** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"system-podman\\\\x2dkube.slice\" systemd-journald.socket -.mount basic.target sysinit.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3327479808", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 03 January 2026 11:39:13 -0500 (0:00:11.260) 0:05:00.123 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_service_started is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 03 January 2026 11:39:13 -0500 (0:00:00.046) 0:05:00.169 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 03 January 2026 11:39:13 -0500 (0:00:00.039) 0:05:00.209 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 03 January 2026 11:39:13 -0500 (0:00:00.036) 0:05:00.246 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 03 January 2026 11:39:13 -0500 (0:00:00.041) 0:05:00.287 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:302 Saturday 03 January 2026 11:39:13 -0500 (0:00:00.095) 0:05:00.383 ****** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd1", "--format", "{{.State}}" ], "delta": "0:00:00.097340", "end": "2026-01-03 11:39:14.053348", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-01-03 11:39:13.956008" } STDOUT: Running ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd2", "--format", "{{.State}}" ], "delta": "0:00:00.036124", "end": "2026-01-03 11:39:14.473845", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-01-03 11:39:14.437721" } STDOUT: Running ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd3", "--format", "{{.State}}" ], "delta": "0:00:00.034700", "end": "2026-01-03 11:39:14.867820", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-01-03 11:39:14.833120" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:313 Saturday 03 January 2026 11:39:14 -0500 (0:00:01.433) 0:05:01.817 ****** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.012234", "end": "2026-01-03 11:39:15.363372", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-01-03 11:39:15.351138" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014454", "end": "2026-01-03 11:39:15.757239", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-01-03 11:39:15.742785" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014333", "end": "2026-01-03 11:39:16.140525", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-01-03 11:39:16.126192" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service loaded active running A template for running K8s workloads via podman-kube-play TASK [Check ports, data] ******************************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:330 Saturday 03 January 2026 11:39:16 -0500 (0:00:01.274) 0:05:03.091 ****** ok: [managed-node2] => (item=15001) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 03 Jan 2026 16:39:16 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Sat, 03 Jan 2026 16:34:19 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15002) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 03 Jan 2026 16:39:17 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Sat, 03 Jan 2026 16:34:20 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) TASK [Check host directories] ************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:338 Saturday 03 January 2026 11:39:17 -0500 (0:00:01.130) 0:05:04.222 ****** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_80o_msuz_podman/httpd1-create" ], "delta": "0:00:00.005670", "end": "2026-01-03 11:39:17.717981", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-01-03 11:39:17.712311" } STDOUT: total 0 drwxr-xr-x. 2 podman_basic_user podman_basic_user 40 Jan 3 11:38 ./ drwxrwxrwx. 8 root root 160 Jan 3 11:38 ../ ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_80o_msuz_podman/httpd2-create" ], "delta": "0:00:00.004132", "end": "2026-01-03 11:39:18.089534", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-01-03 11:39:18.085402" } STDOUT: total 0 drwxr-xr-x. 2 root root 40 Jan 3 11:38 ./ drwxrwxrwx. 8 root root 160 Jan 3 11:38 ../ ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_80o_msuz_podman/httpd3-create" ], "delta": "0:00:00.004509", "end": "2026-01-03 11:39:18.455114", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-01-03 11:39:18.450605" } STDOUT: total 0 drwxrwxrwx. 8 root root 160 Jan 3 11:38 ../ drwxr-xr-x. 2 root root 40 Jan 3 11:38 ./ TASK [Run role again to test for idempotency] ********************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:343 Saturday 03 January 2026 11:39:18 -0500 (0:00:01.182) 0:05:05.404 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 January 2026 11:39:18 -0500 (0:00:00.160) 0:05:05.565 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 January 2026 11:39:18 -0500 (0:00:00.085) 0:05:05.650 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 January 2026 11:39:18 -0500 (0:00:00.055) 0:05:05.706 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 January 2026 11:39:18 -0500 (0:00:00.048) 0:05:05.755 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 03 January 2026 11:39:18 -0500 (0:00:00.045) 0:05:05.800 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 03 January 2026 11:39:18 -0500 (0:00:00.043) 0:05:05.844 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 03 January 2026 11:39:19 -0500 (0:00:00.052) 0:05:05.897 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "__vars_file": "Fedora.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 03 January 2026 11:39:19 -0500 (0:00:00.140) 0:05:06.037 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 03 January 2026 11:39:19 -0500 (0:00:00.077) 0:05:06.114 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 03 January 2026 11:39:19 -0500 (0:00:00.078) 0:05:06.193 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 January 2026 11:39:19 -0500 (0:00:00.092) 0:05:06.285 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 January 2026 11:39:20 -0500 (0:00:01.019) 0:05:07.305 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 January 2026 11:39:20 -0500 (0:00:00.064) 0:05:07.369 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 January 2026 11:39:20 -0500 (0:00:00.135) 0:05:07.504 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 03 January 2026 11:39:20 -0500 (0:00:00.042) 0:05:07.547 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 03 January 2026 11:39:20 -0500 (0:00:00.041) 0:05:07.588 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 03 January 2026 11:39:20 -0500 (0:00:00.044) 0:05:07.633 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.025910", "end": "2026-01-03 11:39:21.108062", "rc": 0, "start": "2026-01-03 11:39:21.082152" } STDOUT: podman version 5.6.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.427) 0:05:08.060 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.051) 0:05:08.111 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.051) 0:05:08.162 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.041) 0:05:08.204 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.050) 0:05:08.254 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.051) 0:05:08.306 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.080) 0:05:08.386 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.130) 0:05:08.516 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.069) 0:05:08.586 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.055) 0:05:08.641 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:39:21 -0500 (0:00:00.068) 0:05:08.710 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.416) 0:05:09.127 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.050) 0:05:09.177 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.048) 0:05:09.226 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.048) 0:05:09.275 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.043) 0:05:09.319 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.042) 0:05:09.361 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.060) 0:05:09.422 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.049) 0:05:09.471 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.066) 0:05:09.538 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.123) 0:05:09.661 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.088) 0:05:09.750 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.051) 0:05:09.801 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 03 January 2026 11:39:22 -0500 (0:00:00.044) 0:05:09.846 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.074) 0:05:09.920 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.109) 0:05:10.029 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.042) 0:05:10.072 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.079) 0:05:10.151 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.041) 0:05:10.193 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.040) 0:05:10.233 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.114) 0:05:10.348 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.053) 0:05:10.402 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.067) 0:05:10.469 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.047) 0:05:10.517 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.045) 0:05:10.563 ****** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.124) 0:05:10.687 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.078) 0:05:10.766 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 03 January 2026 11:39:23 -0500 (0:00:00.050) 0:05:10.817 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 03 January 2026 11:39:24 -0500 (0:00:00.050) 0:05:10.867 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_ostree is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 03 January 2026 11:39:24 -0500 (0:00:00.063) 0:05:10.931 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 03 January 2026 11:39:24 -0500 (0:00:00.071) 0:05:11.002 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __firewall_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:34 Saturday 03 January 2026 11:39:24 -0500 (0:00:00.077) 0:05:11.080 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Saturday 03 January 2026 11:39:24 -0500 (0:00:00.073) 0:05:11.154 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Saturday 03 January 2026 11:39:24 -0500 (0:00:00.073) 0:05:11.228 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Saturday 03 January 2026 11:39:24 -0500 (0:00:00.078) 0:05:11.307 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:63 Saturday 03 January 2026 11:39:26 -0500 (0:00:01.714) 0:05:13.021 ****** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:68 Saturday 03 January 2026 11:39:26 -0500 (0:00:00.045) 0:05:13.066 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:73 Saturday 03 January 2026 11:39:26 -0500 (0:00:00.052) 0:05:13.119 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Check which conflicting services are enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 03 January 2026 11:39:26 -0500 (0:00:00.047) 0:05:13.167 ****** skipping: [managed-node2] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:14 Saturday 03 January 2026 11:39:26 -0500 (0:00:00.051) 0:05:13.218 ****** skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'nftables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'iptables', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'changed': False, 'skipped': True, 'skip_reason': 'Conditional result was False', 'false_condition': 'firewall_disable_conflicting_services | bool', 'item': 'ufw', 'ansible_loop_var': 'item'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False", "skipped": true }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:24 Saturday 03 January 2026 11:39:26 -0500 (0:00:00.053) 0:05:13.272 ****** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:35:51 EST", "ActiveEnterTimestampMonotonic": "274777817", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target dbus-broker.service system.slice polkit.service basic.target dbus.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:35:51 EST", "AssertTimestampMonotonic": "274507587", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "558669000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-01-03 11:35:51 EST", "ConditionTimestampMonotonic": "274507536", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service shutdown.target ipset.service iptables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6054", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainHandoffTimestampMonotonic": "274547179", "ExecMainPID": "9132", "ExecMainStartTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainStartTimestampMonotonic": "274510161", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:35:51 EST", "InactiveExitTimestampMonotonic": "274512307", "InvocationID": "26135c5e089c4677ab51fe0db58c0189", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9132", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3284144128", "MemoryCurrent": "33509376", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34033664", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:39:01 EST", "StateChangeTimestampMonotonic": "464767659", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:30 Saturday 03 January 2026 11:39:26 -0500 (0:00:00.563) 0:05:13.835 ****** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:35:51 EST", "ActiveEnterTimestampMonotonic": "274777817", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target dbus-broker.service system.slice polkit.service basic.target dbus.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:35:51 EST", "AssertTimestampMonotonic": "274507587", "Before": "network-pre.target multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "558669000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "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_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2026-01-03 11:35:51 EST", "ConditionTimestampMonotonic": "274507536", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service shutdown.target ipset.service iptables.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "6054", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainHandoffTimestampMonotonic": "274547179", "ExecMainPID": "9132", "ExecMainStartTimestamp": "Sat 2026-01-03 11:35:51 EST", "ExecMainStartTimestampMonotonic": "274510161", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:35:51 EST", "InactiveExitTimestampMonotonic": "274512307", "InvocationID": "26135c5e089c4677ab51fe0db58c0189", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "9132", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3298213888", "MemoryCurrent": "33509376", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34033664", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:39:01 EST", "StateChangeTimestampMonotonic": "464767659", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "2", "TasksMax": "4409", "TimeoutAbortUSec": "45s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "45s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Saturday 03 January 2026 11:39:27 -0500 (0:00:00.561) 0:05:14.397 ****** ok: [managed-node2] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:45 Saturday 03 January 2026 11:39:27 -0500 (0:00:00.156) 0:05:14.554 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:58 Saturday 03 January 2026 11:39:27 -0500 (0:00:00.063) 0:05:14.617 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:74 Saturday 03 January 2026 11:39:27 -0500 (0:00:00.047) 0:05:14.665 ****** ok: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "__firewall_changed": false, "ansible_loop_var": "item", "changed": false, "item": { "port": "15001-15003/tcp", "state": "enabled" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:127 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.547) 0:05:15.212 ****** skipping: [managed-node2] => (item={'port': '15001-15003/tcp', 'state': 'enabled'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "port": "15001-15003/tcp", "state": "enabled" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:138 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.060) 0:05:15.272 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:147 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.051) 0:05:15.324 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.047) 0:05:15.372 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:162 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.044) 0:05:15.416 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:173 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.040) 0:05:15.457 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:179 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.044) 0:05:15.501 ****** skipping: [managed-node2] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.064) 0:05:15.566 ****** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.160) 0:05:15.726 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.071) 0:05:15.798 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 03 January 2026 11:39:28 -0500 (0:00:00.054) 0:05:15.853 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node2 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 03 January 2026 11:39:29 -0500 (0:00:00.082) 0:05:15.935 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 03 January 2026 11:39:29 -0500 (0:00:00.048) 0:05:15.984 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 03 January 2026 11:39:29 -0500 (0:00:00.051) 0:05:16.035 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 03 January 2026 11:39:29 -0500 (0:00:00.047) 0:05:16.082 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __selinux_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 03 January 2026 11:39:29 -0500 (0:00:00.046) 0:05:16.129 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 03 January 2026 11:39:29 -0500 (0:00:00.048) 0:05:16.178 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 03 January 2026 11:39:30 -0500 (0:00:01.644) 0:05:17.822 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 03 January 2026 11:39:31 -0500 (0:00:00.045) 0:05:17.868 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: grubby TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Saturday 03 January 2026 11:39:32 -0500 (0:00:01.492) 0:05:19.361 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Saturday 03 January 2026 11:39:34 -0500 (0:00:01.691) 0:05:21.052 ****** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Saturday 03 January 2026 11:39:34 -0500 (0:00:00.041) 0:05:21.093 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Saturday 03 January 2026 11:39:34 -0500 (0:00:00.044) 0:05:21.138 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Saturday 03 January 2026 11:39:34 -0500 (0:00:00.041) 0:05:21.179 ****** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.901) 0:05:22.080 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.048) 0:05:22.129 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.118) 0:05:22.248 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.046) 0:05:22.294 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.047) 0:05:22.342 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.042) 0:05:22.384 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [Add or remove selinux=0 from args as needed] ***************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.050) 0:05:22.435 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __update_kernel_param", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.053) 0:05:22.488 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.042) 0:05:22.531 ****** skipping: [managed-node2] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.039) 0:05:22.570 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.039) 0:05:22.610 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.042) 0:05:22.653 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.039) 0:05:22.693 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.038) 0:05:22.731 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.043) 0:05:22.774 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Saturday 03 January 2026 11:39:35 -0500 (0:00:00.053) 0:05:22.827 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Saturday 03 January 2026 11:39:36 -0500 (0:00:00.038) 0:05:22.866 ****** ok: [managed-node2] => (item={'ports': '15001-15003', 'setype': 'http_port_t'}) => { "__selinux_item": { "ports": "15001-15003", "setype": "http_port_t" }, "ansible_loop_var": "__selinux_item", "changed": false, "ports": [ "15001-15003" ], "proto": "tcp", "setype": "http_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Saturday 03 January 2026 11:39:36 -0500 (0:00:00.641) 0:05:23.508 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Saturday 03 January 2026 11:39:36 -0500 (0:00:00.039) 0:05:23.547 ****** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:6e571059441d252640e3509cf407cd3a570cb9a5c5d37aa0d05bd8d193b32260", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ff868726dfb38a330824ab14a3d9b09e9e8aa89ddc8ac6b22abaa1bc62149ffa", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:0b4d3710b7c16f7149311eabf067807bd9e57305ab518642cd94544430245416", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:d6320654e5962a15935e9bcdfd8eceba64deb7051fcf6592a4ce023c1ed00798", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:e440cf220437e67d111c489a7b529b1ea0e859598f99d8a22897c8aff21eec8d", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:4f01eeb1c4bb8b68d4c620c2579434e124da3c7113233b3e715d503010083281", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:75ca3e6e6bfc1efcaf68401f9c1c256dcd07c27d1a4613b00da34897c3db39d3", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:da1163091d32a68010421f1b60befb29aef78c9f2046cc7c330d276b0885dffe", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:d63def6679e022d5c7fa7c4ce1e50e041d940487ce011a5928ba1f295601c183", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:718557aa9547e4a7ce0c7e98fa8aab22bfbd1ccb7da591f47e16faf6f00769e2", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:f3758b956320b5831e3283b4ba2fa79a1274a18e9ef8d352915cbf887fc841d2", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:908586a0da0d53005a23288459fb3fbfe5d9cfd42facd314da228088dc2e9ea7", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:28e25bbe215427a27e62e2ed41752101fd47d471c473ce3eac9c5de7f5871835", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:3a91f2a5b7473a60ba38440265946e298936584c7954ac53b9a63926557d3d0d", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:e805313c73b62c5e31b5629e698bd0131a1c0d44b35950e3043a297454912567", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:f7479825ec6b0373555e82ffa2d9208663a3b5fc5b34251b7f0689e8df8fd71f", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:749a0dd1d66233d92e9ab33319d12ce45a91593e1dd1bc9b9fae330001edfd38", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:30ddd1f2f9c03a89cc440a32f46cca12afcba08a1f7818596d7e5b3b15429df9", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:13207d2c4fbbef0d912ee3833a40cbf6661f6133f88c03997e92e137bea7cab6", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b6bfc2b90536b9266f17999303e648cd1abc6149f8798a2fe725f965e6a17fed", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:a4b488ebf08441fe45443272f888be792feac13cf2217b472d23c19de7613200", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:eca376cb9d97727e80f7b9066856dcfb270f53d66448469500136ec50de62f94", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:9d24408227d8025b40d4806ae2d2b6104675d7d2e2979e82cdcdfa812d38906c", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:c2e0ae08ca37c64805f6f826f6ed151b575598e393cf31c2f5dc6e5ff39cac8f", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:4a4fe31eac32c89784a6bee3317c2c48b1848071daea27de74fecfd345313ecd", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:fee85c496f6e317fa6c79e01cf7a957ceba3d7d9a8129bbf08d31b468e97708c", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:8aaa7924dd6c9ef4368bcfec03d2a9182847b2619d9c73dddfc1fe3a406fd593", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:8f0b86f719d0ecd073fbac5187db43d7c398f73936fecd15c44da436108e5311", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:8435cc1276aaf80e982eb0b1149f212cb6fc1366f29e563724caf890679f2542", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:e22f75dc547d85b02fdd0f2d4f20f69a1ca9b969ed6f9b9abf957fa02e6e1b7f", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9551e8862ba236414ffb28363c88c0c765d202e79876ec0206dc08f4da20f1a7", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:ccfc94eaa4a6062dcd0996078e61e46eb550898c287d7596a85ad6f857fa69d5", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:85af36f020ff47a8aa7cf8c8704e7a7388b5df37b64634fca40d43082397edf6", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:5165683fab4b880d741376a81061b1a467b88fcaba92225a50e46322ae74e440", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:0230419d38276d2c823a427d44fa1362f89784c7ac17f76826be95d3c8e6de1b", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:8e4fd93cbe0357fc894c7898adf9a14f8c845d87a08f673f410b702f798c2383", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:980e9a260a2fb444a12629d8621407f4572e4de7cf8943b13161b6ed10375826", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:4c65dae6d30fea1bebc4e63ff693b2041f18d0adb710b783002c98c529be84d8", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:a968d9dc972867e4e6249ae22f9dbf4266b74a7d142cae17a57a94342e1d2071", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:0602763cc3990087785d24c7cc430aefcdf02bdcfe24a7200d3edc2949d1ec6b", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:5651ec2c95f0b2d959b59c50ae021bbb6bc15f33331132110a9836b2278144de", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:ba7fd7c8a2a4d0fc658dd4aeb27b1c9c2049e7b8b5b5c3afa9523c74f6aae263", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:f9a4c97defbe94abd597286e65015baa5cdbc494a6404f3e467ba2484fd753d8", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:666501337062cf4014f547858f4a5f4d4ca875f1c41a57ca725630161d61e201", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:c875a519672af0d8291b9097f547dc940b9f0132a174d49cb4a332e08fe92b89", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c1347bcf8c612aae6327f684b7f27ba268172bfc3dc7b027567ac4cd1512dce9", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:9e9eaeee64d116248c2be62574004ab15354e00ddbbc86aab0a174425ac82584", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:0c67ea3b31cf2b67765839cccf9429c8081a7586a9bc435c1c7435cd8824be85", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:039df67b6f57d80428db4e70312b1a3d424352de8bbab27538ca34bbbf4ae4b2", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:3a14853f222d5d4a41a72b479e21799b200ac7230e33426c296530856fe89977", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:1bca5805677f6de8372027eab3e7b091d28d9098bf5c363090b12f4195051441", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:a95198f88b030851c95848e09f8a0daf2f610c9d517f0ec06c397c957c1bb8f4", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:7ef3929ab6674291f68cf898f5177a42ae8b0a2cecbafe4b3b0858373058d550", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:66e6d2d2bcf99ecfab229a5123becc308308446aaeb5dde00918429e73c6f88f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:8b8e40b15d2f30acdeaa718b224082e0e384c4ebd4166da8cdfdf264d9c9a9ad", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:963b10f139af4312c18f4d47d01fffe051af8205c729f2f2bf2ea4c13810dc98", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:b63b648a2de86b24fae021093613a68861ed439474698ce39a75bc6f5ac376e5", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:ebc8d46d49e65cae5317370ee4098ee4f8a3fbbc0737d10e82906b35690109ac", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:001865716275034253ef64bd80c12db293b0c0e7132432ffc7f1cc38e156cd16", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:8bbefb9d81d1e91ab0625144be2d9193cc9ef5ce7224ed1550d44b860deadcbd", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:3ddbb9f63e9d55225656cbb9092e5dcc1b453359707cdd73e67ef06a6aa7df9c", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:714f07b0412727d60cc1b2958dee240b59651229f1859639e09bbd714cf139ad", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:e8bedb5713c0d4491d4b2a38494e8a00b6735ab4ddc40aae7dacd15f46d597a4", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:f0042a254008662140e60ecb5261c1ad48119774dfef32ec9ef17f1579e5bac2", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:f6cf6a456607ad02603cfa78b5c0e973caa221ff62bd4690aaac9bcf8cb4f17e", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:3507e2a917f90a060755b8cb9ccba5185ff8aa55939b3519e45c9a2027643f33", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:743992902ac8514de4dd54b16317a8edb9cb1e383e29d0450821a9ac304059db", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:0db5bd27caaa72a6f1aa2e3cc4138bda450a6c415e5c1fbb6328a8a39b6bcdef", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:4569f4ebfcaa55a45db1a7294ec898f3507eadaf052585b2688be8da3df8f9d1", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:0b0bd5618356e7da7018c86dc262758bb6f04e7618de2942995ad59e897c3244", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:13533345c2b7386622a2887f42ebbda604f36d2f8362f71a85a95e1cca9aa6c6", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:0dbdb8b9066479b58068e5beb06c54cee15fa85853524e4058a414aa5fa55f10", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f54e35560a64de96a3cfc2b7cb63e680d6778225ae9ead9ad478b2678f88b6d8", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:871725456b957e8a2d11b156f51231de75a7fad129f418f901fa740814817147", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b188990c62c036cf96deb2fd121236499dcb5cff830e38ac24b74d4692c0323d", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:ffe9e6e4bb673f6822a874b86eb21769ef0f5fdbfd2e2659485abc4c6215ffa2", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:8b077e1368da1daaa96272b0d6f22f08bcb264617e6884c9074423a9b066912d", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:c9631ff4c56b588338bd87c7d8cba95e78285ecfc4f12653ea5c888d2fee8af0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f9cd1d1c850a023d882c130cfad0d17c3d5af781610f6e20dce354e3ac9b03f9", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:b0eaf034b7f124c6ebb302f98543c5fb3c2191b1c584e73b994468d9b8771959", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:2ee826b228409e5fec043cb2c349bf9066c3d28e31a60ff19f05cf8efaa96bf3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:c6d2bd4c0a753011b65e4b41f82aa48fe811645a474e546e8cc2291f7c7a49eb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:7d2c4be9226c27c500f8a96188b2864ad5899f206296059ab8de4d3f162ec09a", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:7a239615a4db634ae1ae8564acc54c55c86c68bd2e44d47ad9c24758d492b22c", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:1aaf1972825b0e1cba355be471b2a866e39374b5919b0b6c9796fa406a769be2", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:0871b8968f053316c9615743b4970c27c2c0f78a61fe8716c24f699703c58c1a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:00bea61c43d18e45979bd3481b0c18f6cddb38a411a4f19ae7e6120d7555455f", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:b38f878e9af27bcff6ae8993c8a217321dd1fc6c62334090addfb14aebba5c95", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:a9e6800d2e2993c1f318a8737647f2e450d41f692c11b09f6bdffac7fc556c23", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:433fd6e718c9ae9285c35aff260d62aac813fe8bd414e5986ab1712e888aaf49", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:2d65a17644f1edf61eb31c2c66d1268511fba016ff9a7758b2bb09cdf98d2706", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:a1dae79a0a2d2996882a55085cd82b8b5a39b5b78f91f5f016506878b319eecb", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:126692a2df2eb7609f7e3e4c2c930ee13d2431a92caadef2747c960d0d65f457", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:bc0d030790b6e38a11c8816496fd0cb9d4cf5f6d557cdd8a112c00fa1cd3bee5", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:9e478ef621ae90160e3d121cb167286e9737fd213582accd366424eda11ca747", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:90cdf514efbb5bf01f1e2b90d7d58eed2e2b458242905b5cfa32e1de01d71da3", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:705fd821fa0f0ba75a507e8363f78787f84c29f8c2d3a44fa243cd05d2c8f8ee", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:05b1fb70ea49e4e9cea9896284412cff82be88269d3e95abcb4daa61136c4da6", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:33cab79d9b81dad37457565590370531db36d0e4a5b2ef73cd52a33b37816956", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:6b9661cfe29bccc779264f230ded766a207ef3937aec125e5cc9a55dea4b1e8f", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d6f5f286ed1d5705e62598f143c0150deb59d708d7dd1ad89bdc6d68f59ed853", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:3acaf8ff26c8d81010cc1ccf88872df39199279fa44d85b06903c97f50def08c", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:749fc5a3e4ba8771a75dc712f7795a929e147cafa8dc04485c631aad0a37da5f", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:bc1d1373b9a03d7adf44fcad82b369d1ebdd0f2e003cbf618411af40c1ac94d9", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:30d11ebcc3525e38c2a1532661404be432cbf6d4f0f4fb67c51fd9f32c3b7b92", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:d0521b45eebcd324ec966781f0d10ef06791c68b7e53b8272775bfd953a3fa08", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:ff74bb68f3369f30d2ae98cfce6acecbd6b7adbad46a18cc03bba25037a26beb", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:cc140de8fcb92cb588d19273d8f67619b5fcbef1a114ed805621a0cd11e4ebc3", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:3f2c6b1336ed28a0a7d90f283e9289a5f83e5ceb71d11b7814fdc65ae529314a", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:66707b09fc0bf73662040a6d5ed43e5ddc851704c29a129f7a4d0e223ea10f63", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:cf67aacdf74a311778e2a063a2a471c7f7070ddf62331512fa5895e793290189", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:3da67a17b85cde7a0f181e6599726357fb2eeeb251fdd980a9d6669772415922", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:020d175da904ce5e5f94eaab9e60a4a86b70ed9767f7660157c7fa459c747b34", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:f41fda08cf3bd33ac571a4ca5d6d505a6dc7062c29e45b1d5d160c953c532230", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:32db722629f590b2f3c3beeb5bf10802145a6485cfc0b9b8a82e52a43b68aff5", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:1c2821e2e19261a203efcad5b0d90b12dfc2ac78da42c7f4d1eb4eae46b3edb1", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:9f2c83dc9cafe17c8d650f8c78c39c61bd3d2c8b4d77a535eb61ce6a04a3e3f4", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:b7decc3fbc86e4b9e3fe1fec22021737ad607cf795224b5d5793069716a7eda8", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:097520793eaae6b878f14f2b767d40a80007786065abf1b252d898a685957fc5", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:c6e3a1456d1166b4a1557097ac611d03fbc418da3ebf1c4a8ce51a2281731ee9", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:a4f2beb4c4b174716e111c2dbd15b4381a7c0a6f2fe0b9c1d1e6defa38315ff5", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:cb0c37a2175b53f36886a06dec8a13e1cbb56b6c321e7f47c9c212d1825e8da3", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:9818ef4911063b06cbfa8da2230188f2d0021a074b5019eb6bc9a8a0215af68b", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:8187fd4af8e847bf5febdbaf54f165788fd16dae5189b66d683dec60596b1172", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:f610bf0be7884be69e68856baa7450c4a00853d0ceb96c79e0e884fb2ee942a1", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:97641e46c6076b5179127c6932ce33b1f8d31e70d78a7d79c7efcc3493ef3370", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:14d0ea70e0abbd99618ceccb777aaf0fc917f6de4bad7bcf15f05cb2eac28085", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:d57cb86ca4b40fd974e5c4e1288ca5b5dfe69f5794240be1d75f153014580d24", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:57336b59a92ab85d730e65bb73d6fdac377dc062acbdc1e9e380a9e70b7d816f", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:2456eab7918420953167d81692c853d42d3f91d75c9b51b6cb1546a44f1493fc", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:fb70fffdeca1376649a7482969485ff476064fa0d81278c618f06bb62b9afa77", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:5de860596f6e5bee1d1d4151efbb27f239ac83ec4a53dc3183073b123d321415", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:e4bc151609f29e17034f474544284d19c570feb75b8926bb09f6081cc27173f8", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:6ec50390737f84638d0ad98e77715a09857fc999aab7cf30835c1ccfe7a909dc", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:bd8eccb4266130eddfae34318855e6aa3a8624998f0a906a970a04802510ad86", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:3199646b83c13466308cbe243d6c75f828875ab0dfca1deb585dcd7bfb28ae60", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:58697befcba6c7385b979ba6596e70ac8e3edb0d5eb842f0cf74c2bfa623e700", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:bbea7bd0c76693df24eefcb14bb3389efed0f4e9f96353470f9ebd5f014f0845", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:c7405963330610047cd511e2eb0d482d8fb4efb5c0de18b5da5a7d9e9854f53d", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:139302f060755bbcfd0fb94d40854ad71a35b9318dd44c8be69f2c6d114f0e3e", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:c756766f60a8bb9e9132503c770760937039b8d1c3c21b8524f433e81ac95cee", "enabled": 1 } }, "insights_core": { "100": { "checksum": "sha256:df850943f439a660e98bda2cac1c52315c37e9c380f7a1ddcf748bf007f861d3", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:6aa1d18652a868ff83c45fd9393499416d978fd6d5d6dc8663f085335db48a0e", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:102db291cb647f60032c139d0b5dcdeccdbe41c74f5c9fca6db560c17b61412d", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:59835fa42cdb6a94eedb9b4a264c6789084eff696b8efeecce8b48cd786a2dd6", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:24c89979739ae9c391acdaddc1d54325153085c1843626ec0f544def2b021a04", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:fda81f1fd9848ff6358d82191ad02d672ad1ecc7ba5b76edb604c2e966eb6e4f", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1ed937287398d60e302478f4880a25c1aef605a5d370c1f583426c59067d8ed5", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:cfe1b054af2c59c885399c7e3f36ae128b1ba81d933d6b3f097a4a1ac30e4ec0", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:09019b87ded28376309ec057f0a3d57b753c52a47665834e3455b10c17d0b0f8", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:cdccb8cba84e7ae30ef624cd9d265ef4dbbfc7c96882e30c6815d7c1ed961464", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:08288d791f1b1aa3a8f154ae7b2ff73d574560bf5bb82246020baa3c26f6c988", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:c2dbeb224e0a9bfbae257131f0cf3f1582977b1e57855c244582fa107a92cd0d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:f35d7f2d61175ba7f908459f738c7d6b6adf2ae678d88531fa527c4d50b21985", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:b22c4353aeef37f46ea73e660efadb81b861070d84427755b19f0e2bed596354", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:5a35385072b421cdb86fc66190dc00e6c8e7a587a60ffeedfe2a931b6b92a11d", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:058546072554365d8129445e8e0007ab568b596abbe785601fa66034c94819d3", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:f731b921881e2281da507bffc85f3a91b51923b42640c8cf3946758fe3c9b607", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:36ccc7f68a1adff12b67b6803a81932a870dd90c4eb2917b4a9c984f1b4cbd11", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:cef0f17dc19fba37aca82af7923dee5d1bb454d2b1ddf7255fd0edc50d4850df", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:4eae5ab2b926695b3ed881a26e7b6a79f4dd48c1ffa3e3c6809cfa4958b54091", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:6d9a8c7420b3aee2c752119ef6d72dc828cd76ea4f535bdcd44461a3cbb43454", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:4c36d2edd04848bff37b78ee9b6a1a3b0ae88a7e7434ceee07499941fd65fc44", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:30ba7e91c6fe3cff8ac488e6160a5037fb8f1719275991ec44e5bfcbd9089aca", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:1a66f12e23daeda704408bfc0b55596c52dfd289c716a3d31e4ab1525bf9c961", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:0090de03760bfc344382161d6e20188431ef4cf3ac4f7c7d09fc8a6da0e194c5", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:3b11334ce4a06dc286895d270da44c399bc2f511ac810cce9de3def5d69fad91", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:3e944bccd0294ba67e83b10c91262c465ddc127dda7c4ef618ea0412f5a6f31f", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:7e73fc9a1be125abe5dbab8143f1ea0c49c3ac5b4b2d54f585431b917f547e23", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:73ef6bf64cbd0ffcf8dbf21dcefc95947d3bae1f09937cfeb31d1a7081775cdf", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:95d61547f7a638498ef6cc2b962b4852813d55baf053eb7655a9c4fa287f6c42", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:43117a650ceba47fbef8424092eb1bd119cc248aa67514f1e51246ed3af07967", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:bea08a06c64cf56277de0fea67675d1a69cdf34f37e1cc1c63f6b3c9c6a7edec", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:9070ba1f03a04a5906bafb1399a0eb181dfdeab868dfb021505c116c61decbe3", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:af36136c079731a199c9977f4c79cab3e4b97f366573963c80fc5629ea9d0ae4", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:b7087172d332fe7a74fbaaedb9892ebf5a1c5eec52963a34bb92d73446566dea", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:a0b1b5bce3f4c103a68b84c701b20694595cfa5f4183ce423f408f678515d2a1", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:53e31c3a026736d7f73cedf1b0495a414fc9a1fb2e7fbcfc4fc851d98d9def5b", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:8f962b8f2e2d555baaad73cb042106196d29805971e3351620c396ed3dd941db", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:6f4b2adf7a2062f7c8962b4626de5418f5fc3943cc7d6b28eadbb8c7fd6d3b90", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:1eb65a4ecf0a399f99677e94f33b775be57f9968347dff5fcd339f9e902dff77", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:92ce174b65baa4f1182d8edeaca01b39dcc0d0beecb71badce3bfb845dd525fb", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:4949344982806956f61c0ac535bcfdcc25cac37b22889a58850bf6c1d5a1a7c6", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:3979d77408c282fc3abfe32908df4889d7ff0ee8096ccb68a6a91d44bebfa56a", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:b216fc3f1025723b5bf96002b39dcb9ae8c80c6d6708dc2db348f419af025a45", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:3103d70ab13b987c116b316218a4848287f34628ddb2b4a2b376b9cf599e3b54", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:0abc78cfd35d9e43c0c21983a250f874ee7ca7c10d7eb1c6e0d3106f538cf482", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:eaf22ef2b2cc5858d9ff29e93eb84ea7a849e2e00d274f81c478ab12215b804c", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:3269314b5d8bbfc843900344d65e604432222bebc7e2dd628abb9d186fca1cd1", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:c5c6c2cfc4930bb865330ac4bf1e04976290772b0e058cce0d73de071ccf7819", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:b3412c39210371e395d6b4d88d4daf00b5699dc8dd50c435d1d69d91f062aad3", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:4fb79885af1e12d162aaea04067c9dbd19c248b8bc6bb4fa91240acb6986c84c", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:10e59adbf0210a83d2506cdcc189bed58fbb49f01ecc07afe00a5fc06a0f025c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:b7e2f8a4601a64be1c90684500a50d375c64ea4415970de65fd2aa4d5529b51b", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:3f6bca0a0db5cd51a82ae6c24e7fba8c326f31865c4b248a0e909469f06ae09f", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:590bfd4dbff52f0ed68fe19c247e25d5299ac8448d2bd4ccc99084f85bdeb0ab", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:4d0081333a7d5871e89e8955ab640c3374bf2bde197557cb6a83e122aee9137e", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:81d14741e1078a372f85f1cfa437ca54b0f0a97e28463ab4036e2791ba14368e", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:f49d1a951d218cb0242a2a10b1f6d0b38d7180b50b57347d11b7c29c5863f733", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:ae99eeccd230dbe62cc2d6b55bc87d272a3523c8284d884977fede6c9472220a", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:ce4c112a710ad3b571ab733fbf785a6ac7b9eeb9c29f3ced5f994965e9386ab4", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:b2a55057a35231d41eeb00c651b5a4e7af901a79090c8afeb44fad8b27928d2f", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:dbe616470c831c90249ca0aed9d72169061149e57bf802719836d4027647a314", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:13c108e4971acbc506790783af8287ab766941ef3745594a69e020dfa769e75d", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:096e1169c82afdd0cadfbb7c70210e6aa1e8a7782aa0149a14b353ee3e20dc21", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:c8f4b2cd46adef88902943506de8358f988c8e867e681fb9029f7f8e4bcc3a2c", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:37cf3ff38547df69b3c2f038d4114e1e3b2e44302123ba4b631488ee2468c3b7", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:b68a6f0cf3b61e296607fd8557480c3706ee0d211722c53708b8605d387bb434", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:3bb9b2a67760ee9b763dd07752e0be2ba46c6c80c84b3747854f5e25ab0898ff", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:6757ab3ee1b84340b5a58935d090b926ffc96f43d03c9cb243802b4d01d5a29b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:02fd247f20410b0bf8b28860957fbf33ed26daac462d2de943ca3015e193efd4", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:879dcfa56b38100213e182a61d0692046377116a87f5892064768735ee9970e0", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:bb8884e26ad17666037298c10b15dec713cf8c42ab522f7b25453150d9681833", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:f260b769c9d70fe26cddea75c71e1c3d16348233c40a3b8a844358d138c19d2f", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:9b30f74c696be7ddfe60051035f3248e25577c1c82e6d0742ee3d2555d29f23a", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:cc65424c4edcef752cf3d9223a0a49d84f7250bbc9c42d08d0b5727e0168dff6", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:26920eac2c6eb35ab68b04be278db9b2fe9bf461e2619dd3a28b79e9193f6c5c", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:1fd2a77b13726759bb892c0f152a0a9b56cc912d8ec8ae05d95618c0b7a157ed", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:a14bccdc546d22b86ccfb91e53fc01fa3e3b63d8ac41bad279ac999d04cd7986", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:690f45cd4a3c408038a30f386098eb92426b1693e071d174fe891d5d0d1de6be", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:ae4d23f2e9eb9580bd636cd7299d4d26649d59cc4e83e07f65505f315b4027b3", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:cd939a9294329e1d1f1a5be4e33cdaa4d89e4f78dde0a801c3b7d501323040fe", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:000c5853f5261b435c8a0362720ce04a1ed300aed5f22dfee9659e8a024466a0", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:c5d30e10b3bbf87c64fe2afda70c803c7ffbb5f64b15f0f9894fa4b6eade41ad", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:b3d665ce7b46965b31e35a99716b4cefcaffb36c93c178f773d291fe93f8af25", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:32091e44affc2766f06bf0f4c3187f27168b574c07b65c3c4767dc2a68dc75dd", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:e628889b6330a5c4d4426b41eb5988e26bc9469cb66e01be6b4c6c000d694e2a", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:be1c2f9a0a19271f6b88e6878a67f929ca000c952045302c886bbbafdb7c656e", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:662412fc8c21dd433e2f2275377df80c839b47fb097a88693722189d33fa0a8a", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:94da6e9a42a4122b240507be2692e4f4a3f2dad5ffdfe2dacb018505de4fa34e", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:4886f36ce881d3be5284a9dfd93874c800c965bb46146168e633b250dd9d0d2d", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:dd19058574329f7c7ce709bc94f6c4be87028cdd184cc365a61d5c0113b78bdf", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:649c497ab74a203064009d553b42829aac89ac5c4273b7c0ccc0a23530001fcc", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:da789cca84eb333331387826f63e8a0d41e0774f42f5f763c83de6451298354f", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:06c9fb3964a855ec2ffd00719ed70b104d40e4b33720e2b109cd22ccc7157b8b", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:a06e9a5b2b534d412b4783de05752f161c5c56a8948278cb1850f115494470c5", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:75fa83f68fa800bef996da027f14f6c8f0ded93f93569f3b559495dba39a6176", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:1e9015e8ebaa39a1d77e582423e4849371106eb1ad0fe9efca6a1dd46c69a7b7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:71e3093e4da6ab0f9866ccee84716cea1b7c0b7616a01bf14e8f45d855139cac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:e8e6bb283142b08b3a1ce7c097f49f402bb6d59eb6d03138ef0b69f3579e466c", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:c1bc06d4e5a22837586d3d7ee07922f26b4cd025687cdfd7e3e3789e1c5bdf3d", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:52f3581fc457419ac8fc34f647a7f609968619c59321b66d1c5dedb9a5075c82", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:b8a2a9ba03423bc89ab921adf21cd50b4b6ba9deaeb9c009bee28ea648adabcc", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:504b13310e16a22488e3bece96c6b2c8b2f1ab3b4ac0c75939ebd7d208e4019b", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:ce88af5ce9ef09a298e9636753eb76703a1fba26e8831b3dffe07e00257fcd0a", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:c4e2d7ea074b383e96dee16c4be220d132301c03dcca3bd1698195f1d28c749b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:23da314c2255bb1c19dad65a242681330d6bdddc2ba4a0b80ae2ad2249c0a52b", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:75e644cc79f5447d17ed5461e52b37f29dc86806320b0ef562b2acd8e2870121", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:ba3e8053b7cac576488e52534996ec865ad0d5c072468c05a02d103ee6e4f164", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:af1f599ae986d284ade9a389d5513989b9f786aa776e96d8930a68ed0281c0eb", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:fa2db85f932f588281e61d3045d6a7028710a5650bf7284bff58dd56cc64803d", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:ad5872b0ac552c30c6dcb96ca6ef1d6540fddc242c017f7539d6e0d6ad0019c2", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:819812bc0e7f5c0dadc824e330aeb912ed29face4a904beb7bdc8830dc0a49a5", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:e27eed39d32c3a79a71fcc1970db28a8a04910cde04c63869f1dcc8afd66c938", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:846907e70298de291c325ea43e4215314c08433a5b70111b90f7a3eecf7f3e83", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:b2b0d4ed93b360072ed0826e8ce6f2e22252ae876ed7791f4d1f9ba16e3c305c", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:597ab5f0f472ea2f2aca1b3754c2457cc7769f79daaec0856ad2675e53867b80", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:7a7013be4a046d0ba770988e530fba59b3ce8c8159780af1a5001e5fad8ba042", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:ce51587d33ffe41699200700a15f92892a181c7e52aa451568a740dffd6eaeab", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:611152fa77dc465824018a6b6e2687f2a1e483f92e20d9754c33f8032d7a210d", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:cdf55d535973062e9cb4a48fb2fb86a9bdb4794f26fd43f8f508ebbae625de9b", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:ac303c7ac224ff7fec004f7db6bdc6cabc5e9fbf1df3e27ab454f3f87de18b8d", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7a14308976dee29d539ec0ea10c610fc5f156fa323b9a7cb4ba4f2001c7c8e17", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:e30571ba606507dd4439ea7b455a115170923229f105614f0b044ed07a8ba832", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:26185c5731c3401ab5665cbfefa89268e91f21bb8f0fd88de3602d013ab6f00f", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:0caead9c9effa3c022f6e4740ac907788a51468996fb369574b04a50dd29eb59", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:011e57b206775738cc6fb16e48e9ed222ed67928857cc0e0d19f02e039757e33", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:dd827cd694ba2389e77fee7137a741677590dc56dff0015fa6b58b93ab354c7c", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:1bc24bad910fe07f8737b25896d73d035cd83603897f3ae236bac28a95e49189", "enabled": 1 } }, "powerprofiles": { "100": { "checksum": "sha256:1cfed4ab1222960cda09e74f788e94664650f08ff4dd4073bbc9681c6f8dbd01", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:ffb0f1240b1f95504b83f86a52dcd562df79cf9745b52a859db025821501ba83", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:eda9cb2209b0e28b17127136f79559febd986fbc4e0180751eb160fd72fd8310", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:6e31f7b2379cc4c461bdc1a826cbe607b72b997960c8304ccfa6256bea0b3501", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:8ac7f57a98159bee255928841806174b9c3fd760f74b2e623f5622ccfb049c11", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:0c7b790422f9c4e5d531e8e1de2cd5f8b128223e2482cdf5695394a1ba833e1c", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:360e32fc4cb037faf2b5684ce2d376c42cff14785fc95d82fd750fe66dabe1e2", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:17e628d6a7692372580df6800a972170a1c36c975fab437e559c3afdbfc0c4ee", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:861c6b803141841f4756be8531775c7d37e8ec378b2b9e90f37e1932d35e5e36", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:02a332ab93358096dfeafa4b77d9ca1c8dcf79fe6ab9b18150646f1a2efee4dc", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:d364337a160a2218afdc92eab0cd27e057543614dfcf96f2d74d51283cda1589", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:4cabb0c5c75a395579d7523d3e7616db9fb0e1f40d3b9f581f6e94eebb049810", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6cf80a3a427ac287351081934516c8e300fa9929703b290df47ce87df99ec9de", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:1c77eb415bb0271d13a6c37fa41c5ff0a662ffa7aaa35a3b5f421e82aa24885e", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:7972bb152e68b8fdb1a77c84868b66e420365c9f526254fb272a7263500acbff", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:001454c6d18d7f75e02524e3559c91264b4711cff8c4417ea2580b1c3e0a8576", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:a25e72eac82204e6200ec843bc06d7b59a1ce7c755666bf1ed9effd12ee466d7", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:68aca8ea777ce2a13e5d8c03b95805f3e77a4f963cbc1d960fd0162883b6083f", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:6ae09222a0b9aefa3ead90b1f1ee08972570b1f5e39d25c05108228e4d315d50", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:492c565eb90097f567381751dff3cdf0ae9a6db7f298dd13cd04bd67522789f6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:36cad8d8ea113dd1a761b8b386bd0a057883acc65b2c60140c2c001fc04e2e43", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:68b6bf1200184dce4646d8c20bef5ec53981147f4fcb5c853294158e2b224ded", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7894fea59192d733c42a966aa13a2656760fda2b3e382abb5e89e789d92551aa", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:36bafd2cac1aeb59eb2e2a4a4a4f9d27b1594a92df1727a8977c83dca6292400", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:ec74b1ede394f0c1ab75a5439b4744a261b658edc17d5a0353ca273e397d2156", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:ac50299f57400f8e9f198c2b70e561acaba4dfd27c34eded4e9c8485b394372b", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:dad054ef6ee4f08f490b8d94fa70575c39de35d22cab11918753b75625c26845", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:31f6f5efb0759335de46ac3ab4c8a64955f838afc9743a20f2e81a8cb54cb36a", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:79ddcfa70f63175b01a14ce2e66542c5d30d799f492f0ef148fa439a675eaeb9", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:c310326e0984ee5e4e7cc1e3173a204cfb05423f4ec8bb9c56df4191bd01f60d", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:fdab19b51617ba1dfc3a402dbc261452cb23c74be402208563608610e6a6111a", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:4b222d1ae2a6931560eca08e087c56c7835ce79c3f82514c5c6d3e98a7de89b1", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:ccef03c795df14786a6d323f735e2ec58f9270805e7de9fe924549c98b24e6f4", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:233861e0b2a8c17c3988ed42cf197053397cacf93a0e2d5bf942b027331283c7", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:e92c439347ea9241cc5bce5f27844b9356dd7502bec0b93cb503aeedfeea5cbf", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:ce73d254e6271e7e012d38da6ff05b7c66c215b8ea5b99161ab1e97c77dfc31a", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:5f31c86e2f2cc425040785cc22a9040c7cdb80bd1145dfd668d2b2597534d6e3", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:819c365b1e88bdb1eb171c48fbcc2b2e9c2ea405d7c20024919aa7d8bcb28de4", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:0ea0c16871f23b263aaaee590ecbad1d9095d01c7b7b6cd11a80278d1257957f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:931c928c6bf89625bce5b6cb76084615486f91d6e86a09fcaf007c47c5e68ba7", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:8cc63d03ecc084825933a35df56cb5b5221e81fa79bd6a9b1034268b39c16c36", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:6f9c39f5bd3e6b092668476aa1233130cc9b9edd04c66af9d667dbf9d5f48bc6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:416b5e6a242327091bb9fa10b833665b68fe9ab80dc8cc494bf3726cfac0eeb7", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:340e748f2da66a79889ffe2d77224bce0090a2954743d5c1098ac3cb1eb48866", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:3cb2ccaf8367e6a99384582a9c902e2af4480b04d8bc56ab5562c7d3111cd323", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:190e4586cea0d0894209365e8a71c0b4a6467e83bebc8bac649644695f209ac8", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:26f6c19589d58fd23c303ac699697517d6883a9531837ad406e2f09b7507278d", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:0aa06de248b996ddd0afc67811e82a96bde2dc7a2c328ecbbf6c6a5c9c780784", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:06ca74bda1764a6f8a241b370f13bdf438674dac0dfbc30f98facc0884b190ea", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:d8e666993d2c3c43a5efc6628d04fed230f380cec2feafc9fb1eb305239ad954", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:8c99bd9b6a8fc9a4dd9e34af66adfe117bdb4b2e88a7f1f2e6a319db450168e8", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:1b40ac81d0ab954cc05c7558be2535e2b7edbac296b833c1e2684afec4fda7a1", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:81bbb3bc281f6887174beeba44d970d3edc40d3fbad85ed8b9d03528800cb38a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:73a9063f298fd65b376ac709fb599ef1eefccb39b09360c412946fa507cf53ba", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:20c66e776cec92678d49c6e41eb804981e3769b8b595c5c7a8a1f94bf8f5a167", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:9886dbb3eebb514446605e62fcc6969a7d5a56f1f3b84129e7b46e20ab9de366", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:cbd713a58cf9ff07435b0a6210df156c4db5e4435b3d51fdf60627877e42e961", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:30936f11af78b1ed885d6deaa16025623fc794c54e452fc02c056e388dc263ce", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:6bee6346bb885fc64e8579218dda7100aac5a61d6ad1e474cae7bcce8448dd1a", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:93aae106e0590c3b6ce75475c86101e20b244878b7f659dc9a9638529282bffb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:e69f3497fc89f1f96a3ecff77a12119b6abb012d4fa5973b9f33eeadbd12319b", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:35e4d2a3208b8c0d74c4016309c3447efac46618ce4209c78af9861f95cf36c6", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:6dfed78d726dda7ebe4266b479d08a0fced77e5e89de646d8dd8c67d528f7636", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:e04e7d214022fd792eeb66b3426e0eef2dc6018b06005497b849bd2b5229ee81", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:49a17300f038a4023d478e0031f9a6ef18cf6817e696abed1b48983ef75366bf", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:df3f3357b0e78a2e2b110ab6e9dc9907d83d296e37bfd8c493b0ddf11a8d4e75", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:e266f0e58053d06b04e8fb0190723b38584d94e086351883fb8f4f2661c35fb0", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:f762b9090a0dc16cdb04e108f47a696170cebc74d489930915380689ade87d74", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a55e30390b7305a2e01d2e4be3786edc8c763f43c249ae07889c82c84cc7b9f3", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:962e24ad1b72e7fc878a7ed7a46c5c72b3db9d4cc13aac4ea1f6c12b2ce22700", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:21194bcdd2babe7aeaac215e7993d75f23bb0ed09e6378d222461113221cb7cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:a705982432ea6ff26451fdf015e5247103ca90e8f1350357ea956812f60d55d0", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:71a49275d91a3678a30ee048c48f3fe3222b116d94d9a1f5eafe2e6962e0cbcf", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:95c7ee276c5baae8d1a63c94a349ea997f421cebdf73d013ab4b90b34d986fd0", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:babce05f61b6663c8c86269b7211318299807d739d246579ead6e6569dbea4aa", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:5bfb4dae5517d7315d7e1ba509c0935ac06bfc25f70dfde91f31e44fc4d3528c", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:4ad1c6753ac53dddc1a2f618fb2eda212e114a474a31cf98840c0048e36514ce", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:55af58727c8e1a2d5ffc0eeebfabac14030d6594aaf36eae10c51d3f43fd7c94", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:725e2158052da4d2b9499d63570437f35d317f541e6fd0a7b6841f88be179689", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:afc049630978871992de69debea2411db5779431dba45120b6ae6d7ef3e9760b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:b08147b36ed3fa54428c34c8ac8e2781717ecb453c2372760d41a7738b7757da", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:326995099022aae4699bd16a731b01145d48811e2be43eb3ac04d688f2350707", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:feb27ddcc51b12b7ca1d77abd64654a9a1a85f9023804b82adf3d92f9b5dfcfb", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:cdacc7306b49ca27f4eed4dda7332bca872cf309459831c96694293721ed74d3", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:e4531562b0d5b250cef7d63e384925e11fe19692e4780b551626a338be15e2a0", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:f97faf1987bcd28a562e7fb37ccaa3d00745a54bb51e8ac96762b89de65b7a98", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:9ef028437851996db7b3152ef672f991fde6cd464194eef73c1670c33cdb274f", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:0a08f155a5545909cceeb2c2221dcee1980385b52a4afd3f8b8f6704617d14a5", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:46468db34c31c668f4b213b8ed14fcfb53e1e183431f6237364acf686d83b8f0", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:9428aee5be7ef002eba8ade18418e1b436e2f8ed0479182b47822318c4571923", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:71748ab8b3ac17e7f16325adc3575242076dc6f80ea6797091fb5ec54bdb4a49", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:c274be08afec52e985bfc508199ef983f1f2eab41bf9b72b0921aa0276e47a51", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:2a78595b73c7ea25c5b395ec91f18b3dad58002dd8ef3652d69edd5a8c13f3f5", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:ccacc18e643d0ca081b36d910abb0ad6fae2acdd1f92a52b4fc9004fc31f4677", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f5913cc8b413cc3938ceb6b17982b75f6c98ea5c0f2a860426e9db8731485b6e", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:841f750cc1ff61493db26607c9b4314ec05ecb6289279c01c55ab638cd541726", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:436746a23ca13b58adc9e2a051b59463b8398cecb114edd411fcde4fce182148", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:a9ec2dd40baab31ae84049839e2043c24a475f6d9f1daf06f1c2919a4f01eae3", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:7868011bac75a87c035c705c5a854bc143419bb4193d2a87d31de52b21ca2b82", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:8db31d4ba98fe696144411296366713bc7b7a42b46d6457002c713b88644f7d2", "enabled": 1 } }, "systemd-homed": { "100": { "checksum": "sha256:75aaea706e212c2f0119d5744eb362fc34a20f3f4b763681a335d5f5858efb8c", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:b09965ae1db2d4aeab2d1c8775897288e6d55224183205ed48002daa816d2bbd", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:8d31e97d05e23cbca57938b58d725c33af5e6aaa3e563971a398936cd3a21b36", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:118bab50d3722356fda7ca0983781aecd45f2a0979bc56617be3a8e044663451", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:e116438dee0dab9b191c25cfcb43a7dc0c8ac18bdb920e0596267365784b43c7", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:98fac790af3d7a87e75899e112ba5d4cd2455261e44b60f1a0d7387ba0e0ad49", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:3bcf922688dc95cd19df39b5b48017dc48fca501bb70a953f99abce2c6fe7345", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:368e98dbdf56054db821272c38ae2aa3a92d88b419ebf886cfbf33db1cc4177d", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:c07be819f426ec0bbba6ba8f8f1a0a57d6a3e02064bde55d0243cf21d24dce13", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:9825f5ea5ecf0720ae08c5fb7a50d3318b3dfb520801cf5ec8c0663364df5a62", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e42f7b16a4a7c5f099b85c4b9fca02d0cfbe74de5d113dad7b350d242706d0dd", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:203f931eae7059d109cef2f4ac1e029ed280c55feca2da99382f826fc218bca4", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:83f45391b2a56e868ed635df8adfd7a461c853d99c92cb0839d24d560652accb", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:e4ad684ec97129f310088958f7cf099653e0eb7cf3e8c997ab839cda24aa12ac", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:5019fa69d2c211fff26780ddad52079881cffe4688af6407b7ee03ff499339d9", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:8b28e9e50a4c67025954dbf77dbcee20908a1c0afc4462100392b8f8a21eb058", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:2d5107d1b764ddd411e4abf44d7b3a2770c192bf0d0e19c88856d6593f0f2891", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:d4f9757d3c5ac40a6bfef40b2a875e6bd61dbe4e4563cddd91b45de70ad334c9", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:bb5057eabb1e1e690c8c4e2a19c5014a00240538d21fcd3b835b7a9937dcb469", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:c05987c6a9f49b3370c011d79431dc52d6d435e89a577d7d10a8db02587a3786", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:8ce341a0e39492f4357c2d3b3a877b62641f0cfb050e8f177b2a9873b00c560f", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:10eed6df9abec22faf790aae34a1f7b9802e89d39a5ab7b1e747fd15f5946341", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:1b37d8de7cf505da7e184ad33a2d04904d9fc51d64707b5d7e449b9d615deaa2", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:6f42c38f339aab3b5a68fce5cd3079d594b940a32b20bdfd92b7ab6a6dbfaa91", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:d86b9c14ea814e61185eb2fd53bdda95933b44eebf98ba942cbae61b3b16ce2b", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:db8f8c1a3ad46b9b9fbfb777e047e3eb0ca6e1e4be62c1cb16292b934d218b4a", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:ba9efc2628a81ac2c95346cb46f79b57748b56575197830bdc0fe9f1af6e6d07", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:fdc84dce48a16ffcc8f7ef084f911ac02633e16acd8608e5d1c96c8bed880f27", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:f885c19c2b8b91642e758e9ab7abd734278ec5d88083f6b0230f168ad2b2a226", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:6b4b9f3c433d31a1416ed75a584f90616aa6b335297d5ef845ff3f71d36c3cfe", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:b50724f82867d86cb5ed896fed12ac8a5d939990f9e92221b282d63d44c13fa9", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:b51b9edc8ba92cbdbbac99877b4388d9397976992ba7f5d4c467627763445ea4", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:4e1a2aeb4ae247cde28cc50db01cc6043bb78c45763eb8160a957be55a32a2d2", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:d831973b6b12b1717fbf675625c2f6fb85b40c9968854d3e64c7722ad64b69e3", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:af8d12d85265012b374756768440f273481308b2e90fbba97b8afecb9bd2574d", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:97d72614bfbdb0146d8f7c90b90e9549ab1d202ffc55066ce79464e4a6a20cdf", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:2777836dff63a72e98bba0ef9d497d91929228b26a43e77582e3a201e74870cf", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:738a6f720645dec9393904cc8f26bc66447c7451862d73f8d40ce74b1887e9b7", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:a01e7aa92da5f24789286ac6530246cec5ed9c8675493cef2b06a7a7be595958", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:e8bac770b13be7d27c9b9286effe5e50e330e9ab1a225e06890edbf33798bf89", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:00fa1441d6e08f5af70bcea53ebf1f3e4c12a9737f1ef1e74fd5b79957d7f042", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:2b80169a6f39f4ebbc1c2d9b0211eec558da2a8eaa6bef904b9fc66eda7122dc", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:4c7963f955ff610de43933a480c47fd50da6b4d88f03ed6bbf4663dec25c3cae", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:6b19f10f4a51f6f1f343b082d4a96c3335b191f00d41152ae090627f727b8360", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:4299fadc4f28a9e6ee9b9e5a7688955752f1bf36ef83656fee6403bbfe10e0b0", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:c3973da0b3e1836af273137bc8ed86a443da6a73d22255aa1135582923347b2c", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:8f262e982526c5e63cc93fe9806380aef291c0fa06d8c6468c1df126325ae83c", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:43f69260eb8c399ceb227825b190ee1758a60b1b78052b1fbfe21d5fce8daab5", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:204369c49480adaf6c3bbee72b72ec17a5fac47821e371ac9b0e633666af050e", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:7ce468b04b03ed26fb5ebadc5020c3fd578c678d97337d1d8afa471bf472c6d5", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:e1b5a6483deac005288672619780282eb889108244815c872e59166ae8df750a", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:edc87be8769d98bda4aae8394a02da34a841898435521393f3baccba5799a212", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:2b093d22a384b3d66524d15d9a43e8931fead19043ef6432dca4ace8dcb23fe7", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:d7e9275b86241d63da708b32397a9d621c65d641435f703646d06c86cfbc0586", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:b8950107bebcd555f2c48ee06bc63bb1329a6ea5db7a762cbef5ad9be656c9da", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:b1738ace3c35a58867613fabb433a761136afae86bab322ea4d192436c5b0ddd", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:475a888f43d0521ac189ff49430864dc8b00f04c244d42100ca1d637860ff4fc", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:19a33723d291446ee9617d0120088d7bae884e5a963c48a8afec20fc6bacc4bc", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:804524b0b86a951c8a5b1e2220cf19f3504fd7442e463a8ac8852babedf836c7", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:162 Saturday 03 January 2026 11:39:39 -0500 (0:00:03.135) 0:05:26.683 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:175 Saturday 03 January 2026 11:39:39 -0500 (0:00:00.047) 0:05:26.730 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:183 Saturday 03 January 2026 11:39:39 -0500 (0:00:00.043) 0:05:26.774 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 03 January 2026 11:39:40 -0500 (0:00:00.108) 0:05:26.882 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 03 January 2026 11:39:40 -0500 (0:00:00.076) 0:05:26.959 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 03 January 2026 11:39:40 -0500 (0:00:00.067) 0:05:27.027 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 03 January 2026 11:39:40 -0500 (0:00:00.064) 0:05:27.092 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 03 January 2026 11:39:40 -0500 (0:00:00.059) 0:05:27.151 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:39:40 -0500 (0:00:00.245) 0:05:27.397 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd1-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:39:40 -0500 (0:00:00.101) 0:05:27.498 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "podman_basic_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:39:40 -0500 (0:00:00.097) 0:05:27.596 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:39:40 -0500 (0:00:00.074) 0:05:27.671 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:39:40 -0500 (0:00:00.169) 0:05:27.840 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:39:41 -0500 (0:00:00.435) 0:05:28.275 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:39:41 -0500 (0:00:00.050) 0:05:28.325 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:39:41 -0500 (0:00:00.074) 0:05:28.400 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:39:41 -0500 (0:00:00.419) 0:05:28.820 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004059", "end": "2026-01-03 11:39:42.307974", "rc": 0, "start": "2026-01-03 11:39:42.303915" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:39:42 -0500 (0:00:00.459) 0:05:29.279 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.006338", "end": "2026-01-03 11:39:42.782959", "rc": 0, "start": "2026-01-03 11:39:42.776621" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:39:42 -0500 (0:00:00.452) 0:05:29.732 ****** ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:39:42 -0500 (0:00:00.060) 0:05:29.792 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:39:42 -0500 (0:00:00.047) 0:05:29.839 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:39:43 -0500 (0:00:00.069) 0:05:29.909 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:39:43 -0500 (0:00:00.052) 0:05:29.962 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:39:43 -0500 (0:00:00.059) 0:05:30.021 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:39:43 -0500 (0:00:00.059) 0:05:30.081 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:39:43 -0500 (0:00:00.051) 0:05:30.133 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:39:43 -0500 (0:00:00.056) 0:05:30.189 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:39:43 -0500 (0:00:00.063) 0:05:30.252 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:39:43 -0500 (0:00:00.053) 0:05:30.305 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:39:43 -0500 (0:00:00.075) 0:05:30.380 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005909", "end": "2026-01-03 11:39:43.875739", "rc": 0, "start": "2026-01-03 11:39:43.869830" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:39:43 -0500 (0:00:00.480) 0:05:30.861 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:39:44 -0500 (0:00:00.070) 0:05:30.931 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 03 January 2026 11:39:44 -0500 (0:00:00.121) 0:05:31.053 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:39:44 -0500 (0:00:00.098) 0:05:31.151 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /var/lib/systemd/linger/podman_basic_user exists MSG: Did not run command since '/var/lib/systemd/linger/podman_basic_user' exists TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:39:44 -0500 (0:00:00.408) 0:05:31.559 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:39:44 -0500 (0:00:00.049) 0:05:31.608 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 03 January 2026 11:39:44 -0500 (0:00:00.047) 0:05:31.656 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_80o_msuz_podman/httpd1", "/tmp/lsr_80o_msuz_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 03 January 2026 11:39:44 -0500 (0:00:00.062) 0:05:31.719 ****** ok: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd1) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_80o_msuz_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_80o_msuz_podman/httpd1", "secontext": "system_u:object_r:container_file_t:s0:c526,c567", "size": 60, "state": "directory", "uid": 3001 } ok: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_80o_msuz_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_80o_msuz_podman/httpd1-create", "secontext": "system_u:object_r:container_file_t:s0:c526,c567", "size": 40, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 03 January 2026 11:39:45 -0500 (0:00:00.863) 0:05:32.582 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 03 January 2026 11:39:45 -0500 (0:00:00.132) 0:05:32.714 ****** changed: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 03 January 2026 11:39:47 -0500 (0:00:01.374) 0:05:34.088 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 03 January 2026 11:39:47 -0500 (0:00:00.047) 0:05:34.136 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1767458297.919036, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1a11f35e09fd94434686abc97046c12407efbdbb", "ctime": 1767458297.3346784, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 393794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767458297.0230303, "nlink": 1, "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "pw_name": "podman_basic_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 3001, "version": "1605392172", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 03 January 2026 11:39:47 -0500 (0:00:00.507) 0:05:34.643 ****** ok: [managed-node2] => { "changed": false, "gid": 3001, "group": "podman_basic_user", "mode": "0755", "owner": "podman_basic_user", "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 03 January 2026 11:39:48 -0500 (0:00:00.430) 0:05:35.073 ****** ok: [managed-node2] => { "changed": false, "checksum": "1a11f35e09fd94434686abc97046c12407efbdbb", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "mode": "0644", "owner": "podman_basic_user", "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 762, "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 03 January 2026 11:39:48 -0500 (0:00:00.716) 0:05:35.790 ****** ok: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "changed": false } STDERR: time="2026-01-03T11:39:49-05:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-01-03T11:39:49-05:00" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2026-01-03T11:39:49-05:00" level=info msg="Setting parallel job count to 7" time="2026-01-03T11:39:49-05:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-01-03T11:39:49-05:00" level=info msg="Using sqlite as database backend" time="2026-01-03T11:39:49-05:00" level=debug msg="systemd-logind: Unknown object '/'." time="2026-01-03T11:39:49-05:00" level=debug msg="Using graph driver overlay" time="2026-01-03T11:39:49-05:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2026-01-03T11:39:49-05:00" level=debug msg="Using run root /run/user/3001/containers" time="2026-01-03T11:39:49-05:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2026-01-03T11:39:49-05:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2026-01-03T11:39:49-05:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2026-01-03T11:39:49-05:00" level=debug msg="Using transient store: false" time="2026-01-03T11:39:49-05:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-01-03T11:39:49-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-01-03T11:39:49-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-01-03T11:39:49-05:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2026-01-03T11:39:49-05:00" level=debug msg="Cached value indicated that native-diff is usable" time="2026-01-03T11:39:49-05:00" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2026-01-03T11:39:49-05:00" level=debug msg="Initializing event backend journald" time="2026-01-03T11:39:49-05:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-01-03T11:39:49-05:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-01-03T11:39:49-05:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-01-03T11:39:49-05:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-01-03T11:39:49-05:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-01-03T11:39:49-05:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2026-01-03T11:39:49-05:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2026-01-03T11:39:49-05:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-01-03T11:39:49-05:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-01-03T11:39:49-05:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-01-03T11:39:49-05:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 93d222e1dbab0d05ae6b1c164b37eb2b1852602471087ccb41e8e5b06716403e bridge podman1 2026-01-03 11:38:17.920913119 -0500 EST [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-01-03T11:39:49-05:00" level=debug msg="Successfully loaded 2 networks" time="2026-01-03T11:39:49-05:00" level=debug msg="Pod using bridge network mode" time="2026-01-03T11:39:49-05:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_0d1c0c0ae5b746659eb686cb64e90123954a23bb73e070cc8752c17e247af50c.slice for parent user.slice and name libpod_pod_0d1c0c0ae5b746659eb686cb64e90123954a23bb73e070cc8752c17e247af50c" time="2026-01-03T11:39:49-05:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_0d1c0c0ae5b746659eb686cb64e90123954a23bb73e070cc8752c17e247af50c.slice" time="2026-01-03T11:39:49-05:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_0d1c0c0ae5b746659eb686cb64e90123954a23bb73e070cc8752c17e247af50c.slice" time="2026-01-03T11:39:49-05:00" level=debug msg="Shutting down engines" time="2026-01-03T11:39:49-05:00" level=info msg="Received shutdown.Stop(), terminating!" PID=37443 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 03 January 2026 11:39:49 -0500 (0:00:00.655) 0:05:36.445 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 03 January 2026 11:39:49 -0500 (0:00:00.065) 0:05:36.511 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 03 January 2026 11:39:49 -0500 (0:00:00.058) 0:05:36.569 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 03 January 2026 11:39:49 -0500 (0:00:00.057) 0:05:36.627 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:39:49 -0500 (0:00:00.054) 0:05:36.681 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd2-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:39:49 -0500 (0:00:00.059) 0:05:36.741 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:39:49 -0500 (0:00:00.061) 0:05:36.802 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:39:49 -0500 (0:00:00.057) 0:05:36.860 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:39:50 -0500 (0:00:00.077) 0:05:36.938 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:39:50 -0500 (0:00:00.410) 0:05:37.348 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:39:50 -0500 (0:00:00.049) 0:05:37.397 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:39:50 -0500 (0:00:00.072) 0:05:37.470 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.419) 0:05:37.890 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.048) 0:05:37.939 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.069) 0:05:38.008 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.075) 0:05:38.084 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.074) 0:05:38.158 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.080) 0:05:38.239 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.097) 0:05:38.336 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.046) 0:05:38.383 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.048) 0:05:38.432 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.046) 0:05:38.479 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.073) 0:05:38.552 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.090) 0:05:38.642 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.050) 0:05:38.693 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:39:51 -0500 (0:00:00.050) 0:05:38.743 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005603", "end": "2026-01-03 11:39:52.202797", "rc": 0, "start": "2026-01-03 11:39:52.197194" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:39:52 -0500 (0:00:00.405) 0:05:39.149 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:39:52 -0500 (0:00:00.038) 0:05:39.188 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 03 January 2026 11:39:52 -0500 (0:00:00.195) 0:05:39.383 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:39:52 -0500 (0:00:00.122) 0:05:39.505 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:39:52 -0500 (0:00:00.074) 0:05:39.580 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:39:52 -0500 (0:00:00.071) 0:05:39.651 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 03 January 2026 11:39:52 -0500 (0:00:00.072) 0:05:39.723 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_80o_msuz_podman/httpd2", "/tmp/lsr_80o_msuz_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 03 January 2026 11:39:52 -0500 (0:00:00.113) 0:05:39.837 ****** ok: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_80o_msuz_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman/httpd2", "secontext": "system_u:object_r:container_file_t:s0:c246,c898", "size": 60, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_80o_msuz_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman/httpd2-create", "secontext": "system_u:object_r:container_file_t:s0:c246,c898", "size": 40, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 03 January 2026 11:39:53 -0500 (0:00:00.872) 0:05:40.710 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 03 January 2026 11:39:53 -0500 (0:00:00.077) 0:05:40.787 ****** changed: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 03 January 2026 11:39:54 -0500 (0:00:00.966) 0:05:41.754 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 03 January 2026 11:39:54 -0500 (0:00:00.045) 0:05:41.800 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1767458318.8611689, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "26d43f892f1e56cc10cbf1724f49b297a4497621", "ctime": 1767458318.302043, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393779, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767458318.0021634, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 0, "version": "3023478936", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 03 January 2026 11:39:55 -0500 (0:00:00.449) 0:05:42.249 ****** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 03 January 2026 11:39:55 -0500 (0:00:00.452) 0:05:42.702 ****** ok: [managed-node2] => { "changed": false, "checksum": "26d43f892f1e56cc10cbf1724f49b297a4497621", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 03 January 2026 11:39:56 -0500 (0:00:00.714) 0:05:43.416 ****** ok: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": false } STDERR: time="2026-01-03T11:39:56-05:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-01-03T11:39:56-05:00" level=debug msg="Called kube.PersistentPreRunE(/usr/bin/podman play kube --start=true --log-level=debug /etc/containers/ansible-kubernetes.d/httpd2.yml)" time="2026-01-03T11:39:56-05:00" level=info msg="Setting parallel job count to 7" time="2026-01-03T11:39:56-05:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-01-03T11:39:56-05:00" level=info msg="Using sqlite as database backend" time="2026-01-03T11:39:56-05:00" level=debug msg="Using graph driver overlay" time="2026-01-03T11:39:56-05:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2026-01-03T11:39:56-05:00" level=debug msg="Using run root /run/containers/storage" time="2026-01-03T11:39:56-05:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2026-01-03T11:39:56-05:00" level=debug msg="Using tmp dir /run/libpod" time="2026-01-03T11:39:56-05:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2026-01-03T11:39:56-05:00" level=debug msg="Using transient store: false" time="2026-01-03T11:39:56-05:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-01-03T11:39:56-05:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2026-01-03T11:39:56-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-01-03T11:39:56-05:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-01-03T11:39:56-05:00" level=debug msg="Cached value indicated that metacopy is being used" time="2026-01-03T11:39:56-05:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2026-01-03T11:39:56-05:00" level=info msg="Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" time="2026-01-03T11:39:56-05:00" level=debug msg="backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2026-01-03T11:39:56-05:00" level=debug msg="Initializing event backend journald" time="2026-01-03T11:39:56-05:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-01-03T11:39:56-05:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-01-03T11:39:56-05:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-01-03T11:39:56-05:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2026-01-03T11:39:56-05:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2026-01-03T11:39:56-05:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-01-03T11:39:56-05:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-01-03T11:39:56-05:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-01-03T11:39:56-05:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-01-03T11:39:56-05:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-01-03T11:39:56-05:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 2f554660fe35e917c9507a23fcff89e8b14bde20e35e28fd03ae39b169db9f60 bridge podman1 2026-01-03 11:36:11.797414406 -0500 EST [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-01-03T11:39:56-05:00" level=debug msg="Successfully loaded 2 networks" time="2026-01-03T11:39:56-05:00" level=debug msg="Pod using bridge network mode" time="2026-01-03T11:39:56-05:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_ab4f4097f2e5c22d78a681199b83943be7cfd767a49f5975388159e008a05a8a.slice for parent machine.slice and name libpod_pod_ab4f4097f2e5c22d78a681199b83943be7cfd767a49f5975388159e008a05a8a" time="2026-01-03T11:39:56-05:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_ab4f4097f2e5c22d78a681199b83943be7cfd767a49f5975388159e008a05a8a.slice" time="2026-01-03T11:39:56-05:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_ab4f4097f2e5c22d78a681199b83943be7cfd767a49f5975388159e008a05a8a.slice" time="2026-01-03T11:39:56-05:00" level=debug msg="Shutting down engines" time="2026-01-03T11:39:56-05:00" level=info msg="Received shutdown.Stop(), terminating!" PID=39140 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.533) 0:05:43.949 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.075) 0:05:44.025 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.076) 0:05:44.101 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.079) 0:05:44.181 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.077) 0:05:44.259 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "started" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_80o_msuz_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_80o_msuz_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.091) 0:05:44.351 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "created", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.111) 0:05:44.463 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.075) 0:05:44.538 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.091) 0:05:44.629 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.051) 0:05:44.681 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.049) 0:05:44.731 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:39:57 -0500 (0:00:00.069) 0:05:44.801 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:39:58 -0500 (0:00:00.450) 0:05:45.252 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:39:58 -0500 (0:00:00.051) 0:05:45.304 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:39:58 -0500 (0:00:00.070) 0:05:45.374 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:39:58 -0500 (0:00:00.074) 0:05:45.448 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:39:58 -0500 (0:00:00.065) 0:05:45.514 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:39:58 -0500 (0:00:00.130) 0:05:45.644 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:39:58 -0500 (0:00:00.045) 0:05:45.690 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:39:58 -0500 (0:00:00.049) 0:05:45.739 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:39:58 -0500 (0:00:00.065) 0:05:45.804 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:39:59 -0500 (0:00:00.082) 0:05:45.886 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:39:59 -0500 (0:00:00.093) 0:05:45.980 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:39:59 -0500 (0:00:00.066) 0:05:46.047 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:39:59 -0500 (0:00:00.062) 0:05:46.109 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:39:59 -0500 (0:00:00.055) 0:05:46.165 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005539", "end": "2026-01-03 11:39:59.627092", "rc": 0, "start": "2026-01-03 11:39:59.621553" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:39:59 -0500 (0:00:00.441) 0:05:46.607 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:39:59 -0500 (0:00:00.068) 0:05:46.675 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Saturday 03 January 2026 11:39:59 -0500 (0:00:00.149) 0:05:46.825 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:40:00 -0500 (0:00:00.123) 0:05:46.948 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:40:00 -0500 (0:00:00.070) 0:05:47.019 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:40:00 -0500 (0:00:00.071) 0:05:47.090 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:7 Saturday 03 January 2026 11:40:00 -0500 (0:00:00.069) 0:05:47.160 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_80o_msuz_podman/httpd3", "/tmp/lsr_80o_msuz_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:18 Saturday 03 January 2026 11:40:00 -0500 (0:00:00.108) 0:05:47.268 ****** ok: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_80o_msuz_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman/httpd3", "secontext": "system_u:object_r:container_file_t:s0:c8,c221", "size": 60, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_80o_msuz_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_80o_msuz_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_80o_msuz_podman/httpd3-create", "secontext": "system_u:object_r:container_file_t:s0:c8,c221", "size": 40, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:29 Saturday 03 January 2026 11:40:01 -0500 (0:00:00.899) 0:05:48.167 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:2 Saturday 03 January 2026 11:40:01 -0500 (0:00:00.087) 0:05:48.255 ****** changed: [managed-node2] => (item=None) => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } changed: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:25 Saturday 03 January 2026 11:40:02 -0500 (0:00:01.393) 0:05:49.649 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_booted", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check the kubernetes yaml file] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:32 Saturday 03 January 2026 11:40:02 -0500 (0:00:00.078) 0:05:49.727 ****** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1767458339.7643015, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0e7c1cae5de5a36f8d4abf75588808500ce3b763", "ctime": 1767458339.1172974, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393778, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767458338.8382957, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 0, "version": "953167193", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Ensure the kubernetes directory is present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:40 Saturday 03 January 2026 11:40:03 -0500 (0:00:00.484) 0:05:50.212 ****** ok: [managed-node2] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:51 Saturday 03 January 2026 11:40:03 -0500 (0:00:00.426) 0:05:50.638 ****** ok: [managed-node2] => { "changed": false, "checksum": "0e7c1cae5de5a36f8d4abf75588808500ce3b763", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "secontext": "system_u:object_r:etc_t:s0", "size": 762, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63 Saturday 03 January 2026 11:40:04 -0500 (0:00:00.717) 0:05:51.356 ****** ok: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": false } TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:72 Saturday 03 January 2026 11:40:05 -0500 (0:00:00.566) 0:05:51.922 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:85 Saturday 03 January 2026 11:40:05 -0500 (0:00:00.078) 0:05:52.000 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 Saturday 03 January 2026 11:40:05 -0500 (0:00:00.077) 0:05:52.078 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Saturday 03 January 2026 11:40:05 -0500 (0:00:00.081) 0:05:52.160 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 03 January 2026 11:40:05 -0500 (0:00:00.077) 0:05:52.237 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 03 January 2026 11:40:05 -0500 (0:00:00.058) 0:05:52.296 ****** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 03 January 2026 11:40:05 -0500 (0:00:00.128) 0:05:52.424 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 03 January 2026 11:40:05 -0500 (0:00:00.043) 0:05:52.468 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:353 Saturday 03 January 2026 11:40:05 -0500 (0:00:00.063) 0:05:52.531 ****** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd1", "--format", "{{.State}}" ], "delta": "0:00:00.087694", "end": "2026-01-03 11:40:06.179880", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-01-03 11:40:06.092186" } STDOUT: Running ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd2", "--format", "{{.State}}" ], "delta": "0:00:00.034939", "end": "2026-01-03 11:40:06.578457", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-01-03 11:40:06.543518" } STDOUT: Running ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "inspect", "httpd3", "--format", "{{.State}}" ], "delta": "0:00:00.034918", "end": "2026-01-03 11:40:06.986038", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-01-03 11:40:06.951120" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:364 Saturday 03 January 2026 11:40:07 -0500 (0:00:01.402) 0:05:53.934 ****** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.011746", "end": "2026-01-03 11:40:07.503564", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-01-03 11:40:07.491818" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.015014", "end": "2026-01-03 11:40:07.902924", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-01-03 11:40:07.887910" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service loaded active running A template for running K8s workloads via podman-kube-play ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.014590", "end": "2026-01-03 11:40:08.302954", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-01-03 11:40:08.288364" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service loaded active running A template for running K8s workloads via podman-kube-play TASK [Check ports, data] ******************************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:381 Saturday 03 January 2026 11:40:08 -0500 (0:00:01.315) 0:05:55.250 ****** ok: [managed-node2] => (item=15001) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 03 Jan 2026 16:40:08 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Sat, 03 Jan 2026 16:34:19 GMT", "redirected": false, "status": 200, "url": "http://localhost:15001/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15002) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 03 Jan 2026 16:40:09 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Sat, 03 Jan 2026 16:34:20 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) ok: [managed-node2] => (item=15003) => { "accept_ranges": "bytes", "ansible_loop_var": "item", "changed": false, "connection": "close", "content": "123", "content_length": "3", "content_type": "text/plain", "cookies": {}, "cookies_string": "", "date": "Sat, 03 Jan 2026 16:40:09 GMT", "elapsed": 0, "failed_when_result": false, "item": 15003, "last_modified": "Sat, 03 Jan 2026 16:34:21 GMT", "redirected": false, "status": 200, "url": "http://localhost:15003/index.txt" } MSG: OK (3 bytes) TASK [Remove pods and units] *************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:393 Saturday 03 January 2026 11:40:09 -0500 (0:00:01.445) 0:05:56.695 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.178) 0:05:56.873 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.081) 0:05:56.955 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.056) 0:05:57.011 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.047) 0:05:57.058 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.055) 0:05:57.114 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.078) 0:05:57.193 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.075) 0:05:57.269 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "__vars_file": "Fedora.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.097) 0:05:57.367 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.058) 0:05:57.426 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.049) 0:05:57.475 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 January 2026 11:40:10 -0500 (0:00:00.045) 0:05:57.521 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 January 2026 11:40:11 -0500 (0:00:00.995) 0:05:58.517 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 January 2026 11:40:11 -0500 (0:00:00.073) 0:05:58.590 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 January 2026 11:40:11 -0500 (0:00:00.073) 0:05:58.664 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 03 January 2026 11:40:11 -0500 (0:00:00.045) 0:05:58.709 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 03 January 2026 11:40:11 -0500 (0:00:00.055) 0:05:58.764 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 03 January 2026 11:40:11 -0500 (0:00:00.044) 0:05:58.809 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023693", "end": "2026-01-03 11:40:12.284604", "rc": 0, "start": "2026-01-03 11:40:12.260911" } STDOUT: podman version 5.6.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 03 January 2026 11:40:12 -0500 (0:00:00.421) 0:05:59.230 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 January 2026 11:40:12 -0500 (0:00:00.046) 0:05:59.277 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 03 January 2026 11:40:12 -0500 (0:00:00.043) 0:05:59.321 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 03 January 2026 11:40:12 -0500 (0:00:00.041) 0:05:59.362 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 January 2026 11:40:12 -0500 (0:00:00.173) 0:05:59.536 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 03 January 2026 11:40:12 -0500 (0:00:00.065) 0:05:59.601 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 03 January 2026 11:40:12 -0500 (0:00:00.072) 0:05:59.673 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:40:12 -0500 (0:00:00.082) 0:05:59.756 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:40:12 -0500 (0:00:00.054) 0:05:59.811 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:40:12 -0500 (0:00:00.048) 0:05:59.860 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:40:13 -0500 (0:00:00.064) 0:05:59.924 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:40:13 -0500 (0:00:00.447) 0:06:00.371 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:40:13 -0500 (0:00:00.074) 0:06:00.446 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:40:13 -0500 (0:00:00.074) 0:06:00.520 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:40:13 -0500 (0:00:00.078) 0:06:00.598 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:40:13 -0500 (0:00:00.077) 0:06:00.676 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:40:13 -0500 (0:00:00.077) 0:06:00.754 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:40:13 -0500 (0:00:00.083) 0:06:00.838 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.076) 0:06:00.915 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.106) 0:06:01.021 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.118) 0:06:01.139 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.086) 0:06:01.225 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.047) 0:06:01.272 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.044) 0:06:01.317 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.085) 0:06:01.402 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.061) 0:06:01.464 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.058) 0:06:01.523 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.096) 0:06:01.620 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.046) 0:06:01.667 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.043) 0:06:01.710 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 03 January 2026 11:40:14 -0500 (0:00:00.078) 0:06:01.789 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.143) 0:06:01.932 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.051) 0:06:01.983 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.051) 0:06:02.035 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.065) 0:06:02.100 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.045) 0:06:02.145 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.041) 0:06:02.187 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.044) 0:06:02.231 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.036) 0:06:02.268 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.036) 0:06:02.304 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.047) 0:06:02.351 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.216) 0:06:02.568 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd1-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.093) 0:06:02.661 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "podman_basic_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.101) 0:06:02.763 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:40:15 -0500 (0:00:00.099) 0:06:02.862 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:40:16 -0500 (0:00:00.088) 0:06:02.951 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:40:16 -0500 (0:00:00.439) 0:06:03.390 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:40:16 -0500 (0:00:00.063) 0:06:03.453 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:40:16 -0500 (0:00:00.065) 0:06:03.519 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:40:17 -0500 (0:00:00.415) 0:06:03.934 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003926", "end": "2026-01-03 11:40:17.405879", "rc": 0, "start": "2026-01-03 11:40:17.401953" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:40:17 -0500 (0:00:00.442) 0:06:04.377 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.006171", "end": "2026-01-03 11:40:17.876730", "rc": 0, "start": "2026-01-03 11:40:17.870559" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:40:17 -0500 (0:00:00.445) 0:06:04.822 ****** ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.063) 0:06:04.885 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.043) 0:06:04.929 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.047) 0:06:04.976 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.059) 0:06:05.036 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.060) 0:06:05.096 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.054) 0:06:05.151 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.066) 0:06:05.218 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.061) 0:06:05.279 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.053) 0:06:05.332 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.050) 0:06:05.382 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:40:18 -0500 (0:00:00.149) 0:06:05.532 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005608", "end": "2026-01-03 11:40:18.998848", "rc": 0, "start": "2026-01-03 11:40:18.993240" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:40:19 -0500 (0:00:00.439) 0:06:05.971 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 03 January 2026 11:40:19 -0500 (0:00:00.145) 0:06:06.117 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458292.725003, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1767458298.2380378, "dev": 66, "device_type": 0, "executable": true, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1767458298.2380378, "nlink": 7, "path": "/run/user/3001", "pw_name": "podman_basic_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 3001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 03 January 2026 11:40:19 -0500 (0:00:00.473) 0:06:06.590 ****** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:38:31 EST", "ActiveEnterTimestampMonotonic": "434035497", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "\"app-podman\\\\x2dkube.slice\" basic.target -.mount run-user-3001.mount network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:38:20 EST", "AssertTimestampMonotonic": "423358761", "Before": "default.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "331616000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "Sat 2026-01-03 11:38:20 EST", "ConditionTimestampMonotonic": "423358757", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/user.slice/user-3001.slice/user@3001.service/app.slice/app-podman\\x2dkube.slice/podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "ControlGroupId": "8163", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/user/service.d/10-timeout-abort.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "26399", "ExecMainStartTimestamp": "Sat 2026-01-03 11:38:31 EST", "ExecMainStartTimestampMonotonic": "434035410", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[Sat 2026-01-03 11:38:20 EST] ; stop_time=[n/a] ; pid=26355 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[Sat 2026-01-03 11:38:20 EST] ; stop_time=[n/a] ; pid=26355 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/user/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:38:20 EST", "InactiveExitTimestampMonotonic": "423359982", "InvocationID": "9a430bfb8ec8497a92ef09702cfb522c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "26399", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3846729728", "MemoryCurrent": "22814720", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "40787968", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-home-podman_basic_user-.config-containers-ansible\\\\x2dkubernetes.d-httpd1.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "200", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"app-podman\\\\x2dkube.slice\" basic.target", "RequiresMountsFor": "/run/user/3001/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "app-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:38:31 EST", "StateChangeTimestampMonotonic": "434035497", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "16", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "default.target", "Wants": "network-online.target", "WantsMountsFor": "/home/podman_basic_user", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/podman_basic_user" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 03 January 2026 11:40:30 -0500 (0:00:11.210) 0:06:17.801 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458297.919036, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "1a11f35e09fd94434686abc97046c12407efbdbb", "ctime": 1767458297.3346784, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 393794, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767458297.0230303, "nlink": 1, "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "pw_name": "podman_basic_user", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 3001, "version": "1605392172", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 03 January 2026 11:40:31 -0500 (0:00:00.442) 0:06:18.243 ****** ok: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "changed": false, "failed_when_result": false } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 03 January 2026 11:40:32 -0500 (0:00:00.623) 0:06:18.866 ****** changed: [managed-node2] => { "changed": true, "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 03 January 2026 11:40:32 -0500 (0:00:00.451) 0:06:19.318 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 03 January 2026 11:40:32 -0500 (0:00:00.079) 0:06:19.398 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:40:32 -0500 (0:00:00.122) 0:06:19.520 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:40:32 -0500 (0:00:00.083) 0:06:19.603 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:40:32 -0500 (0:00:00.070) 0:06:19.674 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [ "podman_basic_user" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:40:32 -0500 (0:00:00.092) 0:06:19.766 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:40:32 -0500 (0:00:00.057) 0:06:19.824 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd2-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:40:33 -0500 (0:00:00.069) 0:06:19.894 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:40:33 -0500 (0:00:00.077) 0:06:19.971 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:40:33 -0500 (0:00:00.060) 0:06:20.032 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:40:33 -0500 (0:00:00.080) 0:06:20.113 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:40:33 -0500 (0:00:00.433) 0:06:20.546 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:40:33 -0500 (0:00:00.054) 0:06:20.601 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:40:33 -0500 (0:00:00.085) 0:06:20.686 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:40:34 -0500 (0:00:00.435) 0:06:21.122 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:40:34 -0500 (0:00:00.074) 0:06:21.197 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:40:34 -0500 (0:00:00.078) 0:06:21.276 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:40:34 -0500 (0:00:00.072) 0:06:21.348 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:40:34 -0500 (0:00:00.071) 0:06:21.420 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:40:34 -0500 (0:00:00.077) 0:06:21.497 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:40:34 -0500 (0:00:00.071) 0:06:21.569 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:40:34 -0500 (0:00:00.091) 0:06:21.661 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:40:34 -0500 (0:00:00.085) 0:06:21.747 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:40:35 -0500 (0:00:00.148) 0:06:21.895 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:40:35 -0500 (0:00:00.063) 0:06:21.959 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:40:35 -0500 (0:00:00.056) 0:06:22.016 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:40:35 -0500 (0:00:00.052) 0:06:22.068 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:40:35 -0500 (0:00:00.055) 0:06:22.124 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005703", "end": "2026-01-03 11:40:35.595501", "rc": 0, "start": "2026-01-03 11:40:35.589798" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:40:35 -0500 (0:00:00.423) 0:06:22.547 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 03 January 2026 11:40:35 -0500 (0:00:00.123) 0:06:22.671 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 03 January 2026 11:40:35 -0500 (0:00:00.065) 0:06:22.736 ****** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:38:52 EST", "ActiveEnterTimestampMonotonic": "455373090", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket basic.target -.mount sysinit.target \"system-podman\\\\x2dkube.slice\" network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:38:41 EST", "AssertTimestampMonotonic": "444621320", "Before": "multi-user.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "295489000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "Sat 2026-01-03 11:38:41 EST", "ConditionTimestampMonotonic": "444621318", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "ControlGroupId": "9724", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "28896", "ExecMainStartTimestamp": "Sat 2026-01-03 11:38:52 EST", "ExecMainStartTimestampMonotonic": "455372972", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:38:41 EST", "InactiveExitTimestampMonotonic": "444622692", "InvocationID": "e04f6590a60e4b7fae295babe175fff1", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "28896", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3385102336", "MemoryCurrent": "2367488", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "21331968", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount \"system-podman\\\\x2dkube.slice\" sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:38:52 EST", "StateChangeTimestampMonotonic": "455373090", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 03 January 2026 11:40:47 -0500 (0:00:11.287) 0:06:34.024 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458318.8611689, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "26d43f892f1e56cc10cbf1724f49b297a4497621", "ctime": 1767458318.302043, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393779, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767458318.0021634, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 0, "version": "3023478936", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 03 January 2026 11:40:47 -0500 (0:00:00.411) 0:06:34.436 ****** ok: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/httpd2.yml" ], "changed": false, "failed_when_result": false } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 03 January 2026 11:40:48 -0500 (0:00:00.563) 0:06:34.999 ****** changed: [managed-node2] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 03 January 2026 11:40:48 -0500 (0:00:00.448) 0:06:35.447 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 03 January 2026 11:40:48 -0500 (0:00:00.071) 0:06:35.518 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:40:48 -0500 (0:00:00.126) 0:06:35.644 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:40:48 -0500 (0:00:00.069) 0:06:35.713 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:40:48 -0500 (0:00:00.073) 0:06:35.787 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:40:48 -0500 (0:00:00.074) 0:06:35.862 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:40:49 -0500 (0:00:00.069) 0:06:35.932 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_80o_msuz_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_80o_msuz_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:40:49 -0500 (0:00:00.102) 0:06:36.034 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:40:49 -0500 (0:00:00.096) 0:06:36.131 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:40:49 -0500 (0:00:00.066) 0:06:36.198 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:40:49 -0500 (0:00:00.091) 0:06:36.289 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:40:49 -0500 (0:00:00.051) 0:06:36.340 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:40:49 -0500 (0:00:00.053) 0:06:36.394 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:40:49 -0500 (0:00:00.064) 0:06:36.459 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.424) 0:06:36.883 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.052) 0:06:36.935 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.050) 0:06:36.986 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.052) 0:06:37.038 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.066) 0:06:37.105 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.128) 0:06:37.234 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.049) 0:06:37.283 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.059) 0:06:37.343 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.079) 0:06:37.423 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.080) 0:06:37.503 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.096) 0:06:37.599 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.102) 0:06:37.702 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.081) 0:06:37.784 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:40:50 -0500 (0:00:00.080) 0:06:37.864 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005537", "end": "2026-01-03 11:40:51.354737", "rc": 0, "start": "2026-01-03 11:40:51.349200" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:40:51 -0500 (0:00:00.446) 0:06:38.310 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 03 January 2026 11:40:51 -0500 (0:00:00.083) 0:06:38.393 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 03 January 2026 11:40:51 -0500 (0:00:00.042) 0:06:38.436 ****** changed: [managed-node2] => { "changed": true, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2026-01-03 11:39:13 EST", "ActiveEnterTimestampMonotonic": "476061331", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target systemd-journald.socket \"system-podman\\\\x2dkube.slice\" network-online.target -.mount basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2026-01-03 11:39:02 EST", "AssertTimestampMonotonic": "465429617", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "286975000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "Sat 2026-01-03 11:39:02 EST", "ConditionTimestampMonotonic": "465429614", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "ControlGroupId": "11161", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "31207", "ExecMainStartTimestamp": "Sat 2026-01-03 11:39:13 EST", "ExecMainStartTimestampMonotonic": "476061275", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2026-01-03 11:39:02 EST", "InactiveExitTimestampMonotonic": "465431865", "InvocationID": "825467f3ba254987a827faa0ba7c6a4e", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "31207", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3393093632", "MemoryCurrent": "2240512", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "20922368", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount \"system-podman\\\\x2dkube.slice\" sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2026-01-03 11:39:13 EST", "StateChangeTimestampMonotonic": "476061331", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "3", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 03 January 2026 11:41:02 -0500 (0:00:11.348) 0:06:49.784 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458339.7643015, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "0e7c1cae5de5a36f8d4abf75588808500ce3b763", "ctime": 1767458339.1172974, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 393778, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1767458338.8382957, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 762, "uid": 0, "version": "953167193", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 03 January 2026 11:41:03 -0500 (0:00:00.467) 0:06:50.252 ****** ok: [managed-node2] => { "actions": [ "/usr/bin/podman kube play --down /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": false, "failed_when_result": false } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 03 January 2026 11:41:03 -0500 (0:00:00.531) 0:06:50.783 ****** changed: [managed-node2] => { "changed": true, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 03 January 2026 11:41:04 -0500 (0:00:00.404) 0:06:51.188 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 03 January 2026 11:41:04 -0500 (0:00:00.052) 0:06:51.241 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:41:04 -0500 (0:00:00.068) 0:06:51.309 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:41:04 -0500 (0:00:00.047) 0:06:51.357 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:41:04 -0500 (0:00:00.063) 0:06:51.420 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:41:04 -0500 (0:00:00.081) 0:06:51.502 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 03 January 2026 11:41:04 -0500 (0:00:00.074) 0:06:51.576 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 03 January 2026 11:41:04 -0500 (0:00:00.064) 0:06:51.641 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for managed-node2 => (item=podman_basic_user) TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Saturday 03 January 2026 11:41:04 -0500 (0:00:00.178) 0:06:51.819 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set cancel linger vars] *************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Saturday 03 January 2026 11:41:05 -0500 (0:00:00.444) 0:06:52.263 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Saturday 03 January 2026 11:41:05 -0500 (0:00:00.056) 0:06:52.319 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458292.725003, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1767458298.2380378, "dev": 66, "device_type": 0, "executable": true, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 1, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0700", "mtime": 1767458298.2380378, "nlink": 7, "path": "/run/user/3001", "pw_name": "podman_basic_user", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 160, "uid": 3001, "version": null, "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": true } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Saturday 03 January 2026 11:41:05 -0500 (0:00:00.433) 0:06:52.753 ****** ok: [managed-node2] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Saturday 03 January 2026 11:41:06 -0500 (0:00:00.694) 0:06:53.448 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.043558", "end": "2026-01-03 11:41:07.020874", "rc": 0, "start": "2026-01-03 11:41:06.977316" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Saturday 03 January 2026 11:41:07 -0500 (0:00:00.520) 0:06:53.968 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.039661", "end": "2026-01-03 11:41:07.540220", "rc": 0, "start": "2026-01-03 11:41:07.500559" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Saturday 03 January 2026 11:41:07 -0500 (0:00:00.612) 0:06:54.581 ****** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "podman_basic_user" ], "delta": "0:00:00.008022", "end": "2026-01-03 11:41:08.074258", "rc": 0, "start": "2026-01-03 11:41:08.066236" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Saturday 03 January 2026 11:41:08 -0500 (0:00:00.471) 0:06:55.053 ****** FAILED - RETRYING: [managed-node2]: Wait for user session to exit closing state (10 retries left). FAILED - RETRYING: [managed-node2]: Wait for user session to exit closing state (9 retries left). FAILED - RETRYING: [managed-node2]: Wait for user session to exit closing state (8 retries left). FAILED - RETRYING: [managed-node2]: Wait for user session to exit closing state (7 retries left). FAILED - RETRYING: [managed-node2]: Wait for user session to exit closing state (6 retries left). ok: [managed-node2] => { "attempts": 6, "changed": false, "cmd": [ "loginctl", "show-user", "--value", "-p", "State", "podman_basic_user" ], "delta": "0:00:00.006587", "end": "2026-01-03 11:41:20.343574", "failed_when_result": false, "rc": 1, "start": "2026-01-03 11:41:20.336987" } STDERR: Failed to get user: User ID 3001 is not logged in or lingering MSG: non-zero return code TASK [fedora.linux_system_roles.podman : Stop logind] ************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:82 Saturday 03 January 2026 11:41:20 -0500 (0:00:12.241) 0:07:07.295 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__user_state is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:87 Saturday 03 January 2026 11:41:20 -0500 (0:00:00.057) 0:07:07.352 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__user_state is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart logind] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:98 Saturday 03 January 2026 11:41:20 -0500 (0:00:00.047) 0:07:07.400 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__user_state is failed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 03 January 2026 11:41:20 -0500 (0:00:00.044) 0:07:07.444 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 03 January 2026 11:41:20 -0500 (0:00:00.041) 0:07:07.486 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Check that pods are not running] ***************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:406 Saturday 03 January 2026 11:41:20 -0500 (0:00:00.059) 0:07:07.546 ****** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd1" ], "delta": "0:00:00.028542", "end": "2026-01-03 11:41:21.109284", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 125, "start": "2026-01-03 11:41:21.080742" } STDERR: time="2026-01-03T11:41:21-05:00" level=warning msg="RunRoot is pointing to a path (/run/user/3001/containers) which is not writable. Most likely podman will fail." Error: default OCI runtime "crun" not found: invalid argument MSG: non-zero return code ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd2" ], "delta": "0:00:00.029590", "end": "2026-01-03 11:41:21.504764", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2026-01-03 11:41:21.475174" } MSG: non-zero return code ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd3" ], "delta": "0:00:00.031939", "end": "2026-01-03 11:41:21.900157", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2026-01-03 11:41:21.868218" } MSG: non-zero return code TASK [Check Services should be absent] ***************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:419 Saturday 03 January 2026 11:41:21 -0500 (0:00:01.311) 0:07:08.858 ****** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --user list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd1[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.008165", "end": "2026-01-03 11:41:22.402484", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2026-01-03 11:41:22.394319" } STDERR: Failed to connect to user scope bus via local transport: No such file or directory MSG: non-zero return code ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd2[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.013933", "end": "2026-01-03 11:41:22.777848", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2026-01-03 11:41:22.763915" } MSG: non-zero return code ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": "set -euo pipefail\nsystemctl --system list-units -a -l --plain | grep -E '^[ ]*podman-kube@.+-httpd3[.]yml[.]service[ ]+loaded[ ]+active '\n", "delta": "0:00:00.013671", "end": "2026-01-03 11:41:23.153166", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2026-01-03 11:41:23.139495" } MSG: non-zero return code TASK [Ensure no linger] ******************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:438 Saturday 03 January 2026 11:41:23 -0500 (0:00:01.240) 0:07:10.098 ****** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "stat": { "exists": false } } skipping: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item[1] != \"root\"", "item": [ "httpd2", "root", 0 ], "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item[1] != \"root\"", "item": [ "httpd3", "root", 0 ], "skip_reason": "Conditional result was False" } TASK [Remove pods and units again - test idempotence] ************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:446 Saturday 03 January 2026 11:41:23 -0500 (0:00:00.412) 0:07:10.510 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 03 January 2026 11:41:23 -0500 (0:00:00.176) 0:07:10.687 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 03 January 2026 11:41:23 -0500 (0:00:00.079) 0:07:10.767 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 03 January 2026 11:41:23 -0500 (0:00:00.051) 0:07:10.818 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 03 January 2026 11:41:23 -0500 (0:00:00.047) 0:07:10.865 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 03 January 2026 11:41:24 -0500 (0:00:00.049) 0:07:10.914 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 03 January 2026 11:41:24 -0500 (0:00:00.062) 0:07:10.977 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 03 January 2026 11:41:24 -0500 (0:00:00.079) 0:07:11.057 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora.yml) => { "__vars_file": "Fedora.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=Fedora_41.yml) => { "__vars_file": "Fedora_41.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 03 January 2026 11:41:24 -0500 (0:00:00.095) 0:07:11.152 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 03 January 2026 11:41:24 -0500 (0:00:00.048) 0:07:11.201 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 03 January 2026 11:41:24 -0500 (0:00:00.047) 0:07:11.248 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 03 January 2026 11:41:24 -0500 (0:00:00.044) 0:07:11.293 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 03 January 2026 11:41:25 -0500 (0:00:01.083) 0:07:12.377 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 03 January 2026 11:41:25 -0500 (0:00:00.071) 0:07:12.448 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(__podman_packages | difference(ansible_facts.packages)) | list | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Saturday 03 January 2026 11:41:25 -0500 (0:00:00.084) 0:07:12.533 ****** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Saturday 03 January 2026 11:41:25 -0500 (0:00:00.071) 0:07:12.604 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Saturday 03 January 2026 11:41:25 -0500 (0:00:00.077) 0:07:12.681 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Saturday 03 January 2026 11:41:25 -0500 (0:00:00.084) 0:07:12.765 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.024408", "end": "2026-01-03 11:41:26.255194", "rc": 0, "start": "2026-01-03 11:41:26.230786" } STDOUT: podman version 5.6.2 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Saturday 03 January 2026 11:41:26 -0500 (0:00:00.535) 0:07:13.301 ****** ok: [managed-node2] => { "ansible_facts": { "podman_version": "5.6.2" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Saturday 03 January 2026 11:41:26 -0500 (0:00:00.049) 0:07:13.350 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_version is version(\"4.2\", \"<\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Saturday 03 January 2026 11:41:26 -0500 (0:00:00.071) 0:07:13.421 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "(podman_quadlet_specs | length > 0) or (podman_secrets | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.4 or later for quadlet, secrets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Saturday 03 January 2026 11:41:26 -0500 (0:00:00.047) 0:07:13.469 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Saturday 03 January 2026 11:41:26 -0500 (0:00:00.047) 0:07:13.517 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__has_type_pod or __has_pod_file_ext or __has_pod_file_src_ext or __has_pod_template_src_ext or __has_pod_template_src_ext_j2", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Podman package version must be 5.0 or later for Pod quadlets] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Saturday 03 January 2026 11:41:26 -0500 (0:00:00.053) 0:07:13.570 ****** META: end_host conditional evaluated to False, continuing execution for managed-node2 skipping: [managed-node2] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node2" } MSG: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Saturday 03 January 2026 11:41:26 -0500 (0:00:00.060) 0:07:13.631 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:41:26 -0500 (0:00:00.099) 0:07:13.731 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:41:27 -0500 (0:00:00.435) 0:07:14.166 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:41:27 -0500 (0:00:00.069) 0:07:14.236 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:41:27 -0500 (0:00:00.068) 0:07:14.304 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:41:27 -0500 (0:00:00.416) 0:07:14.721 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:41:27 -0500 (0:00:00.076) 0:07:14.798 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:41:27 -0500 (0:00:00.062) 0:07:14.860 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.049) 0:07:14.910 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.049) 0:07:14.959 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.042) 0:07:15.002 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.041) 0:07:15.043 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.048) 0:07:15.092 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.056) 0:07:15.149 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_container_conf_file": "/etc/containers/containers.conf.d/50-systemroles.conf", "__podman_parent_mode": "0755", "__podman_parent_path": "/etc/containers", "__podman_policy_json_file": "/etc/containers/policy.json", "__podman_registries_conf_file": "/etc/containers/registries.conf.d/50-systemroles.conf", "__podman_storage_conf_file": "/etc/containers/storage.conf" }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle container.conf.d] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.139) 0:07:15.288 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure containers.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.101) 0:07:15.389 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.073) 0:07:15.463 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.071) 0:07:15.535 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure registries.d exists] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.126) 0:07:15.661 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update registries config file] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.056) 0:07:15.718 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_registries_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle storage.conf] ****************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Saturday 03 January 2026 11:41:28 -0500 (0:00:00.048) 0:07:15.766 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure storage.conf parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.168) 0:07:15.934 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update storage config file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.045) 0:07:15.980 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_storage_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle policy.json] ******************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.043) 0:07:16.024 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure policy.json parent dir exists] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.085) 0:07:16.109 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stat the policy.json file] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.059) 0:07:16.168 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.045) 0:07:16.214 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.041) 0:07:16.255 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage firewall for specified ports] ************************************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.040) 0:07:16.296 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_firewall | length > 0", "skip_reason": "Conditional result was False" } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.045) 0:07:16.341 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_selinux_ports | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.041) 0:07:16.383 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.043) 0:07:16.426 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.055) 0:07:16.481 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:177 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.061) 0:07:16.543 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:184 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.066) 0:07:16.609 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:41:29 -0500 (0:00:00.210) 0:07:16.819 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd1\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd1\n ports:\n - containerPort: 80\n hostPort: 15001\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd1-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:41:30 -0500 (0:00:00.097) 0:07:16.917 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd1" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd1", "ports": [ { "containerPort": 80, "hostPort": 15001 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd1-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "podman_basic_user" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:41:30 -0500 (0:00:00.089) 0:07:17.006 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd1", "__podman_rootless": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:41:30 -0500 (0:00:00.066) 0:07:17.073 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:41:30 -0500 (0:00:00.097) 0:07:17.170 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:41:30 -0500 (0:00:00.443) 0:07:17.613 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:41:30 -0500 (0:00:00.085) 0:07:17.699 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:41:30 -0500 (0:00:00.114) 0:07:17.814 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:41:31 -0500 (0:00:00.429) 0:07:18.243 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003837", "end": "2026-01-03 11:41:31.717065", "rc": 0, "start": "2026-01-03 11:41:31.713228" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:41:31 -0500 (0:00:00.415) 0:07:18.659 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.006104", "end": "2026-01-03 11:41:32.129451", "rc": 0, "start": "2026-01-03 11:41:32.123347" } STDOUT: 0: podman_basic_user 589824 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:41:32 -0500 (0:00:00.446) 0:07:19.105 ****** ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 589824 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:41:32 -0500 (0:00:00.098) 0:07:19.204 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:41:32 -0500 (0:00:00.094) 0:07:19.298 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:41:32 -0500 (0:00:00.075) 0:07:19.374 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:41:32 -0500 (0:00:00.071) 0:07:19.446 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:41:32 -0500 (0:00:00.072) 0:07:19.518 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:41:32 -0500 (0:00:00.188) 0:07:19.706 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:41:32 -0500 (0:00:00.080) 0:07:19.787 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "user", "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:41:33 -0500 (0:00:00.093) 0:07:19.881 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:41:33 -0500 (0:00:00.097) 0:07:19.979 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:41:33 -0500 (0:00:00.079) 0:07:20.058 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:41:33 -0500 (0:00:00.084) 0:07:20.142 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005898", "end": "2026-01-03 11:41:33.641528", "rc": 0, "start": "2026-01-03 11:41:33.635630" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:41:33 -0500 (0:00:00.447) 0:07:20.589 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 03 January 2026 11:41:33 -0500 (0:00:00.116) 0:07:20.706 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 03 January 2026 11:41:34 -0500 (0:00:00.409) 0:07:21.115 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_rootless or __podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 03 January 2026 11:41:34 -0500 (0:00:00.044) 0:07:21.160 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 03 January 2026 11:41:34 -0500 (0:00:00.419) 0:07:21.579 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_rootless or __podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 03 January 2026 11:41:34 -0500 (0:00:00.107) 0:07:21.687 ****** ok: [managed-node2] => { "changed": false, "path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.473) 0:07:22.161 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.060) 0:07:22.221 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.081) 0:07:22.302 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.054) 0:07:22.357 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_item_state | d('present') != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.050) 0:07:22.408 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [ "podman_basic_user" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.048) 0:07:22.456 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.039) 0:07:22.496 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd2\nspec:\n containers:\n - command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n image: quay.io/libpod/testimage:20210610\n name: httpd2\n ports:\n - containerPort: 80\n hostPort: 15002\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_80o_msuz_podman/httpd2-create\n name: create\n" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.058) 0:07:22.554 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd2" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd2", "ports": [ { "containerPort": 80, "hostPort": 15002 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd2-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.057) 0:07:22.611 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd2", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.055) 0:07:22.666 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:41:35 -0500 (0:00:00.077) 0:07:22.744 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "Super User", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:41:36 -0500 (0:00:00.428) 0:07:23.172 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:41:36 -0500 (0:00:00.087) 0:07:23.259 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:41:36 -0500 (0:00:00.116) 0:07:23.375 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:41:36 -0500 (0:00:00.464) 0:07:23.840 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.079) 0:07:23.919 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.073) 0:07:23.992 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.070) 0:07:24.063 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.191) 0:07:24.254 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.072) 0:07:24.327 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.069) 0:07:24.397 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.084) 0:07:24.481 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.071) 0:07:24.553 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.078) 0:07:24.631 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.093) 0:07:24.725 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:41:37 -0500 (0:00:00.088) 0:07:24.813 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:41:38 -0500 (0:00:00.079) 0:07:24.893 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:41:38 -0500 (0:00:00.084) 0:07:24.978 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005790", "end": "2026-01-03 11:41:38.464959", "rc": 0, "start": "2026-01-03 11:41:38.459169" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:41:38 -0500 (0:00:00.462) 0:07:25.440 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 03 January 2026 11:41:38 -0500 (0:00:00.160) 0:07:25.601 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 03 January 2026 11:41:38 -0500 (0:00:00.069) 0:07:25.670 ****** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target basic.target \"system-podman\\\\x2dkube.slice\" network-online.target -.mount systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd2.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3412881408", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 03 January 2026 11:41:39 -0500 (0:00:00.595) 0:07:26.265 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 03 January 2026 11:41:39 -0500 (0:00:00.422) 0:07:26.688 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_file_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 03 January 2026 11:41:39 -0500 (0:00:00.056) 0:07:26.745 ****** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.404) 0:07:27.149 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.084) 0:07:27.234 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.119) 0:07:27.353 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.073) 0:07:27.427 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.050) 0:07:27.478 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.047) 0:07:27.525 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 0] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:14 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.058) 0:07:27.584 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_spec": { "state": "absent" }, "__podman_kube_str": "apiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\nspec:\n containers:\n - name: httpd3\n image: quay.io/libpod/testimage:20210610\n command:\n - /bin/busybox-extras\n - httpd\n - -f\n - -p\n - 80\n ports:\n - containerPort: 80\n hostPort: 15003\n volumeMounts:\n - mountPath: /var/www:Z\n name: www\n - mountPath: /var/httpd-create:Z\n name: create\n workingDir: /var/www\n volumes:\n - name: www\n hostPath:\n path: \"/tmp/lsr_80o_msuz_podman/httpd3\"\n - name: create\n hostPath:\n path: \"/tmp/lsr_80o_msuz_podman/httpd3-create\"" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 1] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:21 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.056) 0:07:27.641 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_continue_if_pull_fails": false, "__podman_kube": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "httpd3" }, "spec": { "containers": [ { "command": [ "/bin/busybox-extras", "httpd", "-f", "-p", 80 ], "image": "quay.io/libpod/testimage:20210610", "name": "httpd3", "ports": [ { "containerPort": 80, "hostPort": 15003 } ], "volumeMounts": [ { "mountPath": "/var/www:Z", "name": "www" }, { "mountPath": "/var/httpd-create:Z", "name": "create" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_80o_msuz_podman/httpd3-create" }, "name": "create" } ] } }, "__podman_kube_file": "", "__podman_pull_image": true, "__podman_state": "absent", "__podman_systemd_unit_scope": "", "__podman_user": "root" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 2] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:33 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.056) 0:07:27.697 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_images": [ "quay.io/libpod/testimage:20210610" ], "__podman_kube_name": "httpd3", "__podman_rootless": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:42 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.058) 0:07:27.756 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Saturday 03 January 2026 11:41:40 -0500 (0:00:00.074) 0:07:27.831 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "'getent_passwd' not in ansible_facts or __podman_handle_user not in ansible_facts['getent_passwd']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user does not exist] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Saturday 03 January 2026 11:41:41 -0500 (0:00:00.051) 0:07:27.883 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Saturday 03 January 2026 11:41:41 -0500 (0:00:00.048) 0:07:27.932 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Saturday 03 January 2026 11:41:41 -0500 (0:00:00.059) 0:07:27.991 ****** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1767458145.6044047, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "0c228ad086513530aab958732f1fb01238bc39b0", "ctime": 1767458103.9101815, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 192393, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "application/x-pie-executable", "mode": "0755", "mtime": 1728518400.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15728, "uid": 0, "version": "3359639764", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subuids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Saturday 03 January 2026 11:41:41 -0500 (0:00:00.564) 0:07:28.556 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Saturday 03 January 2026 11:41:41 -0500 (0:00:00.094) 0:07:28.650 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Saturday 03 January 2026 11:41:41 -0500 (0:00:00.074) 0:07:28.725 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Saturday 03 January 2026 11:41:41 -0500 (0:00:00.053) 0:07:28.779 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Saturday 03 January 2026 11:41:41 -0500 (0:00:00.048) 0:07:28.828 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Saturday 03 January 2026 11:41:42 -0500 (0:00:00.049) 0:07:28.877 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Saturday 03 January 2026 11:41:42 -0500 (0:00:00.048) 0:07:28.926 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Saturday 03 January 2026 11:41:42 -0500 (0:00:00.043) 0:07:28.969 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:48 Saturday 03 January 2026 11:41:42 -0500 (0:00:00.042) 0:07:29.011 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube is none or __podman_kube | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container variables part 3] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:57 Saturday 03 January 2026 11:41:42 -0500 (0:00:00.049) 0:07:29.061 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_activate_systemd_unit": true, "__podman_systemd_scope": "system", "__podman_xdg_runtime_dir": "/run/user/0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 4] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:64 Saturday 03 January 2026 11:41:42 -0500 (0:00:00.061) 0:07:29.122 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_path": "/etc/containers/ansible-kubernetes.d" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 5] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:70 Saturday 03 January 2026 11:41:42 -0500 (0:00:00.084) 0:07:29.207 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml" }, "changed": false } TASK [fedora.linux_system_roles.podman : Set per-container variables part 6] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:74 Saturday 03 January 2026 11:41:42 -0500 (0:00:00.085) 0:07:29.292 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Get service name using systemd-escape] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:81 Saturday 03 January 2026 11:41:42 -0500 (0:00:00.085) 0:07:29.378 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005485", "end": "2026-01-03 11:41:42.863265", "rc": 0, "start": "2026-01-03 11:41:42.857780" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:89 Saturday 03 January 2026 11:41:42 -0500 (0:00:00.442) 0:07:29.820 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Saturday 03 January 2026 11:41:43 -0500 (0:00:00.089) 0:07:29.910 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Saturday 03 January 2026 11:41:43 -0500 (0:00:00.041) 0:07:29.952 ****** ok: [managed-node2] => { "changed": false, "enabled": false, "failed_when_result": false, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "stopped", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"system-podman\\\\x2dkube.slice\" systemd-journald.socket sysinit.target network-online.target basic.target -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "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": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DropInPaths": "/usr/lib/systemd/system/service.d/10-timeout-abort.conf /usr/lib/systemd/system/service.d/50-keep-warm.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3892682752", "EffectiveMemoryMax": "3892682752", "EffectiveTasksMax": "4409", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\" SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube play --replace --service-container=true /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=/usr/bin/podman ; argv[]=/usr/bin/podman kube down /etc/containers/ansible-kubernetes.d/httpd3.yml ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/podman-kube@.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "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": "14698", "LimitNPROCSoft": "14698", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14698", "LimitSIGPENDINGSoft": "14698", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3394539520", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "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": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount sysinit.target \"system-podman\\\\x2dkube.slice\"", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.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]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "4409", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "45s", "TimeoutStopFailureMode": "abort", "TimeoutStopUSec": "1min 10s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-online.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.podman : Check if kube file exists] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Saturday 03 January 2026 11:41:43 -0500 (0:00:00.602) 0:07:30.554 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Saturday 03 January 2026 11:41:44 -0500 (0:00:00.453) 0:07:31.008 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_file_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:59 Saturday 03 January 2026 11:41:44 -0500 (0:00:00.077) 0:07:31.086 ****** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "state": "absent" } TASK [fedora.linux_system_roles.podman : Prune images no longer in use] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:64 Saturday 03 January 2026 11:41:44 -0500 (0:00:00.463) 0:07:31.550 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_removed is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:75 Saturday 03 January 2026 11:41:44 -0500 (0:00:00.083) 0:07:31.634 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Enable linger if needed] ************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:13 Saturday 03 January 2026 11:41:44 -0500 (0:00:00.153) 0:07:31.788 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:18 Saturday 03 January 2026 11:41:45 -0500 (0:00:00.081) 0:07:31.869 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:22 Saturday 03 January 2026 11:41:45 -0500 (0:00:00.071) 0:07:31.941 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:93 Saturday 03 January 2026 11:41:45 -0500 (0:00:00.077) 0:07:32.019 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:191 Saturday 03 January 2026 11:41:45 -0500 (0:00:00.068) 0:07:32.087 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Saturday 03 January 2026 11:41:45 -0500 (0:00:00.064) 0:07:32.152 ****** included: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml for managed-node2 => (item=podman_basic_user) TASK [fedora.linux_system_roles.podman : Get user information] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Saturday 03 January 2026 11:41:45 -0500 (0:00:00.177) 0:07:32.330 ****** ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "podman_basic_user": [ "x", "3001", "3001", "", "/home/podman_basic_user", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.podman : Set cancel linger vars] *************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Saturday 03 January 2026 11:41:45 -0500 (0:00:00.478) 0:07:32.809 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_xdg_runtime_dir": "/run/user/3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : Stat XDG_RUNTIME_DIR] ***************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Saturday 03 January 2026 11:41:46 -0500 (0:00:00.226) 0:07:33.035 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Saturday 03 January 2026 11:41:46 -0500 (0:00:00.448) 0:07:33.483 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Saturday 03 January 2026 11:41:46 -0500 (0:00:00.072) 0:07:33.555 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Saturday 03 January 2026 11:41:46 -0500 (0:00:00.069) 0:07:33.624 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:50 Saturday 03 January 2026 11:41:46 -0500 (0:00:00.043) 0:07:33.668 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 Saturday 03 January 2026 11:41:46 -0500 (0:00:00.041) 0:07:33.710 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__cancel_linger is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop logind] ************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:82 Saturday 03 January 2026 11:41:46 -0500 (0:00:00.047) 0:07:33.757 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__cancel_linger is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:87 Saturday 03 January 2026 11:41:46 -0500 (0:00:00.057) 0:07:33.815 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__cancel_linger is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart logind] *********************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:98 Saturday 03 January 2026 11:41:47 -0500 (0:00:00.088) 0:07:33.903 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__cancel_linger is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle credential files - absent] ***** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Saturday 03 January 2026 11:41:47 -0500 (0:00:00.079) 0:07:33.983 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Saturday 03 January 2026 11:41:47 -0500 (0:00:00.064) 0:07:34.048 ****** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [Clean up storage.conf] *************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:466 Saturday 03 January 2026 11:41:47 -0500 (0:00:00.108) 0:07:34.156 ****** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:473 Saturday 03 January 2026 11:41:47 -0500 (0:00:00.468) 0:07:34.624 ****** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_80o_msuz_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:480 Saturday 03 January 2026 11:41:48 -0500 (0:00:00.429) 0:07:35.053 ****** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_sa_lqf83.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=619 changed=54 unreachable=0 failed=0 skipped=913 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-01-03T16:36:43.602439+00:00Z", "host": "managed-node2", "message": "Output: \nError=Trying to pull quay.io/linux-system-roles/this_is_a_bogus_image:latest...\nError: unable to copy from source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: initializing source docker://quay.io/linux-system-roles/this_is_a_bogus_image:latest: reading manifest latest in quay.io/linux-system-roles/this_is_a_bogus_image: unauthorized: access to the requested resource is not authorized\n", "start_time": "2026-01-03T16:36:42.937391+00:00Z", "task_name": "Update containers/pods", "task_path": "/tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:63" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 03 January 2026 11:41:48 -0500 (0:00:00.213) 0:07:35.266 ****** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 79.69s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Wait for user session to exit closing state -- 12.24s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:62 fedora.linux_system_roles.podman : Start service ----------------------- 11.41s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.35s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.34s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.29s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.26s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:98 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.21s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.24s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.22s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.20s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.17s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.16s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.14s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.firewall : Install firewalld ------------------ 2.65s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:51 Gathering Facts --------------------------------------------------------- 2.46s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 2.08s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Create data files ------------------------------------------------------- 2.03s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 1.97s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 1.76s /tmp/collections-o4u/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67