ansible-playbook [core 2.17.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-QsE executable location = /usr/local/bin/ansible-playbook python version = 3.12.13 (main, Apr 16 2026, 00:00:00) [GCC 14.3.1 20251022 (Red Hat 14.3.1-4)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic.yml ****************************************************** 2 plays in /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Thursday 23 July 2026 08:46:18 -0400 (0:00:00.030) 0:00:00.030 ********* 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-W18/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Thursday 23 July 2026 08:46:18 -0400 (0:00:00.020) 0:00:00.051 ********* [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Create tmpdir for testing] *********************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:179 Thursday 23 July 2026 08:46:20 -0400 (0:00:02.416) 0:00:02.467 ********* changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_r_tl3axi_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:186 Thursday 23 July 2026 08:46:20 -0400 (0:00:00.512) 0:00:02.980 ********* changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_r_tl3axi_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:197 Thursday 23 July 2026 08:46:21 -0400 (0:00:00.507) 0:00:03.488 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:202 Thursday 23 July 2026 08:46:21 -0400 (0:00:00.033) 0:00:03.522 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:207 Thursday 23 July 2026 08:46:21 -0400 (0:00:00.030) 0:00:03.552 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:212 Thursday 23 July 2026 08:46:21 -0400 (0:00:00.029) 0:00:03.581 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:217 Thursday 23 July 2026 08:46:22 -0400 (0:00:00.598) 0:00:04.180 ********* changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_4klvfrjd.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-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:225 Thursday 23 July 2026 08:46:22 -0400 (0:00:00.265) 0:00:04.445 ********* changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "92bc8179d051c40dbdcc6ba2a364aaba6dda7d52", "dest": "/tmp/lsr_podman_4klvfrjd.yml", "gid": 0, "group": "root", "md5sum": "3d150b5e06d5a81709fe0a27ac0c8d29", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 993, "src": "/root/.ansible/tmp/ansible-tmp-1784810782.4521215-9719-119830550554406/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:232 Thursday 23 July 2026 08:46:23 -0400 (0:00:00.652) 0:00:05.098 ********* 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_r_tl3axi_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "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_r_tl3axi_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "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_r_tl3axi_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create data files] ******************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:240 Thursday 23 July 2026 08:46:24 -0400 (0:00:01.095) 0:00:06.193 ********* changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_r_tl3axi_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:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1784810784.2252324-9787-68114074246181/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_r_tl3axi_podman/httpd2/index.txt", "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1784810784.8974109-9787-79729637085733/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_r_tl3axi_podman/httpd3/index.txt", "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1784810785.5576205-9787-71326890588586/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:250 Thursday 23 July 2026 08:46:26 -0400 (0:00:02.008) 0:00:08.202 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Thursday 23 July 2026 08:46:26 -0400 (0:00:00.016) 0:00:08.218 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Thursday 23 July 2026 08:46:26 -0400 (0:00:00.001) 0:00:08.219 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Thursday 23 July 2026 08:46:26 -0400 (0:00:00.016) 0:00:08.236 ********* included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 23 July 2026 08:46:26 -0400 (0:00:00.084) 0:00:08.320 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 23 July 2026 08:46:26 -0400 (0:00:00.023) 0:00:08.343 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Thursday 23 July 2026 08:46:26 -0400 (0:00:00.577) 0:00:08.921 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Thursday 23 July 2026 08:46:27 -0400 (0:00:00.440) 0:00:09.361 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Thursday 23 July 2026 08:46:27 -0400 (0:00:00.363) 0:00:09.725 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Thursday 23 July 2026 08:46:27 -0400 (0:00:00.020) 0:00:09.746 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Thursday 23 July 2026 08:46:28 -0400 (0:00:00.368) 0:00:10.114 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Thursday 23 July 2026 08:46:28 -0400 (0:00:00.021) 0:00:10.135 ********* ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Thursday 23 July 2026 08:46:28 -0400 (0:00:00.039) 0:00:10.174 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008870", "end": "2026-07-23 08:46:28.556863", "failed_when_result": false, "rc": 0, "start": "2026-07-23 08:46:28.547993" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Thursday 23 July 2026 08:46:28 -0400 (0:00:00.451) 0:00:10.626 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Thursday 23 July 2026 08:46:28 -0400 (0:00:00.019) 0:00:10.645 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 23 July 2026 08:46:28 -0400 (0:00:00.019) 0:00:10.665 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 23 July 2026 08:46:29 -0400 (0:00:01.132) 0:00:11.798 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 23 July 2026 08:46:29 -0400 (0:00:00.018) 0:00:11.816 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: criu-libs-4.2-7.el10.x86_64", "Installed: crun-1.28-1.el10.x86_64", "Installed: gpgme-1.23.2-6.el10.x86_64", "Installed: aardvark-dns-2:2.0.0-1.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-13.el10.x86_64", "Installed: conmon-3:2.2.1-4.el10.x86_64", "Installed: libgcrypt-1.11.0-7.el10.x86_64", "Installed: passt-0^20260611.ga9c61ff-1.el10.x86_64", "Installed: passt-selinux-0^20260611.ga9c61ff-1.el10.noarch", "Installed: libgpg-error-1.50-2.el10.x86_64", "Installed: catatonit-5:0.2.1-4.el10.x86_64", "Installed: container-selinux-4:2.250.0-1.el10.noarch", "Installed: libassuan-2.5.6-6.el10.x86_64", "Installed: containers-common-6:6.0-2.el10.noarch", "Installed: containers-common-extra-6:6.0-2.el10.noarch", "Installed: protobuf-c-1.5.0-6.el10.x86_64", "Installed: netavark-2:2.0.0-1.el10.x86_64", "Installed: npth-1.6-21.el10.x86_64", "Installed: libnet-1.3-7.el10.x86_64", "Installed: podman-7:6.0.1-1.el10.x86_64", "Installed: libksba-1.6.7-2.el10.x86_64", "Installed: podman-sequoia-0.4.0~pqc.3-1.el10.x86_64", "Installed: gnupg2-2.4.5-5.el10.x86_64", "Installed: criu-4.2-7.el10.x86_64" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 23 July 2026 08:47:03 -0400 (0:00:33.200) 0:00:45.017 ********* skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.031) 0:00:45.048 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.032) 0:00:45.081 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.022) 0:00:45.103 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.028618", "end": "2026-07-23 08:47:03.499499", "rc": 0, "start": "2026-07-23 08:47:03.470881" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.489) 0:00:45.593 ********* ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.035) 0:00:45.628 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.022) 0:00:45.650 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.024) 0:00:45.674 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.012) 0:00:45.687 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.035) 0:00:45.723 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.026) 0:00:45.749 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:47:03 -0400 (0:00:00.051) 0:00:45.800 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.537) 0:00:46.337 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.022) 0:00:46.360 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.031) 0:00:46.391 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1778803200.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.388) 0:00:46.780 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.020) 0:00:46.800 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.020) 0:00:46.821 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.020) 0:00:46.842 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.044) 0:00:46.886 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.020) 0:00:46.906 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.020) 0:00:46.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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.019) 0:00:46.946 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Thursday 23 July 2026 08:47:04 -0400 (0:00:00.030) 0:00:46.976 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.058) 0:00:47.035 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.039) 0:00:47.075 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.020) 0:00:47.095 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.018) 0:00:47.114 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.040) 0:00:47.154 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.019) 0:00:47.174 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.018) 0:00:47.193 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.041) 0:00:47.235 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.019) 0:00:47.255 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.018) 0:00:47.273 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.044) 0:00:47.318 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.020) 0:00:47.338 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.018) 0:00:47.357 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.018) 0:00:47.375 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.018) 0:00:47.393 ********* included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.088) 0:00:47.482 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Thursday 23 July 2026 08:47:05 -0400 (0:00:00.032) 0:00:47.515 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Thursday 23 July 2026 08:47:06 -0400 (0:00:00.515) 0:00:48.031 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Thursday 23 July 2026 08:47:06 -0400 (0:00:00.376) 0:00:48.407 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Thursday 23 July 2026 08:47:06 -0400 (0:00:00.371) 0:00:48.779 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Thursday 23 July 2026 08:47:06 -0400 (0:00:00.026) 0:00:48.805 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Thursday 23 July 2026 08:47:07 -0400 (0:00:00.366) 0:00:49.172 ********* ok: [managed-node2] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Thursday 23 July 2026 08:47:07 -0400 (0:00:00.026) 0:00:49.199 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Thursday 23 July 2026 08:47:07 -0400 (0:00:00.048) 0:00:49.247 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Thursday 23 July 2026 08:47:07 -0400 (0:00:00.037) 0:00:49.285 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009374", "end": "2026-07-23 08:47:07.592605", "failed_when_result": false, "rc": 0, "start": "2026-07-23 08:47:07.583231" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Thursday 23 July 2026 08:47:07 -0400 (0:00:00.382) 0:00:49.667 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Thursday 23 July 2026 08:47:07 -0400 (0:00:00.025) 0:00:49.692 ********* ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Thursday 23 July 2026 08:47:07 -0400 (0:00:00.025) 0:00:49.718 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Thursday 23 July 2026 08:47:09 -0400 (0:00:01.718) 0:00:51.437 ********* skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Thursday 23 July 2026 08:47:09 -0400 (0:00:00.019) 0:00:51.456 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Thursday 23 July 2026 08:47:09 -0400 (0:00:00.019) 0:00:51.476 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Thursday 23 July 2026 08:47:09 -0400 (0:00:00.044) 0:00:51.520 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Thursday 23 July 2026 08:47:09 -0400 (0:00:00.029) 0:00:51.550 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Thursday 23 July 2026 08:47:09 -0400 (0:00:00.030) 0:00:51.580 ********* 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": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "yes", "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": "iptables.service ip6tables.service ipset.service ebtables.service shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2970599424", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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": "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Thursday 23 July 2026 08:47:10 -0400 (0:00:00.771) 0:00:52.352 ********* 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 system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "yes", "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": "ip6tables.service iptables.service shutdown.target ebtables.service ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2963746816", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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": "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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 firewalld is responding to dbus requests] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Thursday 23 July 2026 08:47:11 -0400 (0:00:00.829) 0:00:53.181 ********* ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:01.199170", "end": "2026-07-23 08:47:12.776064", "rc": 0, "start": "2026-07-23 08:47:11.576894" } STDOUT: running STDERR: Waiting on dbus connection... TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Thursday 23 July 2026 08:47:12 -0400 (0:00:01.673) 0:00:54.854 ********* changed: [managed-node2] => { "__firewall_changed": true, "changed": true, "short_circuit": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Thursday 23 July 2026 08:47:14 -0400 (0:00:01.335) 0:00:56.190 ********* skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Thursday 23 July 2026 08:47:14 -0400 (0:00:00.021) 0:00:56.212 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Thursday 23 July 2026 08:47:14 -0400 (0:00:00.021) 0:00:56.233 ********* ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Thursday 23 July 2026 08:47:14 -0400 (0:00:00.019) 0:00:56.253 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Thursday 23 July 2026 08:47:14 -0400 (0:00:00.031) 0:00:56.284 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Thursday 23 July 2026 08:47:14 -0400 (0:00:00.033) 0:00:56.318 ********* ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Thursday 23 July 2026 08:47:14 -0400 (0:00:00.406) 0:00:56.724 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 23 July 2026 08:47:14 -0400 (0:00:00.135) 0:00:56.860 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 23 July 2026 08:47:14 -0400 (0:00:00.028) 0:00:56.888 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 23 July 2026 08:47:15 -0400 (0:00:00.514) 0:00:57.403 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Thursday 23 July 2026 08:47:15 -0400 (0:00:00.376) 0:00:57.780 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 23 July 2026 08:47:15 -0400 (0:00:00.044) 0:00:57.824 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 23 July 2026 08:47:16 -0400 (0:00:00.370) 0:00:58.195 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Thursday 23 July 2026 08:47:16 -0400 (0:00:00.032) 0:00:58.227 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Thursday 23 July 2026 08:47:16 -0400 (0:00:00.373) 0:00:58.600 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Thursday 23 July 2026 08:47:16 -0400 (0:00:00.031) 0:00:58.632 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Thursday 23 July 2026 08:47:16 -0400 (0:00:00.029) 0:00:58.662 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Thursday 23 July 2026 08:47:17 -0400 (0:00:01.197) 0:00:59.860 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Thursday 23 July 2026 08:47:17 -0400 (0:00:00.031) 0:00:59.892 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Thursday 23 July 2026 08:47:19 -0400 (0:00:01.206) 0:01:01.099 ********* changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: libselinux-3.11-1.el10.x86_64", "Installed: python3-policycoreutils-3.11-1.el10.noarch", "Installed: libselinux-utils-3.11-1.el10.x86_64", "Installed: libsemanage-3.11-1.el10.x86_64", "Installed: libsepol-3.11-1.el10.x86_64", "Installed: policycoreutils-3.11-1.el10.x86_64", "Installed: python3-libselinux-3.11-1.el10.x86_64", "Installed: policycoreutils-python-utils-3.11-1.el10.noarch", "Installed: python3-libsemanage-3.11-1.el10.x86_64", "Removed: python3-libselinux-3.10-2.el10.x86_64", "Removed: policycoreutils-3.10-3.el10.x86_64", "Removed: libselinux-3.10-2.el10.x86_64", "Removed: libselinux-utils-3.10-2.el10.x86_64", "Removed: libsepol-3.10-2.el10.x86_64", "Removed: libsemanage-3.10-1.el10.x86_64", "Removed: python3-libsemanage-3.10-1.el10.x86_64", "Removed: python3-policycoreutils-3.10-3.el10.noarch" ] } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Thursday 23 July 2026 08:47:22 -0400 (0:00:03.231) 0:01:04.330 ********* skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Thursday 23 July 2026 08:47:22 -0400 (0:00:00.019) 0:01:04.350 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Thursday 23 July 2026 08:47:22 -0400 (0:00:00.020) 0:01:04.370 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Thursday 23 July 2026 08:47:22 -0400 (0:00:00.019) 0:01:04.389 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.971) 0:01:05.360 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009197", "end": "2026-07-23 08:47:23.669931", "failed_when_result": false, "rc": 0, "start": "2026-07-23 08:47:23.660734" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.395) 0:01:05.756 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.054) 0:01:05.810 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.027) 0:01:05.838 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.029) 0:01:05.867 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.021) 0:01:05.888 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.027) 0:01:05.916 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.027) 0:01:05.943 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.017) 0:01:05.961 ********* skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.021) 0:01:05.982 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Thursday 23 July 2026 08:47:23 -0400 (0:00:00.018) 0:01:06.001 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Thursday 23 July 2026 08:47:24 -0400 (0:00:00.017) 0:01:06.019 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Thursday 23 July 2026 08:47:24 -0400 (0:00:00.017) 0:01:06.036 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Thursday 23 July 2026 08:47:24 -0400 (0:00:00.017) 0:01:06.054 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Thursday 23 July 2026 08:47:24 -0400 (0:00:00.018) 0:01:06.073 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Thursday 23 July 2026 08:47:24 -0400 (0:00:00.016) 0:01:06.090 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Thursday 23 July 2026 08:47:24 -0400 (0:00:00.016) 0:01:06.106 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Thursday 23 July 2026 08:47:25 -0400 (0:00:01.376) 0:01:07.483 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Thursday 23 July 2026 08:47:25 -0400 (0:00:00.019) 0:01:07.502 ********* ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Thursday 23 July 2026 08:47:28 -0400 (0:00:02.874) 0:01:10.376 ********* ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Thursday 23 July 2026 08:47:28 -0400 (0:00:00.082) 0:01:10.459 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Thursday 23 July 2026 08:47:28 -0400 (0:00:00.025) 0:01:10.484 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Thursday 23 July 2026 08:47:28 -0400 (0:00:00.019) 0:01:10.504 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Thursday 23 July 2026 08:47:28 -0400 (0:00:00.020) 0:01:10.524 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Thursday 23 July 2026 08:47:28 -0400 (0:00:00.019) 0:01:10.543 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Thursday 23 July 2026 08:47:28 -0400 (0:00:00.392) 0:01:10.936 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Thursday 23 July 2026 08:47:28 -0400 (0:00:00.032) 0:01:10.968 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Thursday 23 July 2026 08:47:28 -0400 (0:00:00.019) 0:01:10.987 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Thursday 23 July 2026 08:47:28 -0400 (0:00:00.018) 0:01:11.005 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.088) 0:01:11.094 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.085) 0:01:11.180 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.063) 0:01:11.243 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.047) 0:01:11.291 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.046) 0:01:11.338 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__kube_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.032) 0:01:11.371 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": false, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml", "kube_file_field": "", "kube_name": "nopull", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "kube_spec": { "state": "created" }, "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", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } } ], "pull_image": false, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.160) 0:01:11.531 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.089) 0:01:11.621 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.023) 0:01:11.644 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.040) 0:01:11.685 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.024) 0:01:11.710 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.018) 0:01:11.728 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.024) 0:01:11.753 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.017) 0:01:11.771 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.018) 0:01:11.790 ********* skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'nopull'}, 'spec': {'containers': [{'name': 'nopull', 'image': 'quay.io/libpod/testimage:20210610'}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'nopull'}, 'spec': {'containers': [{'name': 'nopull', 'image': 'quay.io/libpod/testimage:20210610'}]}}, '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', 'kube_name': 'nopull', 'kube_spec': {'state': 'created'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/nopull.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'created', 'pull_image': False, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': False, 'service_name': '', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": false, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml", "kube_file_field": "", "kube_name": "nopull", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "kube_spec": { "state": "created" }, "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", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } } ], "pull_image": false, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.032) 0:01:11.822 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.018) 0:01:11.841 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.017) 0:01:11.858 ********* included: /tmp/collections-QsE/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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.090) 0:01:11.949 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:47:29 -0400 (0:00:00.058) 0:01:12.008 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.038) 0:01:12.047 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.106) 0:01:12.153 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.027) 0:01:12.180 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.038) 0:01:12.219 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.404) 0:01:12.623 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.024) 0:01:12.648 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.024) 0:01:12.672 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.023) 0:01:12.696 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.024) 0:01:12.720 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.023) 0:01:12.743 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.024) 0:01:12.767 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.022) 0:01:12.790 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.022) 0:01:12.812 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.025) 0:01:12.838 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.027) 0:01:12.866 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 23 July 2026 08:47:30 -0400 (0:00:00.095) 0:01:12.962 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.066) 0:01:13.028 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.045) 0:01:13.074 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.038) 0:01:13.112 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.035) 0:01:13.147 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__host_paths | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.056) 0:01:13.204 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_volumes | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images before pulling new ones] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:35 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.040) 0:01:13.244 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:49 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.040) 0:01:13.285 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.088) 0:01:13.374 ********* skipping: [managed-node2] => (item=quay.io/libpod/testimage:20210610) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__podman_image_pull | bool", "item": "quay.io/libpod/testimage:20210610", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.039) 0:01:13.413 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.023) 0:01:13.437 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 23 July 2026 08:47:31 -0400 (0:00:00.383) 0:01:13.821 ********* 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": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 23 July 2026 08:47:32 -0400 (0:00:00.408) 0:01:14.229 ********* changed: [managed-node2] => { "changed": true, "checksum": "4811b1d29c774e289cb599267b3a9ecfdefb464d", "dest": "/etc/containers/ansible-kubernetes.d/nopull.yml", "gid": 0, "group": "root", "md5sum": "b47d712076b1ac785c318bb76c819fe6", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 199, "src": "/root/.ansible/tmp/ansible-tmp-1784810852.278517-11309-192871896400956/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:91 Thursday 23 July 2026 08:47:32 -0400 (0:00:00.769) 0:01:14.999 ********* changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=false /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true } STDOUT: Pod: 4f8644db53f01f64ab56d3f7adf7095a4fefdd103c263a6d66f6fe380aa97f27 Container: fc908cfec62106d531880f1c37c3afce8818ac26dfeefdef24621847dfecb627 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 23 July 2026 08:47:34 -0400 (0:00:01.787) 0:01:16.786 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 23 July 2026 08:47:34 -0400 (0:00:00.034) 0:01:16.820 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Start service] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:126 Thursday 23 July 2026 08:47:34 -0400 (0:00:00.033) 0:01:16.853 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Restart service] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:141 Thursday 23 July 2026 08:47:34 -0400 (0:00:00.029) 0:01:16.883 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Thursday 23 July 2026 08:47:34 -0400 (0:00:00.031) 0:01:16.914 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Flush pending service restarts] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Thursday 23 July 2026 08:47:34 -0400 (0:00:00.019) 0:01:16.933 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_pending_restarts | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Thursday 23 July 2026 08:47:34 -0400 (0:00:00.025) 0:01:16.959 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Thursday 23 July 2026 08:47:34 -0400 (0:00:00.019) 0:01:16.978 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Thursday 23 July 2026 08:47:34 -0400 (0:00:00.018) 0:01:16.997 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Record role success fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Thursday 23 July 2026 08:47:35 -0400 (0:00:00.021) 0:01:17.019 ********* ok: [managed-node2] => { "changed": false } TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:270 Thursday 23 July 2026 08:47:35 -0400 (0:00:00.432) 0:01:17.451 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run role - verify continue if pull fails] ******************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:274 Thursday 23 July 2026 08:47:35 -0400 (0:00:00.048) 0:01:17.500 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Thursday 23 July 2026 08:47:35 -0400 (0:00:00.056) 0:01:17.556 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Thursday 23 July 2026 08:47:35 -0400 (0:00:00.002) 0:01:17.558 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Thursday 23 July 2026 08:47:35 -0400 (0:00:00.029) 0:01:17.588 ********* included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 23 July 2026 08:47:35 -0400 (0:00:00.088) 0:01:17.676 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 23 July 2026 08:47:35 -0400 (0:00:00.041) 0:01:17.717 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Thursday 23 July 2026 08:47:36 -0400 (0:00:00.616) 0:01:18.334 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Thursday 23 July 2026 08:47:36 -0400 (0:00:00.401) 0:01:18.735 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Thursday 23 July 2026 08:47:36 -0400 (0:00:00.022) 0:01:18.757 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Thursday 23 July 2026 08:47:36 -0400 (0:00:00.021) 0:01:18.779 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Thursday 23 July 2026 08:47:36 -0400 (0:00:00.020) 0:01:18.799 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Thursday 23 July 2026 08:47:36 -0400 (0:00:00.022) 0:01:18.822 ********* ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Thursday 23 July 2026 08:47:36 -0400 (0:00:00.047) 0:01:18.869 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Thursday 23 July 2026 08:47:36 -0400 (0:00:00.017) 0:01:18.887 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Thursday 23 July 2026 08:47:36 -0400 (0:00:00.017) 0:01:18.905 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 23 July 2026 08:47:36 -0400 (0:00:00.017) 0:01:18.922 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 23 July 2026 08:47:37 -0400 (0:00:01.052) 0:01:19.975 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 23 July 2026 08:47:37 -0400 (0:00:00.020) 0:01:19.996 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.024) 0:01:20.020 ********* skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.019) 0:01:20.040 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.020) 0:01:20.060 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.018) 0:01:20.079 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022950", "end": "2026-07-23 08:47:38.394718", "rc": 0, "start": "2026-07-23 08:47:38.371768" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.401) 0:01:20.480 ********* ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.035) 0:01:20.516 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.023) 0:01:20.539 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.020) 0:01:20.559 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.012) 0:01:20.572 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.029) 0:01:20.602 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.022) 0:01:20.624 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:47:38 -0400 (0:00:00.058) 0:01:20.683 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.397) 0:01:21.081 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.023) 0:01:21.104 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.034) 0:01:21.139 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.414) 0:01:21.553 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.050) 0:01:21.603 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.032) 0:01:21.636 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.034) 0:01:21.671 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.030) 0:01:21.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.031) 0:01:21.733 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.033) 0:01:21.766 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.034) 0:01:21.800 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.032) 0:01:21.833 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.058) 0:01:21.892 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.049) 0:01:21.941 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.027) 0:01:21.969 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 23 July 2026 08:47:39 -0400 (0:00:00.020) 0:01:21.989 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.046) 0:01:22.036 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.020) 0:01:22.057 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.019) 0:01:22.076 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.044) 0:01:22.121 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.020) 0:01:22.141 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.018) 0:01:22.159 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.105) 0:01:22.265 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.033) 0:01:22.298 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.032) 0:01:22.330 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.033) 0:01:22.364 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.020) 0:01:22.384 ********* included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.108) 0:01:22.493 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Thursday 23 July 2026 08:47:40 -0400 (0:00:00.037) 0:01:22.530 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.529) 0:01:23.060 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.422) 0:01:23.483 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.037) 0:01:23.521 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.038) 0:01:23.560 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.038) 0:01:23.598 ********* 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 platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.046) 0:01:23.645 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.096) 0:01:23.742 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.067) 0:01:23.809 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.042) 0:01:23.851 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.038) 0:01:23.889 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Thursday 23 July 2026 08:47:41 -0400 (0:00:00.036) 0:01:23.926 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Thursday 23 July 2026 08:47:43 -0400 (0:00:01.264) 0:01:25.191 ********* skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Thursday 23 July 2026 08:47:43 -0400 (0:00:00.032) 0:01:25.223 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Thursday 23 July 2026 08:47:43 -0400 (0:00:00.032) 0:01:25.256 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Thursday 23 July 2026 08:47:43 -0400 (0:00:00.030) 0:01:25.286 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Thursday 23 July 2026 08:47:43 -0400 (0:00:00.047) 0:01:25.334 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Thursday 23 July 2026 08:47:43 -0400 (0:00:00.048) 0:01:25.382 ********* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ActiveEnterTimestampMonotonic": "242004678", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:47:11 EDT", "AssertTimestampMonotonic": "242002099", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "918599000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Thu 2026-07-23 08:47:11 EDT", "ConditionTimestampMonotonic": "242002097", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainHandoffTimestampMonotonic": "242040833", "ExecMainPID": "15057", "ExecMainStartTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainStartTimestampMonotonic": "242004072", "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": "Thu 2026-07-23 08:47:11 EDT", "InactiveExitTimestampMonotonic": "242004678", "InvocationID": "f082d2d131384ac19baf63e7f6d285c6", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2902667264", "MemoryCurrent": "34230272", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34725888", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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", "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": "Thu 2026-07-23 08:47:11 EDT", "StateChangeTimestampMonotonic": "242004678", "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Thursday 23 July 2026 08:47:43 -0400 (0:00:00.583) 0:01:25.966 ********* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ActiveEnterTimestampMonotonic": "242004678", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:47:11 EDT", "AssertTimestampMonotonic": "242002099", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "918599000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Thu 2026-07-23 08:47:11 EDT", "ConditionTimestampMonotonic": "242002097", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainHandoffTimestampMonotonic": "242040833", "ExecMainPID": "15057", "ExecMainStartTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainStartTimestampMonotonic": "242004072", "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": "Thu 2026-07-23 08:47:11 EDT", "InactiveExitTimestampMonotonic": "242004678", "InvocationID": "f082d2d131384ac19baf63e7f6d285c6", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2905952256", "MemoryCurrent": "34230272", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34725888", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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", "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": "Thu 2026-07-23 08:47:11 EDT", "StateChangeTimestampMonotonic": "242004678", "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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 firewalld is responding to dbus requests] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Thursday 23 July 2026 08:47:44 -0400 (0:00:00.590) 0:01:26.556 ********* ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.207505", "end": "2026-07-23 08:47:45.060174", "rc": 0, "start": "2026-07-23 08:47:44.852669" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Thursday 23 July 2026 08:47:45 -0400 (0:00:00.597) 0:01:27.154 ********* ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Thursday 23 July 2026 08:47:46 -0400 (0:00:00.898) 0:01:28.053 ********* skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Thursday 23 July 2026 08:47:46 -0400 (0:00:00.024) 0:01:28.077 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Thursday 23 July 2026 08:47:46 -0400 (0:00:00.026) 0:01:28.103 ********* ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Thursday 23 July 2026 08:47:46 -0400 (0:00:00.022) 0:01:28.126 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Thursday 23 July 2026 08:47:46 -0400 (0:00:00.039) 0:01:28.165 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Thursday 23 July 2026 08:47:46 -0400 (0:00:00.036) 0:01:28.201 ********* ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Thursday 23 July 2026 08:47:46 -0400 (0:00:00.385) 0:01:28.587 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 23 July 2026 08:47:46 -0400 (0:00:00.179) 0:01:28.767 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 23 July 2026 08:47:46 -0400 (0:00:00.026) 0:01:28.793 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 23 July 2026 08:47:47 -0400 (0:00:00.511) 0:01:29.305 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Thursday 23 July 2026 08:47:47 -0400 (0:00:00.378) 0:01:29.684 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 23 July 2026 08:47:47 -0400 (0:00:00.041) 0:01:29.725 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 23 July 2026 08:47:47 -0400 (0:00:00.031) 0:01:29.757 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Thursday 23 July 2026 08:47:47 -0400 (0:00:00.027) 0:01:29.784 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Thursday 23 July 2026 08:47:47 -0400 (0:00:00.026) 0:01:29.811 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Thursday 23 July 2026 08:47:47 -0400 (0:00:00.028) 0:01:29.839 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Thursday 23 July 2026 08:47:47 -0400 (0:00:00.031) 0:01:29.870 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Thursday 23 July 2026 08:47:49 -0400 (0:00:01.230) 0:01:31.101 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Thursday 23 July 2026 08:47:49 -0400 (0:00:00.037) 0:01:31.139 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Thursday 23 July 2026 08:47:50 -0400 (0:00:01.242) 0:01:32.381 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Thursday 23 July 2026 08:47:51 -0400 (0:00:01.237) 0:01:33.619 ********* skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Thursday 23 July 2026 08:47:51 -0400 (0:00:00.025) 0:01:33.644 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Thursday 23 July 2026 08:47:51 -0400 (0:00:00.020) 0:01:33.665 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Thursday 23 July 2026 08:47:51 -0400 (0:00:00.020) 0:01:33.686 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.885) 0:01:34.572 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.024) 0:01:34.597 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.027) 0:01:34.625 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.025) 0:01:34.650 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.035) 0:01:34.686 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.026) 0:01:34.713 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.027) 0:01:34.740 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.028) 0:01:34.769 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.019) 0:01:34.788 ********* skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.022) 0:01:34.811 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.018) 0:01:34.830 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.018) 0:01:34.849 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.020) 0:01:34.869 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.023) 0:01:34.892 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.019) 0:01:34.912 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.026) 0:01:34.938 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Thursday 23 July 2026 08:47:52 -0400 (0:00:00.031) 0:01:34.970 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Thursday 23 July 2026 08:47:53 -0400 (0:00:00.654) 0:01:35.625 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Thursday 23 July 2026 08:47:53 -0400 (0:00:00.030) 0:01:35.656 ********* ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Thursday 23 July 2026 08:47:56 -0400 (0:00:02.804) 0:01:38.460 ********* ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Thursday 23 July 2026 08:47:56 -0400 (0:00:00.197) 0:01:38.657 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Thursday 23 July 2026 08:47:56 -0400 (0:00:00.033) 0:01:38.691 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Thursday 23 July 2026 08:47:56 -0400 (0:00:00.025) 0:01:38.717 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Thursday 23 July 2026 08:47:56 -0400 (0:00:00.021) 0:01:38.738 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Thursday 23 July 2026 08:47:56 -0400 (0:00:00.021) 0:01:38.760 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.385) 0:01:39.146 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.024) 0:01:39.170 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.019) 0:01:39.190 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.020) 0:01:39.210 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.119) 0:01:39.330 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.041) 0:01:39.371 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.046) 0:01:39.417 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.051) 0:01:39.469 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.047) 0:01:39.516 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__kube_activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.036) 0:01:39.553 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": false, "continue_if_pull_fails": true, "kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml", "kube_file_field": "", "kube_name": "bogus", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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" } ] } }, "kube_spec": { "state": "created" }, "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", "kube_yamls": [ { "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" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.161) 0:01:39.715 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.088) 0:01:39.804 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.024) 0:01:39.828 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.043) 0:01:39.872 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.activate_systemd_unit | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.068) 0:01:39.940 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.019) 0:01:39.960 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.026) 0:01:39.986 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Thursday 23 July 2026 08:47:57 -0400 (0:00:00.020) 0:01:40.007 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.019) 0:01:40.026 ********* skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'bogus'}, 'spec': {'containers': [{'name': 'bogus', 'image': 'quay.io/linux-system-roles/this_is_a_bogus_image:latest'}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'bogus'}, 'spec': {'containers': [{'name': 'bogus', 'image': 'quay.io/linux-system-roles/this_is_a_bogus_image:latest'}]}}, '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', 'kube_name': 'bogus', 'kube_spec': {'state': 'created'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/bogus.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'created', 'pull_image': True, 'continue_if_pull_fails': True, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': False, 'service_name': '', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": false, "continue_if_pull_fails": true, "kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml", "kube_file_field": "", "kube_name": "bogus", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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" } ] } }, "kube_spec": { "state": "created" }, "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", "kube_yamls": [ { "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" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.035) 0:01:40.061 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.018) 0:01:40.080 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.019) 0:01:40.100 ********* included: /tmp/collections-QsE/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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.092) 0:01:40.192 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/linux-system-roles/this_is_a_bogus_image:latest" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.039) 0:01:40.232 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.043) 0:01:40.275 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.041) 0:01:40.317 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.042) 0:01:40.360 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.061) 0:01:40.421 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.390) 0:01:40.812 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.025) 0:01:40.838 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.026) 0:01:40.864 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.024) 0:01:40.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 : Get subgid file] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.022) 0:01:40.911 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.023) 0:01:40.935 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.022) 0:01:40.958 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.024) 0:01:40.982 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:47:58 -0400 (0:00:00.023) 0:01:41.005 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.022) 0:01:41.027 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.062) 0:01:41.090 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.053) 0:01:41.144 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.038) 0:01:41.182 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.023) 0:01:41.206 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.023) 0:01:41.230 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.022) 0:01:41.252 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__host_paths | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.033) 0:01:41.285 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_volumes | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Prune images before pulling new ones] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:35 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.026) 0:01:41.312 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:49 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.026) 0:01:41.338 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Thursday 23 July 2026 08:47:59 -0400 (0:00:00.043) 0:01:41.382 ********* ok: [managed-node2] => (item=quay.io/linux-system-roles/this_is_a_bogus_image:latest) => { "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "item": "quay.io/linux-system-roles/this_is_a_bogus_image:latest" } STDERR: 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 MSG: Failed to pull image quay.io/linux-system-roles/this_is_a_bogus_image:latest TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Thursday 23 July 2026 08:48:00 -0400 (0:00:00.787) 0:01:42.169 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Thursday 23 July 2026 08:48:00 -0400 (0:00:00.021) 0:01:42.191 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 23 July 2026 08:48:00 -0400 (0:00:00.379) 0:01:42.571 ********* 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": 24, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 23 July 2026 08:48:00 -0400 (0:00:00.404) 0:01:42.975 ********* changed: [managed-node2] => { "changed": true, "checksum": "761582558b17bc57295ca927c1e894ff8d4f12fc", "dest": "/etc/containers/ansible-kubernetes.d/bogus.yml", "gid": 0, "group": "root", "md5sum": "3c7ea2cc4f23e9b9c7e0984b8f1caa5c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 230, "src": "/root/.ansible/tmp/ansible-tmp-1784810881.0125358-12506-239139038268153/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:91 Thursday 23 July 2026 08:48:01 -0400 (0:00:00.700) 0:01:43.676 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:296 Thursday 23 July 2026 08:48:02 -0400 (0:00:00.690) 0:01:44.366 ********* ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:303 Thursday 23 July 2026 08:48:02 -0400 (0:00:00.050) 0:01:44.417 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 => (item=nopull) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 => (item=bogus) TASK [Clear facts] ************************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Thursday 23 July 2026 08:48:02 -0400 (0:00:00.074) 0:01:44.491 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Thursday 23 July 2026 08:48:02 -0400 (0:00:00.002) 0:01:44.493 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Thursday 23 July 2026 08:48:02 -0400 (0:00:00.030) 0:01:44.524 ********* included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 23 July 2026 08:48:02 -0400 (0:00:00.142) 0:01:44.667 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 23 July 2026 08:48:02 -0400 (0:00:00.030) 0:01:44.697 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Thursday 23 July 2026 08:48:03 -0400 (0:00:00.609) 0:01:45.306 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Thursday 23 July 2026 08:48:03 -0400 (0:00:00.419) 0:01:45.725 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Thursday 23 July 2026 08:48:03 -0400 (0:00:00.030) 0:01:45.756 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Thursday 23 July 2026 08:48:03 -0400 (0:00:00.030) 0:01:45.787 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Thursday 23 July 2026 08:48:03 -0400 (0:00:00.027) 0:01:45.815 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Thursday 23 July 2026 08:48:03 -0400 (0:00:00.029) 0:01:45.844 ********* ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Thursday 23 July 2026 08:48:03 -0400 (0:00:00.067) 0:01:45.911 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Thursday 23 July 2026 08:48:03 -0400 (0:00:00.030) 0:01:45.942 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Thursday 23 July 2026 08:48:03 -0400 (0:00:00.028) 0:01:45.970 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 23 July 2026 08:48:03 -0400 (0:00:00.028) 0:01:45.999 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 23 July 2026 08:48:05 -0400 (0:00:01.087) 0:01:47.087 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.020) 0:01:47.108 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.025) 0:01:47.133 ********* skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.021) 0:01:47.155 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.020) 0:01:47.175 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.019) 0:01:47.195 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022128", "end": "2026-07-23 08:48:05.522899", "rc": 0, "start": "2026-07-23 08:48:05.500771" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.403) 0:01:47.598 ********* ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.024) 0:01:47.623 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.022) 0:01:47.646 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.021) 0:01:47.667 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.014) 0:01:47.682 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.030) 0:01:47.712 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.021) 0:01:47.734 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:48:05 -0400 (0:00:00.061) 0:01:47.796 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.396) 0:01:48.193 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.025) 0:01:48.218 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.041) 0:01:48.260 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.377) 0:01:48.637 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.028) 0:01:48.666 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.022) 0:01:48.689 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.028) 0:01:48.717 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.021) 0:01:48.738 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.021) 0:01:48.760 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.020) 0:01:48.780 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.023) 0:01:48.804 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.030) 0:01:48.835 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.063) 0:01:48.898 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.043) 0:01:48.942 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.020) 0:01:48.962 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 23 July 2026 08:48:06 -0400 (0:00:00.021) 0:01:48.983 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.050) 0:01:49.034 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.027) 0:01:49.061 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.033) 0:01:49.095 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.136) 0:01:49.232 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.034) 0:01:49.266 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.034) 0:01:49.301 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.088) 0:01:49.389 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.033) 0:01:49.422 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.031) 0:01:49.454 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.036) 0:01:49.491 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.034) 0:01:49.525 ********* included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.158) 0:01:49.684 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Thursday 23 July 2026 08:48:07 -0400 (0:00:00.059) 0:01:49.743 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Thursday 23 July 2026 08:48:08 -0400 (0:00:00.540) 0:01:50.284 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Thursday 23 July 2026 08:48:08 -0400 (0:00:00.409) 0:01:50.693 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Thursday 23 July 2026 08:48:08 -0400 (0:00:00.039) 0:01:50.733 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Thursday 23 July 2026 08:48:08 -0400 (0:00:00.037) 0:01:50.770 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Thursday 23 July 2026 08:48:08 -0400 (0:00:00.039) 0:01:50.810 ********* 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 platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Thursday 23 July 2026 08:48:08 -0400 (0:00:00.038) 0:01:50.849 ********* [WARNING]: TASK: fedora.linux_system_roles.firewall : Set platform/version specific variables: 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=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Thursday 23 July 2026 08:48:08 -0400 (0:00:00.090) 0:01:50.940 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Thursday 23 July 2026 08:48:08 -0400 (0:00:00.059) 0:01:50.999 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Thursday 23 July 2026 08:48:09 -0400 (0:00:00.032) 0:01:51.031 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Thursday 23 July 2026 08:48:09 -0400 (0:00:00.024) 0:01:51.056 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Thursday 23 July 2026 08:48:09 -0400 (0:00:00.030) 0:01:51.086 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Thursday 23 July 2026 08:48:10 -0400 (0:00:01.236) 0:01:52.323 ********* skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Thursday 23 July 2026 08:48:10 -0400 (0:00:00.021) 0:01:52.344 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Thursday 23 July 2026 08:48:10 -0400 (0:00:00.020) 0:01:52.365 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Thursday 23 July 2026 08:48:10 -0400 (0:00:00.020) 0:01:52.386 ********* [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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Thursday 23 July 2026 08:48:10 -0400 (0:00:00.033) 0:01:52.419 ********* [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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Thursday 23 July 2026 08:48:10 -0400 (0:00:00.037) 0:01:52.457 ********* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ActiveEnterTimestampMonotonic": "242004678", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:47:11 EDT", "AssertTimestampMonotonic": "242002099", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1179302000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Thu 2026-07-23 08:47:11 EDT", "ConditionTimestampMonotonic": "242002097", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainHandoffTimestampMonotonic": "242040833", "ExecMainPID": "15057", "ExecMainStartTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainStartTimestampMonotonic": "242004072", "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": "Thu 2026-07-23 08:47:11 EDT", "InactiveExitTimestampMonotonic": "242004678", "InvocationID": "f082d2d131384ac19baf63e7f6d285c6", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2927603712", "MemoryCurrent": "34287616", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34725888", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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", "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": "Thu 2026-07-23 08:47:11 EDT", "StateChangeTimestampMonotonic": "242004678", "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Thursday 23 July 2026 08:48:10 -0400 (0:00:00.546) 0:01:53.003 ********* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ActiveEnterTimestampMonotonic": "242004678", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:47:11 EDT", "AssertTimestampMonotonic": "242002099", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1179302000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Thu 2026-07-23 08:47:11 EDT", "ConditionTimestampMonotonic": "242002097", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainHandoffTimestampMonotonic": "242040833", "ExecMainPID": "15057", "ExecMainStartTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainStartTimestampMonotonic": "242004072", "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": "Thu 2026-07-23 08:47:11 EDT", "InactiveExitTimestampMonotonic": "242004678", "InvocationID": "f082d2d131384ac19baf63e7f6d285c6", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2931167232", "MemoryCurrent": "34287616", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34725888", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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", "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": "Thu 2026-07-23 08:47:11 EDT", "StateChangeTimestampMonotonic": "242004678", "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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 firewalld is responding to dbus requests] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Thursday 23 July 2026 08:48:11 -0400 (0:00:00.589) 0:01:53.593 ********* ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.193033", "end": "2026-07-23 08:48:12.081698", "rc": 0, "start": "2026-07-23 08:48:11.888665" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Thursday 23 July 2026 08:48:12 -0400 (0:00:00.568) 0:01:54.161 ********* ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Thursday 23 July 2026 08:48:12 -0400 (0:00:00.844) 0:01:55.005 ********* skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Thursday 23 July 2026 08:48:13 -0400 (0:00:00.022) 0:01:55.028 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Thursday 23 July 2026 08:48:13 -0400 (0:00:00.024) 0:01:55.052 ********* ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Thursday 23 July 2026 08:48:13 -0400 (0:00:00.021) 0:01:55.073 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Thursday 23 July 2026 08:48:13 -0400 (0:00:00.036) 0:01:55.109 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Thursday 23 July 2026 08:48:13 -0400 (0:00:00.052) 0:01:55.161 ********* ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Thursday 23 July 2026 08:48:13 -0400 (0:00:00.449) 0:01:55.611 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 23 July 2026 08:48:13 -0400 (0:00:00.139) 0:01:55.751 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 23 July 2026 08:48:13 -0400 (0:00:00.027) 0:01:55.778 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 23 July 2026 08:48:14 -0400 (0:00:00.522) 0:01:56.301 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Thursday 23 July 2026 08:48:14 -0400 (0:00:00.372) 0:01:56.674 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 23 July 2026 08:48:14 -0400 (0:00:00.038) 0:01:56.712 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 23 July 2026 08:48:14 -0400 (0:00:00.025) 0:01:56.738 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Thursday 23 July 2026 08:48:14 -0400 (0:00:00.023) 0:01:56.761 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Thursday 23 July 2026 08:48:14 -0400 (0:00:00.024) 0:01:56.785 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Thursday 23 July 2026 08:48:14 -0400 (0:00:00.027) 0:01:56.813 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Thursday 23 July 2026 08:48:14 -0400 (0:00:00.037) 0:01:56.850 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Thursday 23 July 2026 08:48:16 -0400 (0:00:01.258) 0:01:58.109 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Thursday 23 July 2026 08:48:16 -0400 (0:00:00.032) 0:01:58.141 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Thursday 23 July 2026 08:48:17 -0400 (0:00:01.253) 0:01:59.394 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Thursday 23 July 2026 08:48:18 -0400 (0:00:01.258) 0:02:00.653 ********* skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Thursday 23 July 2026 08:48:18 -0400 (0:00:00.035) 0:02:00.689 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Thursday 23 July 2026 08:48:18 -0400 (0:00:00.036) 0:02:00.726 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Thursday 23 July 2026 08:48:18 -0400 (0:00:00.031) 0:02:00.757 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.885) 0:02:01.643 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.025) 0:02:01.668 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.024) 0:02:01.693 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.024) 0:02:01.717 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.033) 0:02:01.751 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.024) 0:02:01.776 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.029) 0:02:01.805 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.030) 0:02:01.835 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.025) 0:02:01.861 ********* skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.025) 0:02:01.887 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.030) 0:02:01.917 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.032) 0:02:01.949 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.033) 0:02:01.983 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Thursday 23 July 2026 08:48:19 -0400 (0:00:00.021) 0:02:02.004 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Thursday 23 July 2026 08:48:20 -0400 (0:00:00.024) 0:02:02.028 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Thursday 23 July 2026 08:48:20 -0400 (0:00:00.019) 0:02:02.048 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Thursday 23 July 2026 08:48:20 -0400 (0:00:00.020) 0:02:02.068 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Thursday 23 July 2026 08:48:20 -0400 (0:00:00.597) 0:02:02.666 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Thursday 23 July 2026 08:48:20 -0400 (0:00:00.020) 0:02:02.686 ********* ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Thursday 23 July 2026 08:48:23 -0400 (0:00:02.903) 0:02:05.590 ********* ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Thursday 23 July 2026 08:48:23 -0400 (0:00:00.089) 0:02:05.679 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Thursday 23 July 2026 08:48:23 -0400 (0:00:00.027) 0:02:05.707 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Thursday 23 July 2026 08:48:23 -0400 (0:00:00.023) 0:02:05.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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Thursday 23 July 2026 08:48:23 -0400 (0:00:00.021) 0:02:05.752 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Thursday 23 July 2026 08:48:23 -0400 (0:00:00.022) 0:02:05.774 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Thursday 23 July 2026 08:48:24 -0400 (0:00:00.434) 0:02:06.209 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Thursday 23 July 2026 08:48:24 -0400 (0:00:00.044) 0:02:06.253 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Thursday 23 July 2026 08:48:24 -0400 (0:00:00.034) 0:02:06.288 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Thursday 23 July 2026 08:48:24 -0400 (0:00:00.035) 0:02:06.323 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Thursday 23 July 2026 08:48:24 -0400 (0:00:00.141) 0:02:06.465 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Thursday 23 July 2026 08:48:24 -0400 (0:00:00.039) 0:02:06.504 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:48:24 -0400 (0:00:00.067) 0:02:06.572 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:48:24 -0400 (0:00:00.067) 0:02:06.640 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:48:24 -0400 (0:00:00.067) 0:02:06.707 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.005476", "end": "2026-07-23 08:48:25.158536", "rc": 0, "start": "2026-07-23 08:48:25.153060" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-nopull.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.528) 0:02:07.236 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml", "kube_file_field": "", "kube_name": "nopull", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "kube_spec": { "state": "absent" }, "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", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.142) 0:02:07.379 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.091) 0:02:07.470 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.024) 0:02:07.495 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.093) 0:02:07.588 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.023) 0:02:07.612 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.019) 0:02:07.632 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.028) 0:02:07.661 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.026) 0:02:07.688 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.034) 0:02:07.722 ********* skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'nopull'}, 'spec': {'containers': [{'name': 'nopull', 'image': 'quay.io/libpod/testimage:20210610'}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'nopull'}, 'spec': {'containers': [{'name': 'nopull', 'image': 'quay.io/libpod/testimage:20210610'}]}}, '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', 'kube_name': 'nopull', 'kube_spec': {'state': 'absent'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/nopull.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'absent', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/nopull.yml", "kube_file_field": "", "kube_name": "nopull", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } }, "kube_spec": { "state": "absent" }, "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", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "nopull" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "nopull" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-nopull.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.036) 0:02:07.759 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.019) 0:02:07.779 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.020) 0:02:07.799 ********* included: /tmp/collections-QsE/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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.094) 0:02:07.894 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.039) 0:02:07.934 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.040) 0:02:07.975 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:48:25 -0400 (0:00:00.030) 0:02:08.005 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.036) 0:02:08.042 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.049) 0:02:08.091 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.400) 0:02:08.492 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.025) 0:02:08.518 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.026) 0:02:08.544 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.025) 0:02:08.570 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.024) 0:02:08.595 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.025) 0:02:08.620 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.024) 0:02:08.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 subgid file] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.093) 0:02:08.738 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.045) 0:02:08.784 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.048) 0:02:08.832 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.072) 0:02:08.905 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 23 July 2026 08:48:26 -0400 (0:00:00.029) 0:02:08.934 ********* 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": "-.mount sysinit.target network-online.target systemd-journald.socket basic.target \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-nopull.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 /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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2919440384", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Thursday 23 July 2026 08:48:27 -0400 (0:00:00.559) 0:02:09.493 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810853.6816874, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4811b1d29c774e289cb599267b3a9ecfdefb464d", "ctime": 1784810852.9070435, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378701, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784810852.613013, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/nopull.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 199, "uid": 0, "version": "2425522864", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Thursday 23 July 2026 08:48:27 -0400 (0:00:00.425) 0:02:09.918 ********* 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: 4f8644db53f01f64ab56d3f7adf7095a4fefdd103c263a6d66f6fe380aa97f27 Pods removed: 4f8644db53f01f64ab56d3f7adf7095a4fefdd103c263a6d66f6fe380aa97f27 Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Thursday 23 July 2026 08:48:28 -0400 (0:00:00.583) 0:02:10.502 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.030703", "end": "2026-07-23 08:48:28.842910", "rc": 0, "start": "2026-07-23 08:48:28.812207" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Thursday 23 July 2026 08:48:28 -0400 (0:00:00.435) 0:02:10.938 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:93 Thursday 23 July 2026 08:48:29 -0400 (0:00:00.394) 0:02:11.333 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.029401", "end": "2026-07-23 08:48:29.704679", "rc": 0, "start": "2026-07-23 08:48:29.675278" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:105 Thursday 23 July 2026 08:48:29 -0400 (0:00:00.454) 0:02:11.787 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:48:29 -0400 (0:00:00.046) 0:02:11.834 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:48:29 -0400 (0:00:00.025) 0:02:11.859 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:48:29 -0400 (0:00:00.027) 0:02:11.887 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:48:29 -0400 (0:00:00.043) 0:02:11.930 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Thursday 23 July 2026 08:48:29 -0400 (0:00:00.027) 0:02:11.958 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Flush pending service restarts] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Thursday 23 July 2026 08:48:29 -0400 (0:00:00.020) 0:02:11.979 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_pending_restarts | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Thursday 23 July 2026 08:48:29 -0400 (0:00:00.024) 0:02:12.003 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Thursday 23 July 2026 08:48:30 -0400 (0:00:00.019) 0:02:12.023 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Thursday 23 July 2026 08:48:30 -0400 (0:00:00.020) 0:02:12.044 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Record role success fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Thursday 23 July 2026 08:48:30 -0400 (0:00:00.019) 0:02:12.063 ********* ok: [managed-node2] => { "changed": false } TASK [Clear facts] ************************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Thursday 23 July 2026 08:48:30 -0400 (0:00:00.390) 0:02:12.454 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Thursday 23 July 2026 08:48:30 -0400 (0:00:00.001) 0:02:12.456 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Thursday 23 July 2026 08:48:30 -0400 (0:00:00.022) 0:02:12.478 ********* included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 23 July 2026 08:48:30 -0400 (0:00:00.113) 0:02:12.592 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 23 July 2026 08:48:30 -0400 (0:00:00.026) 0:02:12.619 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Thursday 23 July 2026 08:48:31 -0400 (0:00:00.588) 0:02:13.208 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Thursday 23 July 2026 08:48:31 -0400 (0:00:00.364) 0:02:13.572 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Thursday 23 July 2026 08:48:31 -0400 (0:00:00.019) 0:02:13.592 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Thursday 23 July 2026 08:48:31 -0400 (0:00:00.018) 0:02:13.611 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Thursday 23 July 2026 08:48:31 -0400 (0:00:00.018) 0:02:13.629 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Thursday 23 July 2026 08:48:31 -0400 (0:00:00.018) 0:02:13.647 ********* ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Thursday 23 July 2026 08:48:31 -0400 (0:00:00.043) 0:02:13.691 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Thursday 23 July 2026 08:48:31 -0400 (0:00:00.018) 0:02:13.709 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Thursday 23 July 2026 08:48:31 -0400 (0:00:00.017) 0:02:13.727 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 23 July 2026 08:48:31 -0400 (0:00:00.017) 0:02:13.745 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 23 July 2026 08:48:32 -0400 (0:00:01.008) 0:02:14.753 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 23 July 2026 08:48:32 -0400 (0:00:00.035) 0:02:14.788 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 23 July 2026 08:48:32 -0400 (0:00:00.028) 0:02:14.817 ********* skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 23 July 2026 08:48:32 -0400 (0:00:00.026) 0:02:14.844 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 23 July 2026 08:48:32 -0400 (0:00:00.020) 0:02:14.865 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 23 July 2026 08:48:32 -0400 (0:00:00.025) 0:02:14.891 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.021645", "end": "2026-07-23 08:48:33.216788", "rc": 0, "start": "2026-07-23 08:48:33.195143" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 23 July 2026 08:48:33 -0400 (0:00:00.402) 0:02:15.293 ********* ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 23 July 2026 08:48:33 -0400 (0:00:00.030) 0:02:15.324 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 23 July 2026 08:48:33 -0400 (0:00:00.024) 0:02:15.348 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 23 July 2026 08:48:33 -0400 (0:00:00.033) 0:02:15.381 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 23 July 2026 08:48:33 -0400 (0:00:00.026) 0:02:15.407 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Thursday 23 July 2026 08:48:33 -0400 (0:00:00.054) 0:02:15.462 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Thursday 23 July 2026 08:48:33 -0400 (0:00:00.039) 0:02:15.501 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:48:33 -0400 (0:00:00.077) 0:02:15.579 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:48:33 -0400 (0:00:00.402) 0:02:15.982 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:48:33 -0400 (0:00:00.025) 0:02:16.007 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.040) 0:02:16.048 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.389) 0:02:16.437 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.024) 0:02:16.461 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.030) 0:02:16.492 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.026) 0:02:16.519 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.027) 0:02:16.546 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.022) 0:02:16.568 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.022) 0:02:16.591 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.024) 0:02:16.616 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.023) 0:02:16.639 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.052) 0:02:16.692 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.045) 0:02:16.738 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.021) 0:02:16.759 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.021) 0:02:16.781 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.095) 0:02:16.877 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.035) 0:02:16.913 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Thursday 23 July 2026 08:48:34 -0400 (0:00:00.037) 0:02:16.951 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Thursday 23 July 2026 08:48:35 -0400 (0:00:00.084) 0:02:17.035 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Thursday 23 July 2026 08:48:35 -0400 (0:00:00.038) 0:02:17.073 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Thursday 23 July 2026 08:48:35 -0400 (0:00:00.036) 0:02:17.110 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Thursday 23 July 2026 08:48:35 -0400 (0:00:00.100) 0:02:17.211 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Thursday 23 July 2026 08:48:35 -0400 (0:00:00.038) 0:02:17.249 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Thursday 23 July 2026 08:48:35 -0400 (0:00:00.037) 0:02:17.286 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Thursday 23 July 2026 08:48:35 -0400 (0:00:00.038) 0:02:17.325 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Thursday 23 July 2026 08:48:35 -0400 (0:00:00.038) 0:02:17.363 ********* included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Thursday 23 July 2026 08:48:35 -0400 (0:00:00.163) 0:02:17.527 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Thursday 23 July 2026 08:48:35 -0400 (0:00:00.057) 0:02:17.585 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.563) 0:02:18.149 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.406) 0:02:18.555 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.024) 0:02:18.579 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.024) 0:02:18.603 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.024) 0:02:18.628 ********* 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 platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.023) 0:02:18.652 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.049) 0:02:18.702 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.040) 0:02:18.742 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.025) 0:02:18.767 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.023) 0:02:18.791 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Thursday 23 July 2026 08:48:36 -0400 (0:00:00.027) 0:02:18.818 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Thursday 23 July 2026 08:48:38 -0400 (0:00:01.250) 0:02:20.068 ********* skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Thursday 23 July 2026 08:48:38 -0400 (0:00:00.022) 0:02:20.090 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Thursday 23 July 2026 08:48:38 -0400 (0:00:00.020) 0:02:20.111 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Thursday 23 July 2026 08:48:38 -0400 (0:00:00.020) 0:02:20.132 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Thursday 23 July 2026 08:48:38 -0400 (0:00:00.034) 0:02:20.166 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Thursday 23 July 2026 08:48:38 -0400 (0:00:00.039) 0:02:20.205 ********* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ActiveEnterTimestampMonotonic": "242004678", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:47:11 EDT", "AssertTimestampMonotonic": "242002099", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1429984000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Thu 2026-07-23 08:47:11 EDT", "ConditionTimestampMonotonic": "242002097", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainHandoffTimestampMonotonic": "242040833", "ExecMainPID": "15057", "ExecMainStartTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainStartTimestampMonotonic": "242004072", "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": "Thu 2026-07-23 08:47:11 EDT", "InactiveExitTimestampMonotonic": "242004678", "InvocationID": "f082d2d131384ac19baf63e7f6d285c6", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2917531648", "MemoryCurrent": "34287616", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34725888", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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", "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": "Thu 2026-07-23 08:47:11 EDT", "StateChangeTimestampMonotonic": "242004678", "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Thursday 23 July 2026 08:48:38 -0400 (0:00:00.576) 0:02:20.782 ********* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ActiveEnterTimestampMonotonic": "242004678", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:47:11 EDT", "AssertTimestampMonotonic": "242002099", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1429984000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Thu 2026-07-23 08:47:11 EDT", "ConditionTimestampMonotonic": "242002097", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainHandoffTimestampMonotonic": "242040833", "ExecMainPID": "15057", "ExecMainStartTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainStartTimestampMonotonic": "242004072", "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": "Thu 2026-07-23 08:47:11 EDT", "InactiveExitTimestampMonotonic": "242004678", "InvocationID": "f082d2d131384ac19baf63e7f6d285c6", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2914697216", "MemoryCurrent": "34287616", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34725888", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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", "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": "Thu 2026-07-23 08:47:11 EDT", "StateChangeTimestampMonotonic": "242004678", "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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 firewalld is responding to dbus requests] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Thursday 23 July 2026 08:48:39 -0400 (0:00:00.582) 0:02:21.364 ********* ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.192348", "end": "2026-07-23 08:48:39.873551", "rc": 0, "start": "2026-07-23 08:48:39.681203" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Thursday 23 July 2026 08:48:39 -0400 (0:00:00.602) 0:02:21.966 ********* ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Thursday 23 July 2026 08:48:40 -0400 (0:00:00.896) 0:02:22.862 ********* skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Thursday 23 July 2026 08:48:40 -0400 (0:00:00.022) 0:02:22.885 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Thursday 23 July 2026 08:48:40 -0400 (0:00:00.029) 0:02:22.914 ********* ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Thursday 23 July 2026 08:48:40 -0400 (0:00:00.078) 0:02:22.993 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Thursday 23 July 2026 08:48:41 -0400 (0:00:00.040) 0:02:23.033 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Thursday 23 July 2026 08:48:41 -0400 (0:00:00.034) 0:02:23.067 ********* ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Thursday 23 July 2026 08:48:41 -0400 (0:00:00.399) 0:02:23.466 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 23 July 2026 08:48:41 -0400 (0:00:00.243) 0:02:23.710 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 23 July 2026 08:48:41 -0400 (0:00:00.044) 0:02:23.754 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 23 July 2026 08:48:42 -0400 (0:00:00.556) 0:02:24.311 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Thursday 23 July 2026 08:48:42 -0400 (0:00:00.372) 0:02:24.683 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 23 July 2026 08:48:42 -0400 (0:00:00.038) 0:02:24.721 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 23 July 2026 08:48:42 -0400 (0:00:00.026) 0:02:24.747 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Thursday 23 July 2026 08:48:42 -0400 (0:00:00.023) 0:02:24.771 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Thursday 23 July 2026 08:48:42 -0400 (0:00:00.023) 0:02:24.795 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Thursday 23 July 2026 08:48:42 -0400 (0:00:00.023) 0:02:24.819 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Thursday 23 July 2026 08:48:42 -0400 (0:00:00.031) 0:02:24.851 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Thursday 23 July 2026 08:48:44 -0400 (0:00:01.213) 0:02:26.064 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Thursday 23 July 2026 08:48:44 -0400 (0:00:00.032) 0:02:26.097 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Thursday 23 July 2026 08:48:45 -0400 (0:00:01.226) 0:02:27.323 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Thursday 23 July 2026 08:48:46 -0400 (0:00:01.207) 0:02:28.531 ********* skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Thursday 23 July 2026 08:48:46 -0400 (0:00:00.022) 0:02:28.554 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Thursday 23 July 2026 08:48:46 -0400 (0:00:00.025) 0:02:28.579 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Thursday 23 July 2026 08:48:46 -0400 (0:00:00.021) 0:02:28.600 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.897) 0:02:29.498 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.040) 0:02:29.538 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.039) 0:02:29.578 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.039) 0:02:29.618 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.053) 0:02:29.671 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.040) 0:02:29.712 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.047) 0:02:29.760 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.051) 0:02:29.812 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.021) 0:02:29.833 ********* skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.030) 0:02:29.864 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.021) 0:02:29.885 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.022) 0:02:29.908 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.026) 0:02:29.934 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.021) 0:02:29.956 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.024) 0:02:29.980 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Thursday 23 July 2026 08:48:47 -0400 (0:00:00.019) 0:02:30.000 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Thursday 23 July 2026 08:48:48 -0400 (0:00:00.076) 0:02:30.076 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Thursday 23 July 2026 08:48:48 -0400 (0:00:00.594) 0:02:30.671 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Thursday 23 July 2026 08:48:48 -0400 (0:00:00.020) 0:02:30.691 ********* ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Thursday 23 July 2026 08:48:51 -0400 (0:00:02.848) 0:02:33.539 ********* ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Thursday 23 July 2026 08:48:51 -0400 (0:00:00.158) 0:02:33.698 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Thursday 23 July 2026 08:48:51 -0400 (0:00:00.047) 0:02:33.745 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Thursday 23 July 2026 08:48:51 -0400 (0:00:00.038) 0:02:33.784 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Thursday 23 July 2026 08:48:51 -0400 (0:00:00.036) 0:02:33.820 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Thursday 23 July 2026 08:48:51 -0400 (0:00:00.039) 0:02:33.859 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Thursday 23 July 2026 08:48:52 -0400 (0:00:00.445) 0:02:34.304 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Thursday 23 July 2026 08:48:52 -0400 (0:00:00.025) 0:02:34.330 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Thursday 23 July 2026 08:48:52 -0400 (0:00:00.019) 0:02:34.349 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Thursday 23 July 2026 08:48:52 -0400 (0:00:00.020) 0:02:34.370 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Thursday 23 July 2026 08:48:52 -0400 (0:00:00.075) 0:02:34.445 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Thursday 23 July 2026 08:48:52 -0400 (0:00:00.023) 0:02:34.469 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:48:52 -0400 (0:00:00.038) 0:02:34.507 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:48:52 -0400 (0:00:00.031) 0:02:34.539 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:48:52 -0400 (0:00:00.033) 0:02:34.572 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.005553", "end": "2026-07-23 08:48:53.012212", "rc": 0, "start": "2026-07-23 08:48:53.006659" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-bogus.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.521) 0:02:35.093 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml", "kube_file_field": "", "kube_name": "bogus", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } }, "kube_spec": { "state": "absent" }, "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", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.152) 0:02:35.246 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.145) 0:02:35.392 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.024) 0:02:35.416 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.044) 0:02:35.461 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.023) 0:02:35.484 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.019) 0:02:35.504 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.026) 0:02:35.530 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.020) 0:02:35.550 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.018) 0:02:35.569 ********* skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'bogus'}, 'spec': {'containers': [{'name': 'bogus', 'image': 'quay.io/libpod/testimage:20210610'}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'bogus'}, 'spec': {'containers': [{'name': 'bogus', 'image': 'quay.io/libpod/testimage:20210610'}]}}, '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', 'kube_name': 'bogus', 'kube_spec': {'state': 'absent'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/bogus.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'absent', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/bogus.yml", "kube_file_field": "", "kube_name": "bogus", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } }, "kube_spec": { "state": "absent" }, "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", "kube_yamls": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "labels": { "app": "test", "io.containers.autoupdate": "registry" }, "name": "bogus" }, "spec": { "containers": [ { "image": "quay.io/libpod/testimage:20210610", "name": "bogus" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-bogus.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.036) 0:02:35.605 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.020) 0:02:35.626 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.025) 0:02:35.651 ********* included: /tmp/collections-QsE/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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.118) 0:02:35.770 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.043) 0:02:35.813 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.046) 0:02:35.860 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.034) 0:02:35.895 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.037) 0:02:35.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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:48:53 -0400 (0:00:00.040) 0:02:35.973 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.402) 0:02:36.376 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.044) 0:02:36.420 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.044) 0:02:36.465 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.027) 0:02:36.492 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.029) 0:02:36.522 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.086) 0:02:36.608 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.035) 0:02:36.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 subgid file] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.025) 0:02:36.670 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.031) 0:02:36.701 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.024) 0:02:36.725 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.050) 0:02:36.776 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 23 July 2026 08:48:54 -0400 (0:00:00.023) 0:02:36.799 ********* 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": "network-online.target -.mount basic.target \"system-podman\\\\x2dkube.slice\" sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-bogus.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 /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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2921857024", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Thursday 23 July 2026 08:48:55 -0400 (0:00:00.552) 0:02:37.351 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810882.0693817, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "761582558b17bc57295ca927c1e894ff8d4f12fc", "ctime": 1784810881.5993762, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 608174300, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784810881.328373, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/bogus.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 230, "uid": 0, "version": "3171572629", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Thursday 23 July 2026 08:48:55 -0400 (0:00:00.387) 0:02:37.739 ********* 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: c62fb966b54a787a645b4b8e39700761f5e4ed512c527b1a2997184f9801ad5d Pods removed: c62fb966b54a787a645b4b8e39700761f5e4ed512c527b1a2997184f9801ad5d Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Thursday 23 July 2026 08:48:56 -0400 (0:00:00.526) 0:02:38.265 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.031225", "end": "2026-07-23 08:48:56.602112", "rc": 0, "start": "2026-07-23 08:48:56.570887" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Thursday 23 July 2026 08:48:56 -0400 (0:00:00.439) 0:02:38.705 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:93 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.419) 0:02:39.124 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.029622", "end": "2026-07-23 08:48:57.475184", "rc": 0, "start": "2026-07-23 08:48:57.445562" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:105 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.448) 0:02:39.573 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.044) 0:02:39.618 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.030) 0:02:39.648 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.024) 0:02:39.673 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.030) 0:02:39.703 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.023) 0:02:39.727 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Flush pending service restarts] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.026) 0:02:39.753 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_pending_restarts | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.025) 0:02:39.779 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.023) 0:02:39.803 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.020) 0:02:39.824 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Record role success fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Thursday 23 July 2026 08:48:57 -0400 (0:00:00.019) 0:02:39.843 ********* ok: [managed-node2] => { "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:324 Thursday 23 July 2026 08:48:58 -0400 (0:00:00.519) 0:02:40.363 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Thursday 23 July 2026 08:48:58 -0400 (0:00:00.061) 0:02:40.424 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Thursday 23 July 2026 08:48:58 -0400 (0:00:00.002) 0:02:40.427 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Thursday 23 July 2026 08:48:58 -0400 (0:00:00.029) 0:02:40.456 ********* included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 23 July 2026 08:48:58 -0400 (0:00:00.083) 0:02:40.540 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 23 July 2026 08:48:58 -0400 (0:00:00.039) 0:02:40.580 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Thursday 23 July 2026 08:48:59 -0400 (0:00:00.641) 0:02:41.221 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Thursday 23 July 2026 08:48:59 -0400 (0:00:00.411) 0:02:41.633 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Thursday 23 July 2026 08:48:59 -0400 (0:00:00.021) 0:02:41.655 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Thursday 23 July 2026 08:48:59 -0400 (0:00:00.019) 0:02:41.674 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Thursday 23 July 2026 08:48:59 -0400 (0:00:00.017) 0:02:41.692 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Thursday 23 July 2026 08:48:59 -0400 (0:00:00.019) 0:02:41.712 ********* ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Thursday 23 July 2026 08:48:59 -0400 (0:00:00.043) 0:02:41.755 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Thursday 23 July 2026 08:48:59 -0400 (0:00:00.021) 0:02:41.777 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Thursday 23 July 2026 08:48:59 -0400 (0:00:00.018) 0:02:41.795 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 23 July 2026 08:48:59 -0400 (0:00:00.018) 0:02:41.813 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 23 July 2026 08:49:00 -0400 (0:00:00.965) 0:02:42.779 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 23 July 2026 08:49:00 -0400 (0:00:00.023) 0:02:42.803 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 23 July 2026 08:49:00 -0400 (0:00:00.025) 0:02:42.829 ********* skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 23 July 2026 08:49:00 -0400 (0:00:00.024) 0:02:42.853 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 23 July 2026 08:49:00 -0400 (0:00:00.021) 0:02:42.874 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 23 July 2026 08:49:00 -0400 (0:00:00.022) 0:02:42.896 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.021848", "end": "2026-07-23 08:49:01.212409", "rc": 0, "start": "2026-07-23 08:49:01.190561" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 23 July 2026 08:49:01 -0400 (0:00:00.406) 0:02:43.303 ********* ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 23 July 2026 08:49:01 -0400 (0:00:00.038) 0:02:43.342 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 23 July 2026 08:49:01 -0400 (0:00:00.043) 0:02:43.385 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 23 July 2026 08:49:01 -0400 (0:00:00.066) 0:02:43.452 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 23 July 2026 08:49:01 -0400 (0:00:00.022) 0:02:43.475 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Thursday 23 July 2026 08:49:01 -0400 (0:00:00.052) 0:02:43.527 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Thursday 23 July 2026 08:49:01 -0400 (0:00:00.037) 0:02:43.565 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:49:01 -0400 (0:00:00.077) 0:02:43.643 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.435) 0:02:44.078 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.025) 0:02:44.104 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.040) 0:02:44.144 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.390) 0:02:44.534 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.023) 0:02:44.558 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.026) 0:02:44.585 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.022) 0:02:44.607 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.033) 0:02:44.640 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.037) 0:02:44.678 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.035) 0:02:44.713 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.034) 0:02:44.748 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Thursday 23 July 2026 08:49:02 -0400 (0:00:00.037) 0:02:44.785 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.267) 0:02:45.053 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.072) 0:02:45.125 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.040) 0:02:45.166 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.032) 0:02:45.199 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.077) 0:02:45.276 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.038) 0:02:45.315 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.036) 0:02:45.352 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.077) 0:02:45.429 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.036) 0:02:45.465 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.059) 0:02:45.525 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.091) 0:02:45.616 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.035) 0:02:45.652 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.036) 0:02:45.689 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.037) 0:02:45.727 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.038) 0:02:45.765 ********* included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.150) 0:02:45.915 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Thursday 23 July 2026 08:49:03 -0400 (0:00:00.059) 0:02:45.975 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Thursday 23 July 2026 08:49:04 -0400 (0:00:00.552) 0:02:46.527 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Thursday 23 July 2026 08:49:04 -0400 (0:00:00.396) 0:02:46.924 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Thursday 23 July 2026 08:49:04 -0400 (0:00:00.042) 0:02:46.967 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Thursday 23 July 2026 08:49:04 -0400 (0:00:00.041) 0:02:47.009 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Thursday 23 July 2026 08:49:05 -0400 (0:00:00.041) 0:02:47.050 ********* 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 platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Thursday 23 July 2026 08:49:05 -0400 (0:00:00.044) 0:02:47.094 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Thursday 23 July 2026 08:49:05 -0400 (0:00:00.082) 0:02:47.177 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Thursday 23 July 2026 08:49:05 -0400 (0:00:00.066) 0:02:47.244 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Thursday 23 July 2026 08:49:05 -0400 (0:00:00.043) 0:02:47.287 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Thursday 23 July 2026 08:49:05 -0400 (0:00:00.039) 0:02:47.327 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Thursday 23 July 2026 08:49:05 -0400 (0:00:00.040) 0:02:47.367 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Thursday 23 July 2026 08:49:06 -0400 (0:00:01.212) 0:02:48.580 ********* skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Thursday 23 July 2026 08:49:06 -0400 (0:00:00.023) 0:02:48.603 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Thursday 23 July 2026 08:49:06 -0400 (0:00:00.020) 0:02:48.624 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Thursday 23 July 2026 08:49:06 -0400 (0:00:00.033) 0:02:48.658 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Thursday 23 July 2026 08:49:06 -0400 (0:00:00.038) 0:02:48.696 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Thursday 23 July 2026 08:49:06 -0400 (0:00:00.087) 0:02:48.783 ********* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ActiveEnterTimestampMonotonic": "242004678", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:47:11 EDT", "AssertTimestampMonotonic": "242002099", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1680837000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Thu 2026-07-23 08:47:11 EDT", "ConditionTimestampMonotonic": "242002097", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainHandoffTimestampMonotonic": "242040833", "ExecMainPID": "15057", "ExecMainStartTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainStartTimestampMonotonic": "242004072", "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": "Thu 2026-07-23 08:47:11 EDT", "InactiveExitTimestampMonotonic": "242004678", "InvocationID": "f082d2d131384ac19baf63e7f6d285c6", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2937999360", "MemoryCurrent": "34287616", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34746368", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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", "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": "Thu 2026-07-23 08:47:11 EDT", "StateChangeTimestampMonotonic": "242004678", "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Thursday 23 July 2026 08:49:07 -0400 (0:00:00.556) 0:02:49.340 ********* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ActiveEnterTimestampMonotonic": "242004678", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:47:11 EDT", "AssertTimestampMonotonic": "242002099", "Before": "network-pre.target shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1680837000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Thu 2026-07-23 08:47:11 EDT", "ConditionTimestampMonotonic": "242002097", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service ipset.service shutdown.target iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainHandoffTimestampMonotonic": "242040833", "ExecMainPID": "15057", "ExecMainStartTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainStartTimestampMonotonic": "242004072", "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": "Thu 2026-07-23 08:47:11 EDT", "InactiveExitTimestampMonotonic": "242004678", "InvocationID": "f082d2d131384ac19baf63e7f6d285c6", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2938580992", "MemoryCurrent": "34287616", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34746368", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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", "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": "Thu 2026-07-23 08:47:11 EDT", "StateChangeTimestampMonotonic": "242004678", "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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 firewalld is responding to dbus requests] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Thursday 23 July 2026 08:49:07 -0400 (0:00:00.582) 0:02:49.922 ********* ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.192647", "end": "2026-07-23 08:49:08.420363", "rc": 0, "start": "2026-07-23 08:49:08.227716" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Thursday 23 July 2026 08:49:08 -0400 (0:00:00.578) 0:02:50.500 ********* ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Thursday 23 July 2026 08:49:09 -0400 (0:00:00.856) 0:02:51.357 ********* skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Thursday 23 July 2026 08:49:09 -0400 (0:00:00.025) 0:02:51.383 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Thursday 23 July 2026 08:49:09 -0400 (0:00:00.023) 0:02:51.406 ********* ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Thursday 23 July 2026 08:49:09 -0400 (0:00:00.022) 0:02:51.429 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Thursday 23 July 2026 08:49:09 -0400 (0:00:00.034) 0:02:51.463 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Thursday 23 July 2026 08:49:09 -0400 (0:00:00.033) 0:02:51.497 ********* ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Thursday 23 July 2026 08:49:09 -0400 (0:00:00.407) 0:02:51.904 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 23 July 2026 08:49:10 -0400 (0:00:00.203) 0:02:52.108 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 23 July 2026 08:49:10 -0400 (0:00:00.046) 0:02:52.155 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 23 July 2026 08:49:10 -0400 (0:00:00.556) 0:02:52.711 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Thursday 23 July 2026 08:49:11 -0400 (0:00:00.383) 0:02:53.095 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 23 July 2026 08:49:11 -0400 (0:00:00.043) 0:02:53.139 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 23 July 2026 08:49:11 -0400 (0:00:00.031) 0:02:53.171 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Thursday 23 July 2026 08:49:11 -0400 (0:00:00.041) 0:02:53.213 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Thursday 23 July 2026 08:49:11 -0400 (0:00:00.026) 0:02:53.239 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Thursday 23 July 2026 08:49:11 -0400 (0:00:00.027) 0:02:53.267 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Thursday 23 July 2026 08:49:11 -0400 (0:00:00.034) 0:02:53.301 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Thursday 23 July 2026 08:49:12 -0400 (0:00:01.224) 0:02:54.526 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Thursday 23 July 2026 08:49:12 -0400 (0:00:00.055) 0:02:54.581 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Thursday 23 July 2026 08:49:13 -0400 (0:00:01.206) 0:02:55.788 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Thursday 23 July 2026 08:49:15 -0400 (0:00:01.279) 0:02:57.067 ********* skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Thursday 23 July 2026 08:49:15 -0400 (0:00:00.040) 0:02:57.107 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Thursday 23 July 2026 08:49:15 -0400 (0:00:00.037) 0:02:57.145 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Thursday 23 July 2026 08:49:15 -0400 (0:00:00.035) 0:02:57.180 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.931) 0:02:58.112 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.026) 0:02:58.138 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.024) 0:02:58.162 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.024) 0:02:58.186 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.030) 0:02:58.217 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.028) 0:02:58.246 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.032) 0:02:58.278 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.048) 0:02:58.327 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.025) 0:02:58.352 ********* skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.032) 0:02:58.385 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.019) 0:02:58.405 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.025) 0:02:58.430 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.020) 0:02:58.451 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.085) 0:02:58.536 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.022) 0:02:58.559 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.019) 0:02:58.578 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Thursday 23 July 2026 08:49:16 -0400 (0:00:00.018) 0:02:58.597 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Thursday 23 July 2026 08:49:17 -0400 (0:00:00.608) 0:02:59.205 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Thursday 23 July 2026 08:49:17 -0400 (0:00:00.019) 0:02:59.225 ********* ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Thursday 23 July 2026 08:49:19 -0400 (0:00:02.773) 0:03:01.998 ********* ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.095) 0:03:02.094 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.038) 0:03:02.132 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.043) 0:03:02.176 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.039) 0:03:02.215 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.026) 0:03:02.242 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.420) 0:03:02.662 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.024) 0:03:02.687 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.019) 0:03:02.707 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.020) 0:03:02.727 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.089) 0:03:02.817 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.038) 0:03:02.855 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:49:20 -0400 (0:00:00.109) 0:03:02.965 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:49:21 -0400 (0:00:00.405) 0:03:03.370 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:49:21 -0400 (0:00:00.031) 0:03:03.402 ********* 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.005554", "end": "2026-07-23 08:49:21.856501", "rc": 0, "start": "2026-07-23 08:49:21.850947" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:49:21 -0400 (0:00:00.532) 0:03:03.934 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "created", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:49:22 -0400 (0:00:00.434) 0:03:04.369 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:49:22 -0400 (0:00:00.392) 0:03:04.762 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:49:22 -0400 (0:00:00.032) 0:03:04.794 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005531", "end": "2026-07-23 08:49:23.174932", "rc": 0, "start": "2026-07-23 08:49:23.169401" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:49:23 -0400 (0:00:00.474) 0:03:05.269 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "created", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:49:23 -0400 (0:00:00.282) 0:03:05.552 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:49:23 -0400 (0:00:00.045) 0:03:05.597 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:49:23 -0400 (0:00:00.036) 0:03:05.634 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005580", "end": "2026-07-23 08:49:24.036404", "rc": 0, "start": "2026-07-23 08:49:24.030824" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.500) 0:03:06.134 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "created", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "kube_file_field": "", "kube_name": "httpd3", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } }, "kube_spec": { "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile3.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile3" } }, { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.239) 0:03:06.374 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.140) 0:03:06.515 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.027) 0:03:06.542 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.075) 0:03:06.617 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_services": [ { "activate_systemd_unit": true, "scope": "user", "service": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "unit_name": "httpd1", "user": "podman_basic_user", "xdg_runtime_dir": "/run/user/3001" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.038) 0:03:06.656 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_services": [ { "activate_systemd_unit": true, "scope": "user", "service": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "unit_name": "httpd1", "user": "podman_basic_user", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "scope": "system", "service": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "unit_name": "httpd2", "user": "root", "xdg_runtime_dir": "" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.044) 0:03:06.701 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_services": [ { "activate_systemd_unit": true, "scope": "user", "service": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "unit_name": "httpd1", "user": "podman_basic_user", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "scope": "system", "service": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "unit_name": "httpd2", "user": "root", "xdg_runtime_dir": "" }, { "activate_systemd_unit": true, "scope": "system", "service": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "unit_name": "httpd3", "user": "root", "xdg_runtime_dir": "" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.065) 0:03:06.766 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.037) 0:03:06.803 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.047) 0:03:06.851 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.024) 0:03:06.875 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.026) 0:03:06.902 ********* skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'testfile1'}, 'data': {'testfile1.txt': 'this is a test\n'}}, {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd1'}, 'spec': {'containers': [{'name': 'httpd1', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15001}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile1.txt:Z', 'name': 'testfile1', 'subPath': 'testfile1.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1-create'}}, {'name': 'testfile1', 'configMap': {'name': 'testfile1'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd1'}, 'spec': {'containers': [{'name': 'httpd1', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15001}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile1.txt:Z', 'name': 'testfile1', 'subPath': 'testfile1.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1-create'}}, {'name': 'testfile1', 'configMap': {'name': 'testfile1'}}]}}, 'kube_str': "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", 'kube_name': 'httpd1', 'kube_spec': {'state': 'started', 'debug': True, 'log_level': 'debug'}, 'kube_file_field': '', 'kube_file': '/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml', 'user': 'podman_basic_user', 'systemd_scope': 'user', 'state': 'created', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': True, 'xdg_runtime_dir': '/run/user/3001', 'kube_path': '/home/podman_basic_user/.config/containers/ansible-kubernetes.d', 'user_home_dir': '/home/podman_basic_user', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "created", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd2'}, 'spec': {'containers': [{'name': 'httpd2', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15002}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2-create'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd2'}, 'spec': {'containers': [{'name': 'httpd2', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15002}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2-create'}}]}}, 'kube_str': '---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n', 'kube_name': 'httpd2', 'kube_spec': {'state': 'started', 'debug': True, 'log_level': 'debug'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/httpd2.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'created', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'testfile3'}, 'data': {'testfile3.txt': 'this is a test\n'}}, {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd3'}, 'spec': {'containers': [{'name': 'httpd3', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15003}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile3.txt:Z', 'name': 'testfile3', 'subPath': 'testfile3.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3-create'}}, {'name': 'testfile3', 'configMap': {'name': 'testfile3'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd3'}, 'spec': {'containers': [{'name': 'httpd3', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15003}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile3.txt:Z', 'name': 'testfile3', 'subPath': 'testfile3.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3-create'}}, {'name': 'testfile3', 'configMap': {'name': 'testfile3'}}]}}, 'kube_str': "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", 'kube_name': 'httpd3', 'kube_spec': {'state': 'started'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/httpd3.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'created', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "kube_file_field": "", "kube_name": "httpd3", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } }, "kube_spec": { "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile3.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile3" } }, { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.080) 0:03:06.982 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Thursday 23 July 2026 08:49:24 -0400 (0:00:00.021) 0:03:07.004 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Thursday 23 July 2026 08:49:25 -0400 (0:00:00.024) 0:03:07.028 ********* included: /tmp/collections-QsE/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-QsE/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-QsE/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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:49:25 -0400 (0:00:00.322) 0:03:07.351 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:49:25 -0400 (0:00:00.069) 0:03:07.421 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:49:25 -0400 (0:00:00.071) 0:03:07.492 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:49:25 -0400 (0:00:00.478) 0:03:07.970 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:49:26 -0400 (0:00:00.057) 0:03:08.028 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:49:26 -0400 (0:00:00.070) 0:03:08.099 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:49:26 -0400 (0:00:00.431) 0:03:08.530 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004151", "end": "2026-07-23 08:49:26.846368", "rc": 0, "start": "2026-07-23 08:49:26.842217" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:49:26 -0400 (0:00:00.410) 0:03:08.941 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004128", "end": "2026-07-23 08:49:27.261281", "rc": 0, "start": "2026-07-23 08:49:27.257153" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.403) 0:03:09.345 ********* ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 524288 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 524288 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.064) 0:03:09.409 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.032) 0:03:09.441 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.032) 0:03:09.473 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.032) 0:03:09.505 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.028) 0:03:09.534 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.030) 0:03:09.564 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.028) 0:03:09.592 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.024) 0:03:09.616 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.075) 0:03:09.692 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:49:27 -0400 (0:00:00.039) 0:03:09.732 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": "0:00:00.022400", "end": "2026-07-23 08:49:28.063777", "rc": 0, "start": "2026-07-23 08:49:28.041377" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:49:28 -0400 (0:00:00.437) 0:03:10.169 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:49:28 -0400 (0:00:00.129) 0:03:10.299 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Thursday 23 July 2026 08:49:28 -0400 (0:00:00.047) 0:03:10.346 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_r_tl3axi_podman/httpd1", "/tmp/lsr_r_tl3axi_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Thursday 23 July 2026 08:49:28 -0400 (0:00:00.091) 0:03:10.438 ********* changed: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd1) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_r_tl3axi_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_r_tl3axi_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_r_tl3axi_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Prune images before pulling new ones] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:35 Thursday 23 July 2026 08:49:29 -0400 (0:00:00.813) 0:03:11.251 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:49 Thursday 23 July 2026 08:49:29 -0400 (0:00:00.026) 0:03:11.277 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Thursday 23 July 2026 08:49:29 -0400 (0:00:00.041) 0:03:11.319 ********* [WARNING]: Module remote_tmp /home/podman_basic_user/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually changed: [managed-node2] => (item=quay.io/libpod/testimage:20210610) => { "actions": [ "Pulled image quay.io/libpod/testimage:20210610" ], "ansible_loop_var": "item", "attempts": 1, "changed": true, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377", "GraphDriver": { "Data": { "UpperDir": "/home/podman_basic_user/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/home/podman_basic_user/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/bin/podman pull quay.io/libpod/testimage:20210610" ], "warnings": [ "Module remote_tmp /home/podman_basic_user/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually" ] } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Thursday 23 July 2026 08:49:30 -0400 (0:00:01.468) 0:03:12.787 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Thursday 23 July 2026 08:49:30 -0400 (0:00:00.023) 0:03:12.811 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 23 July 2026 08:49:31 -0400 (0:00:00.385) 0:03:13.196 ********* 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": 6, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 23 July 2026 08:49:31 -0400 (0:00:00.417) 0:03:13.614 ********* changed: [managed-node2] => { "changed": true, "checksum": "087df5c676f6e018cf39cfe60f254913994003f7", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "md5sum": "550aa25114f941f3f963e5d7587ea887", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 1070, "src": "/root/.ansible/tmp/ansible-tmp-1784810971.6520538-15986-111955878364053/.source.yml", "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:91 Thursday 23 July 2026 08:49:32 -0400 (0:00:00.711) 0:03:14.326 ********* changed: [managed-node2] => { "actions": [ "/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "changed": true } STDOUT: Pod: a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2 Container: 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 STDERR: time="2026-07-23T08:49:32-04:00" level=info msg="/bin/podman filtering at log level debug" time="2026-07-23T08:49:32-04:00" level=debug msg="Called kube.PersistentPreRunE(/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2026-07-23T08:49:32-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-23T08:49:32-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-23T08:49:32-04:00" level=info msg="Using sqlite as database backend" time="2026-07-23T08:49:32-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2026-07-23T08:49:32-04:00" level=debug msg="Using graph driver overlay" time="2026-07-23T08:49:32-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2026-07-23T08:49:32-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2026-07-23T08:49:32-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2026-07-23T08:49:32-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2026-07-23T08:49:32-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2026-07-23T08:49:32-04:00" level=debug msg="Using transient store: false" time="2026-07-23T08:49:32-04:00" level=debug msg="Initializing event backend file" time="2026-07-23T08:49:32-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-23T08:49:32-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-23T08:49:32-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2026-07-23T08:49:32-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2026-07-23T08:49:32-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2026-07-23T08:49:32-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-23T08:49:32-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-23T08:49:32-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2026-07-23T08:49:32-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-23T08:49:32-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-23T08:49:32-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-23T08:49:32-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2026-07-23T08:49:32-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-23T08:49:32-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-23T08:49:32-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Successfully loaded 1 networks" time="2026-07-23T08:49:32-04:00" level=debug msg="Validating options for local driver" time="2026-07-23T08:49:32-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-23T08:49:32-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice for parent user.slice and name libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2" time="2026-07-23T08:49:32-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice" time="2026-07-23T08:49:32-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice" time="2026-07-23T08:49:32-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2026-07-23T08:49:32-04:00" level=debug msg="using systemd mode: false" time="2026-07-23T08:49:32-04:00" level=debug msg="setting container name a9a2a07bfd7f-infra" time="2026-07-23T08:49:32-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 96a90f0f34a3010465270e7f3a6252bfb77b002eb3530b28eb369c5e28280dd1 bridge podman1 2026-07-23 12:49:32.814197883 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-23T08:49:32-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-23T08:49:32-04:00" level=debug msg="Allocated lock 2 for container ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a" time="2026-07-23T08:49:32-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported" time="2026-07-23T08:49:32-04:00" level=debug msg="Check for idmapped mounts support " time="2026-07-23T08:49:32-04:00" level=debug msg="Created container \"ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Container \"ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a/userdata\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Container \"ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a\" has run directory \"/run/user/3001/containers/overlay-containers/ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a/userdata\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:32-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-23T08:49:32-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-23T08:49:32-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers:overlay.mountopt=nodev]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:32-04: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:overlay.mountopt=nodev]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-07-23T08:49:32-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2026-07-23T08:49:32-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:32-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-23T08:49:32-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-23T08:49:32-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers:overlay.mountopt=nodev]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:32-04: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:overlay.mountopt=nodev]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-07-23T08:49:32-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-23T08:49:32-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:32-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-23T08:49:32-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-23T08:49:32-04:00" level=debug msg="parsed reference into \"[overlay@/home/podman_basic_user/.local/share/containers/storage+/run/user/3001/containers:overlay.mountopt=nodev]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:32-04: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:overlay.mountopt=nodev]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-07-23T08:49:32-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-23T08:49:32-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-23T08:49:32-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-23T08:49:32-04:00" level=debug msg="using systemd mode: false" time="2026-07-23T08:49:32-04:00" level=debug msg="adding container to pod httpd1" time="2026-07-23T08:49:32-04:00" level=debug msg="setting container name httpd1-httpd1" time="2026-07-23T08:49:32-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-23T08:49:32-04:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2026-07-23T08:49:32-04:00" level=debug msg="Adding mount /proc" time="2026-07-23T08:49:32-04:00" level=debug msg="Adding mount /dev" time="2026-07-23T08:49:32-04:00" level=debug msg="Adding mount /dev/pts" time="2026-07-23T08:49:32-04:00" level=debug msg="Adding mount /dev/mqueue" time="2026-07-23T08:49:32-04:00" level=debug msg="Adding mount /sys" time="2026-07-23T08:49:32-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2026-07-23T08:49:32-04:00" level=debug msg="Allocated lock 3 for container 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593" time="2026-07-23T08:49:32-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Created container \"8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Container \"8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593/userdata\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Container \"8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593\" has run directory \"/run/user/3001/containers/overlay-containers/8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593/userdata\"" time="2026-07-23T08:49:32-04:00" level=debug msg="Strongconnecting node ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a" time="2026-07-23T08:49:32-04:00" level=debug msg="Pushed ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a onto stack" time="2026-07-23T08:49:32-04:00" level=debug msg="Finishing node ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a. Popped ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a off stack" time="2026-07-23T08:49:32-04:00" level=debug msg="Strongconnecting node 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593" time="2026-07-23T08:49:32-04:00" level=debug msg="Pushed 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 onto stack" time="2026-07-23T08:49:32-04:00" level=debug msg="Finishing node 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593. Popped 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 off stack" time="2026-07-23T08:49:32-04:00" level=debug msg="Made network namespace at /run/user/3001/netns/netns-a4249ea9-063f-b59b-f6d0-a6509f17c83f for container ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a" time="2026-07-23T08:49:32-04:00" level=debug msg="Created root filesystem for container ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a/rootfs/merge" time="2026-07-23T08:49:32-04:00" level=debug msg="Creating rootless network namespace at \"/run/user/3001/containers/networks/rootless-netns/rootless-netns\"" time="2026-07-23T08:49:32-04: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-07-23T08:49:32-04:00" level=debug msg="The path of /etc/resolv.conf in the mount ns is \"/etc/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_route] Adding route (dest: 0.0.0.0/0, gw: 10.89.0.1, metric 100) [INFO netavark::firewall::nft] Creating container chain nv_96a90f0f_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: "3e:42:6f:eb:2b:f8", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2026-07-23T08:49:33-04:00" level=debug msg="rootlessport: time=\"2026-07-23T08:49:33-04:00\" level=info msg=\"Starting parent driver\"\n" time="2026-07-23T08:49:33-04:00" level=debug msg="rootlessport: time=\"2026-07-23T08:49:33-04:00\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/3001/libpod/tmp/rootlessport1508866126/.bp-ready.pipe builtin.socketpath:/run/user/3001/libpod/tmp/rootlessport1508866126/.bp.sock]\"\n" time="2026-07-23T08:49:33-04:00" level=debug msg="rootlessport: time=\"2026-07-23T08:49:33-04:00\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n" time="2026-07-23T08:49:33-04:00" level=debug msg="rootlessport: time=\"2026-07-23T08:49:33-04:00\" level=info msg=\"Waiting for initComplete\"\n" time="2026-07-23T08:49:33-04:00" level=debug msg="rootlessport: time=\"2026-07-23T08:49:33-04:00\" level=info msg=\"initComplete is closed; parent and child established the communication channel\"\ntime=\"2026-07-23T08:49:33-04:00\" level=info msg=\"Exposing ports [{ 80 15001 1 tcp}]\"\n" time="2026-07-23T08:49:33-04:00" level=debug msg="rootlessport: time=\"2026-07-23T08:49:33-04:00\" level=info msg=Ready\n" time="2026-07-23T08:49:33-04:00" level=debug msg="rootlessport is ready" time="2026-07-23T08:49:33-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-23T08:49:33-04:00" level=debug msg="Setting Cgroups for container ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a to user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice:libpod:ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a" time="2026-07-23T08:49:33-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-23T08:49:33-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a/rootfs/merge\"" time="2026-07-23T08:49:33-04:00" level=debug msg="Created OCI spec for container ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a/userdata/config.json" time="2026-07-23T08:49:33-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice for parent user.slice and name libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2" time="2026-07-23T08:49:33-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice" time="2026-07-23T08:49:33-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice" time="2026-07-23T08:49:33-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-23T08:49:33-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a -u ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a/userdata -p /run/user/3001/containers/overlay-containers/ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a/userdata/pidfile -n a9a2a07bfd7f-infra --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a --full-attach -s -l journald --log-level debug --syslog --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/3001/containers/overlay-containers/ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a/userdata/oci-log --conmon-pidfile /run/user/3001/containers/overlay-containers/ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a/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 --volumepath --exit-command-arg /home/podman_basic_user/.local/share/containers/storage/volumes --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.mountopt=nodev --exit-command-arg --events-backend --exit-command-arg file --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a]" time="2026-07-23T08:49:33-04:00" level=info msg="Running conmon under slice user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice and unitName libpod-conmon-ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2026-07-23T08:49:33-04:00" level=debug msg="Received: 40918" time="2026-07-23T08:49:33-04:00" level=info msg="Got Conmon PID as 40916" time="2026-07-23T08:49:33-04:00" level=debug msg="Created container ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a in OCI runtime" time="2026-07-23T08:49:33-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2026-07-23T08:49:33-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2026-07-23T08:49:33-04:00" level=debug msg="Starting container ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a with command [/catatonit -P]" time="2026-07-23T08:49:33-04:00" level=debug msg="Started container ab35239a805795c1f935110655fbda2c59ee5d98e0c5263412b03e8dbed4cd6a" time="2026-07-23T08:49:33-04:00" level=debug msg="overlay: mount_data=lowerdir=/home/podman_basic_user/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff,upperdir=/home/podman_basic_user/.local/share/containers/storage/overlay/d4f1853b170fc3407ef57184bb9f1c2301d646b0afa4daad32d912ef6a458967/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/d4f1853b170fc3407ef57184bb9f1c2301d646b0afa4daad32d912ef6a458967/work,nodev,userxattr,context=\"system_u:object_r:container_file_t:s0:c163,c987\"" time="2026-07-23T08:49:33-04:00" level=debug msg="Mounted container \"8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/d4f1853b170fc3407ef57184bb9f1c2301d646b0afa4daad32d912ef6a458967/merged\"" time="2026-07-23T08:49:33-04:00" level=debug msg="Going to mount named volume testfile1" time="2026-07-23T08:49:33-04:00" level=debug msg="Copying up contents from container 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 to volume testfile1" time="2026-07-23T08:49:33-04:00" level=debug msg="Created root filesystem for container 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 at /home/podman_basic_user/.local/share/containers/storage/overlay/d4f1853b170fc3407ef57184bb9f1c2301d646b0afa4daad32d912ef6a458967/merged" time="2026-07-23T08:49:33-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-23T08:49:33-04:00" level=debug msg="Setting Cgroups for container 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 to user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice:libpod:8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593" time="2026-07-23T08:49:33-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-23T08:49:33-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2026-07-23T08:49:33-04:00" level=debug msg="Created OCI spec for container 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593/userdata/config.json" time="2026-07-23T08:49:33-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice for parent user.slice and name libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2" time="2026-07-23T08:49:33-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice" time="2026-07-23T08:49:33-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice" time="2026-07-23T08:49:33-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-23T08:49:33-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 -u 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593/userdata -p /run/user/3001/containers/overlay-containers/8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 --full-attach -s -l journald --log-level debug --syslog --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/3001/containers/overlay-containers/8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593/userdata/oci-log --conmon-pidfile /run/user/3001/containers/overlay-containers/8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593/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 --volumepath --exit-command-arg /home/podman_basic_user/.local/share/containers/storage/volumes --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.mountopt=nodev --exit-command-arg --events-backend --exit-command-arg file --exit-command-arg --syslog --exit-command-arg container --exit-command-arg cleanup --exit-command-arg --stopped-only --exit-command-arg 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593]" time="2026-07-23T08:49:33-04:00" level=info msg="Running conmon under slice user-libpod_pod_a9a2a07bfd7fb79136b77506d7b6bfa8844264d2114d2107d79d0a1a3f7704b2.slice and unitName libpod-conmon-8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2026-07-23T08:49:33-04:00" level=debug msg="Received: 40924" time="2026-07-23T08:49:33-04:00" level=info msg="Got Conmon PID as 40922" time="2026-07-23T08:49:33-04:00" level=debug msg="Created container 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 in OCI runtime" time="2026-07-23T08:49:33-04:00" level=debug msg="Starting container 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593 with command [/bin/busybox-extras httpd -f -p 80]" time="2026-07-23T08:49:33-04:00" level=debug msg="Started container 8633436de762f713d1408e6b4dd4463b30d72208be64ee9006d37018effa4593" time="2026-07-23T08:49:33-04:00" level=debug msg="Called kube.PersistentPostRunE(/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2026-07-23T08:49:33-04:00" level=debug msg="Shutting down engines" time="2026-07-23T08:49:33-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=40852 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 23 July 2026 08:49:33 -0400 (0:00:00.992) 0:03:15.318 ********* ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 23 July 2026 08:49:34 -0400 (0:00:00.699) 0:03:16.018 ********* 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": "-.mount basic.target network-online.target \"app-podman\\\\x2dkube.slice\" run-user-3001.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3528323072", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:126 Thursday 23 July 2026 08:49:34 -0400 (0:00:00.760) 0:03:16.779 ********* 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": "network-online.target basic.target -.mount run-user-3001.mount \"app-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3527626752", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:141 Thursday 23 July 2026 08:49:46 -0400 (0:00:11.273) 0:03:28.052 ********* 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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:49:46 -0400 (0:00:00.036) 0:03:28.089 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:49:46 -0400 (0:00:00.049) 0:03:28.139 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:49:46 -0400 (0:00:00.070) 0:03:28.209 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:49:46 -0400 (0:00:00.422) 0:03:28.632 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:49:46 -0400 (0:00:00.035) 0:03:28.667 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:49:46 -0400 (0:00:00.042) 0:03:28.709 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.387) 0:03:29.097 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.027) 0:03:29.124 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.026) 0:03:29.150 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.092) 0:03:29.242 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.026) 0:03:29.269 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.026) 0:03:29.296 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.024) 0:03:29.321 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.024) 0:03:29.345 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.025) 0:03:29.371 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.023) 0:03:29.395 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.030) 0:03:29.425 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.068) 0:03:29.494 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.039) 0:03:29.534 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.024) 0:03:29.558 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.024) 0:03:29.583 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.025) 0:03:29.608 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_r_tl3axi_podman/httpd2", "/tmp/lsr_r_tl3axi_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Thursday 23 July 2026 08:49:47 -0400 (0:00:00.066) 0:03:29.675 ********* ok: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_r_tl3axi_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_r_tl3axi_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_r_tl3axi_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Prune images before pulling new ones] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:35 Thursday 23 July 2026 08:49:48 -0400 (0:00:00.827) 0:03:30.502 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:49 Thursday 23 July 2026 08:49:48 -0400 (0:00:00.031) 0:03:30.534 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Thursday 23 July 2026 08:49:48 -0400 (0:00:00.069) 0:03:30.603 ********* ok: [managed-node2] => (item=quay.io/libpod/testimage:20210610) => { "actions": [], "ansible_loop_var": "item", "attempts": 1, "changed": false, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377", "GraphDriver": { "Data": { "UpperDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/usr/bin/podman pull quay.io/libpod/testimage:20210610" ] } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Thursday 23 July 2026 08:49:49 -0400 (0:00:01.077) 0:03:31.681 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Thursday 23 July 2026 08:49:49 -0400 (0:00:00.041) 0:03:31.723 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 23 July 2026 08:49:50 -0400 (0:00:00.421) 0:03:32.144 ********* 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": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 23 July 2026 08:49:50 -0400 (0:00:00.402) 0:03:32.547 ********* changed: [managed-node2] => { "changed": true, "checksum": "73b7def78be435d5a0f2cac1c8c38bfc38804af7", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "md5sum": "d3f8b7965c5784ffb919d0113e30feab", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 770, "src": "/root/.ansible/tmp/ansible-tmp-1784810990.6174662-16559-64638815214487/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:91 Thursday 23 July 2026 08:49:51 -0400 (0:00:00.745) 0:03:33.292 ********* 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: 6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d Container: a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 STDERR: time="2026-07-23T08:49:51-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-07-23T08:49:51-04: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-07-23T08:49:51-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-23T08:49:51-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-23T08:49:51-04:00" level=info msg="Using sqlite as database backend" time="2026-07-23T08:49:51-04:00" level=debug msg="Using graph driver overlay" time="2026-07-23T08:49:51-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2026-07-23T08:49:51-04:00" level=debug msg="Using run root /run/containers/storage" time="2026-07-23T08:49:51-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2026-07-23T08:49:51-04:00" level=debug msg="Using tmp dir /run/libpod" time="2026-07-23T08:49:51-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2026-07-23T08:49:51-04:00" level=debug msg="Using transient store: false" time="2026-07-23T08:49:51-04:00" level=debug msg="Initializing event backend journald" time="2026-07-23T08:49:51-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-23T08:49:51-04:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2026-07-23T08:49:51-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-23T08:49:51-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-23T08:49:51-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2026-07-23T08:49:51-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2026-07-23T08:49:51-04: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-07-23T08:49:51-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2026-07-23T08:49:51-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2026-07-23T08:49:51-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-23T08:49:51-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-23T08:49:51-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-23T08:49:51-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2026-07-23T08:49:51-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-23T08:49:51-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-23T08:49:51-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-23T08:49:51-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-23T08:49:51-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 9ec8f5e0d9342d2f3161fcfff151bb5957b775bb332304679ae5fb53040f817a bridge podman1 2026-07-23 12:47:33.684330767 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-23T08:49:51-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-23T08:49:51-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-23T08:49:51-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice for parent machine.slice and name libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d" time="2026-07-23T08:49:51-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice" time="2026-07-23T08:49:51-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice" time="2026-07-23T08:49:51-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2026-07-23T08:49:51-04:00" level=debug msg="using systemd mode: false" time="2026-07-23T08:49:51-04:00" level=debug msg="setting container name 6744fdaa097a-infra" time="2026-07-23T08:49:51-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Allocated lock 1 for container 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525" time="2026-07-23T08:49:51-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported" time="2026-07-23T08:49:51-04:00" level=debug msg="Created container \"1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Container \"1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525\" has work directory \"/var/lib/containers/storage/overlay-containers/1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525/userdata\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Container \"1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525\" has run directory \"/run/containers/storage/overlay-containers/1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525/userdata\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-23T08:49:51-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-23T08:49:51-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:51-04: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:imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-07-23T08:49:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2026-07-23T08:49:51-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-23T08:49:51-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-23T08:49:51-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:51-04: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:imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-07-23T08:49:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-23T08:49:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-23T08:49:51-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-23T08:49:51-04:00" level=debug msg="parsed reference into \"[overlay@/var/lib/containers/storage+/run/containers/storage:imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-23T08:49:51-04: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:imagestore=/usr/lib/containers/storage,overlay.mountopt=nodev,metacopy=on]@9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f)" time="2026-07-23T08:49:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-23T08:49:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-23T08:49:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-23T08:49:51-04:00" level=debug msg="using systemd mode: false" time="2026-07-23T08:49:51-04:00" level=debug msg="adding container to pod httpd2" time="2026-07-23T08:49:51-04:00" level=debug msg="setting container name httpd2-httpd2" time="2026-07-23T08:49:51-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-23T08:49:51-04:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2026-07-23T08:49:51-04:00" level=debug msg="Adding mount /proc" time="2026-07-23T08:49:51-04:00" level=debug msg="Adding mount /dev" time="2026-07-23T08:49:51-04:00" level=debug msg="Adding mount /dev/pts" time="2026-07-23T08:49:51-04:00" level=debug msg="Adding mount /dev/mqueue" time="2026-07-23T08:49:51-04:00" level=debug msg="Adding mount /sys" time="2026-07-23T08:49:51-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2026-07-23T08:49:51-04:00" level=debug msg="Allocated lock 2 for container a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09" time="2026-07-23T08:49:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Created container \"a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Container \"a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09\" has work directory \"/var/lib/containers/storage/overlay-containers/a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09/userdata\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Container \"a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09\" has run directory \"/run/containers/storage/overlay-containers/a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09/userdata\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Strongconnecting node 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525" time="2026-07-23T08:49:51-04:00" level=debug msg="Pushed 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525 onto stack" time="2026-07-23T08:49:51-04:00" level=debug msg="Finishing node 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525. Popped 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525 off stack" time="2026-07-23T08:49:51-04:00" level=debug msg="Strongconnecting node a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09" time="2026-07-23T08:49:51-04:00" level=debug msg="Pushed a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 onto stack" time="2026-07-23T08:49:51-04:00" level=debug msg="Finishing node a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09. Popped a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 off stack" time="2026-07-23T08:49:51-04:00" level=debug msg="Created root filesystem for container 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525 at /var/lib/containers/storage/overlay-containers/1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525/rootfs/merge" time="2026-07-23T08:49:51-04:00" level=debug msg="Made network namespace at /run/netns/netns-9d4725d1-1929-0cf2-7236-e3fda2ff81d3 for container 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525" [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_route] 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_9ec8f5e0_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: "a2:50:44:37:61:75", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2026-07-23T08:49:51-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-23T08:49:51-04:00" level=debug msg="Setting Cgroups for container 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525 to machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice:libpod:1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525" time="2026-07-23T08:49:51-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-23T08:49:51-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay-containers/1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525/rootfs/merge\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Created OCI spec for container 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525 at /var/lib/containers/storage/overlay-containers/1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525/userdata/config.json" time="2026-07-23T08:49:51-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice for parent machine.slice and name libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d" time="2026-07-23T08:49:51-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice" time="2026-07-23T08:49:51-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice" time="2026-07-23T08:49:51-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-23T08:49:51-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525 -u 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525/userdata -p /run/containers/storage/overlay-containers/1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525/userdata/pidfile -n 6744fdaa097a-infra --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525 --full-attach -s -l journald --log-level debug --syslog --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/containers/storage/overlay-containers/1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525/userdata/oci-log --conmon-pidfile /run/containers/storage/overlay-containers/1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525/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 --volumepath --exit-command-arg /var/lib/containers/storage/volumes --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 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 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525]" time="2026-07-23T08:49:51-04:00" level=info msg="Running conmon under slice machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice and unitName libpod-conmon-1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525.scope" time="2026-07-23T08:49:51-04:00" level=debug msg="Received: 43235" time="2026-07-23T08:49:51-04:00" level=info msg="Got Conmon PID as 43233" time="2026-07-23T08:49:51-04:00" level=debug msg="Created container 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525 in OCI runtime" time="2026-07-23T08:49:51-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2026-07-23T08:49:51-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2026-07-23T08:49:51-04:00" level=debug msg="Starting container 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525 with command [/catatonit -P]" time="2026-07-23T08:49:51-04:00" level=debug msg="Started container 1019a8cf1a41025a3b77057e1176c27b1ea55853b42b74ec00176a8d88b97525" time="2026-07-23T08:49:51-04:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff,upperdir=/var/lib/containers/storage/overlay/2d9eba002b3273ef8d8444e76ea8bb21d33fb786a9b0db0f223ac298e430b813/diff,workdir=/var/lib/containers/storage/overlay/2d9eba002b3273ef8d8444e76ea8bb21d33fb786a9b0db0f223ac298e430b813/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c675,c845\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Mounted container \"a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09\" at \"/var/lib/containers/storage/overlay/2d9eba002b3273ef8d8444e76ea8bb21d33fb786a9b0db0f223ac298e430b813/merged\"" time="2026-07-23T08:49:51-04:00" level=debug msg="Created root filesystem for container a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 at /var/lib/containers/storage/overlay/2d9eba002b3273ef8d8444e76ea8bb21d33fb786a9b0db0f223ac298e430b813/merged" time="2026-07-23T08:49:51-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-23T08:49:51-04:00" level=debug msg="Setting Cgroups for container a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 to machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice:libpod:a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09" time="2026-07-23T08:49:51-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-23T08:49:51-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2026-07-23T08:49:51-04:00" level=debug msg="Created OCI spec for container a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 at /var/lib/containers/storage/overlay-containers/a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09/userdata/config.json" time="2026-07-23T08:49:51-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice for parent machine.slice and name libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d" time="2026-07-23T08:49:51-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice" time="2026-07-23T08:49:51-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice" time="2026-07-23T08:49:51-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-23T08:49:51-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 -u a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09/userdata -p /run/containers/storage/overlay-containers/a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 --full-attach -s -l journald --log-level debug --syslog --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/containers/storage/overlay-containers/a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09/userdata/oci-log --conmon-pidfile /run/containers/storage/overlay-containers/a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09/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 --volumepath --exit-command-arg /var/lib/containers/storage/volumes --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 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 a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09]" time="2026-07-23T08:49:51-04:00" level=info msg="Running conmon under slice machine-libpod_pod_6744fdaa097ac169f0d84042cb9c45c1222d81a92a5ad0c7dc6c4dabc968ec8d.slice and unitName libpod-conmon-a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09.scope" time="2026-07-23T08:49:52-04:00" level=debug msg="Received: 43240" time="2026-07-23T08:49:52-04:00" level=info msg="Got Conmon PID as 43238" time="2026-07-23T08:49:52-04:00" level=debug msg="Created container a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 in OCI runtime" time="2026-07-23T08:49:52-04:00" level=debug msg="Starting container a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09 with command [/bin/busybox-extras httpd -f -p 80]" time="2026-07-23T08:49:52-04:00" level=debug msg="Started container a4296a8e7bd49ae083c52764a5754fc3c1ec6d923c4f3d72e870e5019ac62f09" time="2026-07-23T08:49:52-04: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-07-23T08:49:52-04:00" level=debug msg="Shutting down engines" time="2026-07-23T08:49:52-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=43192 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 23 July 2026 08:49:52 -0400 (0:00:00.837) 0:03:34.130 ********* ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 23 July 2026 08:49:53 -0400 (0:00:01.004) 0:03:35.134 ********* 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": "network-online.target \"system-podman\\\\x2dkube.slice\" -.mount sysinit.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.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 /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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2883248128", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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", "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:126 Thursday 23 July 2026 08:49:53 -0400 (0:00:00.827) 0:03:35.962 ********* 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": "\"system-podman\\\\x2dkube.slice\" sysinit.target -.mount systemd-journald.socket basic.target network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.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 /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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2883956736", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:141 Thursday 23 July 2026 08:50:05 -0400 (0:00:11.287) 0:03:47.250 ********* 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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:50:05 -0400 (0:00:00.049) 0:03:47.299 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:50:05 -0400 (0:00:00.067) 0:03:47.367 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:50:05 -0400 (0:00:00.070) 0:03:47.437 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:50:05 -0400 (0:00:00.055) 0:03:47.492 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:50:05 -0400 (0:00:00.056) 0:03:47.549 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:50:05 -0400 (0:00:00.072) 0:03:47.622 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.408) 0:03:48.030 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.029) 0:03:48.060 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.027) 0:03:48.087 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.027) 0:03:48.115 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.025) 0:03:48.141 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.024) 0:03:48.166 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.040) 0:03:48.206 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.041) 0:03:48.248 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.037) 0:03:48.286 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.042) 0:03:48.329 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.041) 0:03:48.370 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.091) 0:03:48.462 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.066) 0:03:48.529 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.143) 0:03:48.672 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.043) 0:03:48.715 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.042) 0:03:48.758 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_r_tl3axi_podman/httpd3", "/tmp/lsr_r_tl3axi_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Thursday 23 July 2026 08:50:06 -0400 (0:00:00.074) 0:03:48.832 ********* ok: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_r_tl3axi_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_r_tl3axi_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_r_tl3axi_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Prune images before pulling new ones] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:35 Thursday 23 July 2026 08:50:07 -0400 (0:00:00.805) 0:03:49.638 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:49 Thursday 23 July 2026 08:50:07 -0400 (0:00:00.029) 0:03:49.668 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Thursday 23 July 2026 08:50:07 -0400 (0:00:00.045) 0:03:49.713 ********* ok: [managed-node2] => (item=quay.io/libpod/testimage:20210610) => { "actions": [], "ansible_loop_var": "item", "attempts": 1, "changed": false, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377", "GraphDriver": { "Data": { "UpperDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/usr/bin/podman pull quay.io/libpod/testimage:20210610" ] } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Thursday 23 July 2026 08:50:08 -0400 (0:00:00.994) 0:03:50.707 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Thursday 23 July 2026 08:50:08 -0400 (0:00:00.028) 0:03:50.735 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 23 July 2026 08:50:09 -0400 (0:00:00.425) 0:03:51.161 ********* 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": 24, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 23 July 2026 08:50:09 -0400 (0:00:00.446) 0:03:51.608 ********* changed: [managed-node2] => { "changed": true, "checksum": "4451175cd0da0ce1b6811ca1754fe9ce7353a615", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "md5sum": "26a4a7495a1ebc49c4a9677b9975d995", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 1070, "src": "/root/.ansible/tmp/ansible-tmp-1784811009.645452-17160-199681105039216/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:91 Thursday 23 July 2026 08:50:10 -0400 (0:00:00.746) 0:03:52.354 ********* changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": true } STDOUT: Pod: c612408f450e09ec5a80aa3fe93358e013ad0c0d86f6dadc014b70d036e8e505 Container: bed7f1cdc4951e1cd684ad5a7d3487800ca711883bd4c57ba90fa5dcd8f9705f TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 23 July 2026 08:50:11 -0400 (0:00:00.799) 0:03:53.153 ********* ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 23 July 2026 08:50:11 -0400 (0:00:00.811) 0:03:53.964 ********* 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 network-online.target -.mount basic.target systemd-journald.socket \"system-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.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 /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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2863546368", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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\" -.mount 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", "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:126 Thursday 23 July 2026 08:50:12 -0400 (0:00:00.865) 0:03:54.830 ********* 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": "systemd-journald.socket basic.target -.mount \"system-podman\\\\x2dkube.slice\" network-online.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.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 /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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2875015168", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:141 Thursday 23 July 2026 08:50:23 -0400 (0:00:11.143) 0:04:05.974 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Thursday 23 July 2026 08:50:23 -0400 (0:00:00.030) 0:04:06.004 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Flush pending service restarts] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Thursday 23 July 2026 08:50:24 -0400 (0:00:00.022) 0:04:06.027 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_pending_restarts | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Thursday 23 July 2026 08:50:24 -0400 (0:00:00.025) 0:04:06.053 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Thursday 23 July 2026 08:50:24 -0400 (0:00:00.021) 0:04:06.075 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Thursday 23 July 2026 08:50:24 -0400 (0:00:00.020) 0:04:06.096 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Record role success fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Thursday 23 July 2026 08:50:24 -0400 (0:00:00.020) 0:04:06.116 ********* ok: [managed-node2] => { "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:334 Thursday 23 July 2026 08:50:24 -0400 (0:00:00.426) 0:04:06.542 ********* 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.084386", "end": "2026-07-23 08:50:25.043739", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-23 08:50:24.959353" } 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.033238", "end": "2026-07-23 08:50:25.450490", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-23 08:50:25.417252" } 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.032069", "end": "2026-07-23 08:50:25.840817", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-23 08:50:25.808748" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:345 Thursday 23 July 2026 08:50:26 -0400 (0:00:01.484) 0:04:08.026 ********* 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.012286", "end": "2026-07-23 08:50:26.424148", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-23 08:50:26.411862" } 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-07-23 08:50:26.802360", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-23 08:50:26.787346" } 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.014718", "end": "2026-07-23 08:50:27.195623", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-23 08:50:27.180905" } 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-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:362 Thursday 23 July 2026 08:50:27 -0400 (0:00:01.265) 0:04:09.292 ********* 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": "Thu, 23 Jul 2026 12:50:27 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Thu, 23 Jul 2026 12:46:24 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": "Thu, 23 Jul 2026 12:50:28 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Thu, 23 Jul 2026 12:46:25 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) TASK [Check host directories] ************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:370 Thursday 23 July 2026 08:50:28 -0400 (0:00:01.167) 0:04:10.460 ********* ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_r_tl3axi_podman/httpd1-create" ], "delta": "0:00:00.004145", "end": "2026-07-23 08:50:28.763935", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-23 08:50:28.759790" } STDOUT: total 0 drwxr-xr-x. 2 podman_basic_user podman_basic_user 6 Jul 23 08:49 ./ drwxrwxrwx. 8 root root 111 Jul 23 08:50 ../ ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_r_tl3axi_podman/httpd2-create" ], "delta": "0:00:00.004058", "end": "2026-07-23 08:50:29.122279", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-23 08:50:29.118221" } STDOUT: total 0 drwxr-xr-x. 2 root root 6 Jul 23 08:49 ./ drwxrwxrwx. 8 root root 111 Jul 23 08:50 ../ ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_r_tl3axi_podman/httpd3-create" ], "delta": "0:00:00.003804", "end": "2026-07-23 08:50:29.489967", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-23 08:50:29.486163" } STDOUT: total 0 drwxrwxrwx. 8 root root 111 Jul 23 08:50 ../ drwxr-xr-x. 2 root root 6 Jul 23 08:50 ./ TASK [Run role again to test for idempotency] ********************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:375 Thursday 23 July 2026 08:50:29 -0400 (0:00:01.110) 0:04:11.570 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Thursday 23 July 2026 08:50:29 -0400 (0:00:00.039) 0:04:11.610 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Thursday 23 July 2026 08:50:29 -0400 (0:00:00.001) 0:04:11.611 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Thursday 23 July 2026 08:50:29 -0400 (0:00:00.020) 0:04:11.632 ********* included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 23 July 2026 08:50:29 -0400 (0:00:00.054) 0:04:11.687 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 23 July 2026 08:50:29 -0400 (0:00:00.025) 0:04:11.712 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Thursday 23 July 2026 08:50:30 -0400 (0:00:00.622) 0:04:12.334 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Thursday 23 July 2026 08:50:30 -0400 (0:00:00.402) 0:04:12.737 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Thursday 23 July 2026 08:50:30 -0400 (0:00:00.021) 0:04:12.759 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Thursday 23 July 2026 08:50:30 -0400 (0:00:00.021) 0:04:12.780 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Thursday 23 July 2026 08:50:30 -0400 (0:00:00.018) 0:04:12.799 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Thursday 23 July 2026 08:50:30 -0400 (0:00:00.018) 0:04:12.818 ********* ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Thursday 23 July 2026 08:50:30 -0400 (0:00:00.043) 0:04:12.862 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Thursday 23 July 2026 08:50:30 -0400 (0:00:00.019) 0:04:12.881 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Thursday 23 July 2026 08:50:30 -0400 (0:00:00.018) 0:04:12.899 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 23 July 2026 08:50:30 -0400 (0:00:00.019) 0:04:12.919 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 23 July 2026 08:50:31 -0400 (0:00:00.958) 0:04:13.878 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 23 July 2026 08:50:31 -0400 (0:00:00.021) 0:04:13.899 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 23 July 2026 08:50:31 -0400 (0:00:00.026) 0:04:13.925 ********* skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 23 July 2026 08:50:31 -0400 (0:00:00.019) 0:04:13.945 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 23 July 2026 08:50:31 -0400 (0:00:00.021) 0:04:13.967 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 23 July 2026 08:50:31 -0400 (0:00:00.020) 0:04:13.987 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023128", "end": "2026-07-23 08:50:32.306246", "rc": 0, "start": "2026-07-23 08:50:32.283118" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 23 July 2026 08:50:32 -0400 (0:00:00.407) 0:04:14.394 ********* ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 23 July 2026 08:50:32 -0400 (0:00:00.039) 0:04:14.433 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 23 July 2026 08:50:32 -0400 (0:00:00.041) 0:04:14.474 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 23 July 2026 08:50:32 -0400 (0:00:00.035) 0:04:14.510 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 23 July 2026 08:50:32 -0400 (0:00:00.023) 0:04:14.533 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Thursday 23 July 2026 08:50:32 -0400 (0:00:00.054) 0:04:14.588 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Thursday 23 July 2026 08:50:32 -0400 (0:00:00.037) 0:04:14.625 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:50:32 -0400 (0:00:00.074) 0:04:14.699 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.419) 0:04:15.119 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.027) 0:04:15.146 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.040) 0:04:15.186 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.407) 0:04:15.594 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.040) 0:04:15.634 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.044) 0:04:15.679 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.039) 0:04:15.718 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.136) 0:04:15.855 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.041) 0:04:15.896 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.039) 0:04:15.936 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.036) 0:04:15.973 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Thursday 23 July 2026 08:50:33 -0400 (0:00:00.040) 0:04:16.013 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.090) 0:04:16.103 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.077) 0:04:16.181 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.039) 0:04:16.220 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.037) 0:04:16.257 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.077) 0:04:16.335 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.043) 0:04:16.378 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.041) 0:04:16.420 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.087) 0:04:16.507 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.037) 0:04:16.544 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.039) 0:04:16.584 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.088) 0:04:16.673 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.036) 0:04:16.709 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.035) 0:04:16.744 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.038) 0:04:16.783 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.038) 0:04:16.821 ********* included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Thursday 23 July 2026 08:50:34 -0400 (0:00:00.153) 0:04:16.975 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Thursday 23 July 2026 08:50:35 -0400 (0:00:00.058) 0:04:17.033 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Thursday 23 July 2026 08:50:35 -0400 (0:00:00.555) 0:04:17.589 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Thursday 23 July 2026 08:50:35 -0400 (0:00:00.380) 0:04:17.970 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Thursday 23 July 2026 08:50:35 -0400 (0:00:00.026) 0:04:17.997 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Thursday 23 July 2026 08:50:36 -0400 (0:00:00.029) 0:04:18.027 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Thursday 23 July 2026 08:50:36 -0400 (0:00:00.025) 0:04:18.053 ********* 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 platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Thursday 23 July 2026 08:50:36 -0400 (0:00:00.027) 0:04:18.080 ********* skipping: [managed-node2] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_10.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_10.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Thursday 23 July 2026 08:50:36 -0400 (0:00:00.052) 0:04:18.132 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node2 TASK [fedora.linux_system_roles.firewall : Run systemctl] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Thursday 23 July 2026 08:50:36 -0400 (0:00:00.040) 0:04:18.173 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Thursday 23 July 2026 08:50:36 -0400 (0:00:00.029) 0:04:18.202 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Thursday 23 July 2026 08:50:36 -0400 (0:00:00.024) 0:04:18.227 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Thursday 23 July 2026 08:50:36 -0400 (0:00:00.025) 0:04:18.253 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Thursday 23 July 2026 08:50:37 -0400 (0:00:01.217) 0:04:19.470 ********* skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Thursday 23 July 2026 08:50:37 -0400 (0:00:00.096) 0:04:19.566 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Thursday 23 July 2026 08:50:37 -0400 (0:00:00.028) 0:04:19.594 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Thursday 23 July 2026 08:50:37 -0400 (0:00:00.022) 0:04:19.616 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Thursday 23 July 2026 08:50:37 -0400 (0:00:00.032) 0:04:19.649 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Thursday 23 July 2026 08:50:37 -0400 (0:00:00.040) 0:04:19.689 ********* ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ActiveEnterTimestampMonotonic": "242004678", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:47:11 EDT", "AssertTimestampMonotonic": "242002099", "Before": "multi-user.target shutdown.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1997718000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Thu 2026-07-23 08:47:11 EDT", "ConditionTimestampMonotonic": "242002097", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service shutdown.target ipset.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainHandoffTimestampMonotonic": "242040833", "ExecMainPID": "15057", "ExecMainStartTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainStartTimestampMonotonic": "242004072", "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": "Thu 2026-07-23 08:47:11 EDT", "InactiveExitTimestampMonotonic": "242004678", "InvocationID": "f082d2d131384ac19baf63e7f6d285c6", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2853433344", "MemoryCurrent": "34451456", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34746368", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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", "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": "Thu 2026-07-23 08:47:11 EDT", "StateChangeTimestampMonotonic": "242004678", "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Thursday 23 July 2026 08:50:38 -0400 (0:00:00.547) 0:04:20.237 ********* ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ActiveEnterTimestampMonotonic": "242004678", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target basic.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:47:11 EDT", "AssertTimestampMonotonic": "242002099", "Before": "multi-user.target shutdown.target network-pre.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "1997718000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "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": "Thu 2026-07-23 08:47:11 EDT", "ConditionTimestampMonotonic": "242002097", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service shutdown.target ipset.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainHandoffTimestampMonotonic": "242040833", "ExecMainPID": "15057", "ExecMainStartTimestamp": "Thu 2026-07-23 08:47:11 EDT", "ExecMainStartTimestampMonotonic": "242004072", "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": "Thu 2026-07-23 08:47:11 EDT", "InactiveExitTimestampMonotonic": "242004678", "InvocationID": "f082d2d131384ac19baf63e7f6d285c6", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15057", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2843348992", "MemoryCurrent": "34451456", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34746368", "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", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "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", "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": "Thu 2026-07-23 08:47:11 EDT", "StateChangeTimestampMonotonic": "242004678", "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": "21477", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "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 firewalld is responding to dbus requests] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Thursday 23 July 2026 08:50:38 -0400 (0:00:00.542) 0:04:20.779 ********* ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.190422", "end": "2026-07-23 08:50:39.266104", "rc": 0, "start": "2026-07-23 08:50:39.075682" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Thursday 23 July 2026 08:50:39 -0400 (0:00:00.567) 0:04:21.347 ********* ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Thursday 23 July 2026 08:50:40 -0400 (0:00:00.856) 0:04:22.204 ********* skipping: [managed-node2] => { "false_condition": "ansible_check_mode or ansible_diff_mode or __firewall_test_check_mode | d(false)" } TASK [fedora.linux_system_roles.firewall : Check if short circuit is false] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Thursday 23 July 2026 08:50:40 -0400 (0:00:00.027) 0:04:22.231 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Thursday 23 July 2026 08:50:40 -0400 (0:00:00.028) 0:04:22.260 ********* ok: [managed-node2] => { "ansible_facts": { "firewall_config": {} }, "changed": false } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Thursday 23 July 2026 08:50:40 -0400 (0:00:00.025) 0:04:22.285 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Thursday 23 July 2026 08:50:40 -0400 (0:00:00.043) 0:04:22.329 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "firewall_lib_config_list | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Record role success fingerprint] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Thursday 23 July 2026 08:50:40 -0400 (0:00:00.035) 0:04:22.364 ********* ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Thursday 23 July 2026 08:50:40 -0400 (0:00:00.388) 0:04:22.752 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Thursday 23 July 2026 08:50:40 -0400 (0:00:00.123) 0:04:22.875 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Thursday 23 July 2026 08:50:40 -0400 (0:00:00.027) 0:04:22.903 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Thursday 23 July 2026 08:50:41 -0400 (0:00:00.542) 0:04:23.446 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Thursday 23 July 2026 08:50:41 -0400 (0:00:00.417) 0:04:23.863 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Thursday 23 July 2026 08:50:41 -0400 (0:00:00.038) 0:04:23.902 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Thursday 23 July 2026 08:50:41 -0400 (0:00:00.024) 0:04:23.926 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Thursday 23 July 2026 08:50:41 -0400 (0:00:00.024) 0:04:23.952 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Thursday 23 July 2026 08:50:41 -0400 (0:00:00.024) 0:04:23.976 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Thursday 23 July 2026 08:50:41 -0400 (0:00:00.023) 0:04:23.999 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Thursday 23 July 2026 08:50:42 -0400 (0:00:00.026) 0:04:24.026 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Thursday 23 July 2026 08:50:43 -0400 (0:00:01.231) 0:04:25.258 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Thursday 23 July 2026 08:50:43 -0400 (0:00:00.056) 0:04:25.314 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Thursday 23 July 2026 08:50:44 -0400 (0:00:01.250) 0:04:26.564 ********* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Thursday 23 July 2026 08:50:45 -0400 (0:00:01.221) 0:04:27.785 ********* skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Thursday 23 July 2026 08:50:45 -0400 (0:00:00.024) 0:04:27.810 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Thursday 23 July 2026 08:50:45 -0400 (0:00:00.024) 0:04:27.835 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Thursday 23 July 2026 08:50:45 -0400 (0:00:00.048) 0:04:27.883 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Thursday 23 July 2026 08:50:46 -0400 (0:00:00.933) 0:04:28.816 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Thursday 23 July 2026 08:50:46 -0400 (0:00:00.030) 0:04:28.847 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Thursday 23 July 2026 08:50:46 -0400 (0:00:00.029) 0:04:28.877 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Thursday 23 July 2026 08:50:46 -0400 (0:00:00.035) 0:04:28.912 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Thursday 23 July 2026 08:50:46 -0400 (0:00:00.041) 0:04:28.954 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Thursday 23 July 2026 08:50:46 -0400 (0:00:00.028) 0:04:28.983 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Thursday 23 July 2026 08:50:46 -0400 (0:00:00.029) 0:04:29.012 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Thursday 23 July 2026 08:50:47 -0400 (0:00:00.029) 0:04:29.041 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Thursday 23 July 2026 08:50:47 -0400 (0:00:00.018) 0:04:29.060 ********* skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Thursday 23 July 2026 08:50:47 -0400 (0:00:00.027) 0:04:29.088 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Thursday 23 July 2026 08:50:47 -0400 (0:00:00.021) 0:04:29.110 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Thursday 23 July 2026 08:50:47 -0400 (0:00:00.022) 0:04:29.132 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Thursday 23 July 2026 08:50:47 -0400 (0:00:00.025) 0:04:29.158 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Thursday 23 July 2026 08:50:47 -0400 (0:00:00.130) 0:04:29.289 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Thursday 23 July 2026 08:50:47 -0400 (0:00:00.036) 0:04:29.325 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Thursday 23 July 2026 08:50:47 -0400 (0:00:00.032) 0:04:29.357 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Thursday 23 July 2026 08:50:47 -0400 (0:00:00.029) 0:04:29.387 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Thursday 23 July 2026 08:50:48 -0400 (0:00:00.659) 0:04:30.047 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Thursday 23 July 2026 08:50:48 -0400 (0:00:00.034) 0:04:30.082 ********* ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Thursday 23 July 2026 08:50:50 -0400 (0:00:02.797) 0:04:32.879 ********* ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Thursday 23 July 2026 08:50:50 -0400 (0:00:00.099) 0:04:32.978 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Reload SELinux policy if modules need to be reloaded] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Thursday 23 July 2026 08:50:50 -0400 (0:00:00.028) 0:04:33.006 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_modules_needs_reload", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Thursday 23 July 2026 08:50:51 -0400 (0:00:00.023) 0:04:33.030 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Thursday 23 July 2026 08:50:51 -0400 (0:00:00.021) 0:04:33.051 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Record role success fingerprint] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Thursday 23 July 2026 08:50:51 -0400 (0:00:00.034) 0:04:33.086 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Thursday 23 July 2026 08:50:51 -0400 (0:00:00.400) 0:04:33.486 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Thursday 23 July 2026 08:50:51 -0400 (0:00:00.025) 0:04:33.512 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Thursday 23 July 2026 08:50:51 -0400 (0:00:00.022) 0:04:33.534 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Thursday 23 July 2026 08:50:51 -0400 (0:00:00.025) 0:04:33.559 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Thursday 23 July 2026 08:50:51 -0400 (0:00:00.080) 0:04:33.639 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Thursday 23 July 2026 08:50:51 -0400 (0:00:00.026) 0:04:33.666 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:50:51 -0400 (0:00:00.070) 0:04:33.736 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:50:52 -0400 (0:00:00.414) 0:04:34.150 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:50:52 -0400 (0:00:00.032) 0:04:34.183 ********* 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.005644", "end": "2026-07-23 08:50:52.645321", "rc": 0, "start": "2026-07-23 08:50:52.639677" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:50:52 -0400 (0:00:00.540) 0:04:34.723 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "created", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:50:53 -0400 (0:00:00.319) 0:04:35.043 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:50:53 -0400 (0:00:00.400) 0:04:35.443 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:50:53 -0400 (0:00:00.033) 0:04:35.477 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005639", "end": "2026-07-23 08:50:53.861841", "rc": 0, "start": "2026-07-23 08:50:53.856202" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:50:53 -0400 (0:00:00.463) 0:04:35.940 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "created", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:50:54 -0400 (0:00:00.157) 0:04:36.098 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:50:54 -0400 (0:00:00.031) 0:04:36.130 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:50:54 -0400 (0:00:00.030) 0:04:36.160 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005501", "end": "2026-07-23 08:50:54.564915", "rc": 0, "start": "2026-07-23 08:50:54.559414" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:50:54 -0400 (0:00:00.485) 0:04:36.645 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "created", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "kube_file_field": "", "kube_name": "httpd3", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } }, "kube_spec": { "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile3.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile3" } }, { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 23 July 2026 08:50:54 -0400 (0:00:00.161) 0:04:36.806 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Thursday 23 July 2026 08:50:54 -0400 (0:00:00.093) 0:04:36.900 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Thursday 23 July 2026 08:50:54 -0400 (0:00:00.025) 0:04:36.926 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:50:54 -0400 (0:00:00.072) 0:04:36.999 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_services": [ { "activate_systemd_unit": true, "scope": "user", "service": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "unit_name": "httpd1", "user": "podman_basic_user", "xdg_runtime_dir": "/run/user/3001" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.038) 0:04:37.037 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_services": [ { "activate_systemd_unit": true, "scope": "user", "service": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "unit_name": "httpd1", "user": "podman_basic_user", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "scope": "system", "service": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "unit_name": "httpd2", "user": "root", "xdg_runtime_dir": "" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.038) 0:04:37.076 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_services": [ { "activate_systemd_unit": true, "scope": "user", "service": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "unit_name": "httpd1", "user": "podman_basic_user", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "scope": "system", "service": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "unit_name": "httpd2", "user": "root", "xdg_runtime_dir": "" }, { "activate_systemd_unit": true, "scope": "system", "service": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "unit_name": "httpd3", "user": "root", "xdg_runtime_dir": "" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.037) 0:04:37.113 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.021) 0:04:37.134 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.027) 0:04:37.162 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.020) 0:04:37.183 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.019) 0:04:37.203 ********* skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'testfile1'}, 'data': {'testfile1.txt': 'this is a test\n'}}, {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd1'}, 'spec': {'containers': [{'name': 'httpd1', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15001}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile1.txt:Z', 'name': 'testfile1', 'subPath': 'testfile1.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1-create'}}, {'name': 'testfile1', 'configMap': {'name': 'testfile1'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd1'}, 'spec': {'containers': [{'name': 'httpd1', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15001}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile1.txt:Z', 'name': 'testfile1', 'subPath': 'testfile1.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1-create'}}, {'name': 'testfile1', 'configMap': {'name': 'testfile1'}}]}}, 'kube_str': "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", 'kube_name': 'httpd1', 'kube_spec': {'state': 'started', 'debug': True, 'log_level': 'debug'}, 'kube_file_field': '', 'kube_file': '/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml', 'user': 'podman_basic_user', 'systemd_scope': 'user', 'state': 'created', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': True, 'xdg_runtime_dir': '/run/user/3001', 'kube_path': '/home/podman_basic_user/.config/containers/ansible-kubernetes.d', 'user_home_dir': '/home/podman_basic_user', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "created", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd2'}, 'spec': {'containers': [{'name': 'httpd2', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15002}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2-create'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd2'}, 'spec': {'containers': [{'name': 'httpd2', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15002}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2-create'}}]}}, 'kube_str': '---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n', 'kube_name': 'httpd2', 'kube_spec': {'state': 'started', 'debug': True, 'log_level': 'debug'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/httpd2.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'created', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "started" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'testfile3'}, 'data': {'testfile3.txt': 'this is a test\n'}}, {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd3'}, 'spec': {'containers': [{'name': 'httpd3', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15003}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile3.txt:Z', 'name': 'testfile3', 'subPath': 'testfile3.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3-create'}}, {'name': 'testfile3', 'configMap': {'name': 'testfile3'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd3'}, 'spec': {'containers': [{'name': 'httpd3', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15003}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile3.txt:Z', 'name': 'testfile3', 'subPath': 'testfile3.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3-create'}}, {'name': 'testfile3', 'configMap': {'name': 'testfile3'}}]}}, 'kube_str': "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", 'kube_name': 'httpd3', 'kube_spec': {'state': 'started'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/httpd3.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'created', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "kube_file_field": "", "kube_name": "httpd3", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } }, "kube_spec": { "state": "started" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile3.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile3" } }, { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "created", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.085) 0:04:37.289 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.022) 0:04:37.311 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.022) 0:04:37.334 ********* included: /tmp/collections-QsE/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-QsE/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-QsE/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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.301) 0:04:37.635 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.041) 0:04:37.677 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:50:55 -0400 (0:00:00.047) 0:04:37.725 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:50:56 -0400 (0:00:00.390) 0:04:38.115 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:50:56 -0400 (0:00:00.034) 0:04:38.150 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:50:56 -0400 (0:00:00.042) 0:04:38.192 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:50:56 -0400 (0:00:00.391) 0:04:38.584 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004264", "end": "2026-07-23 08:50:56.894376", "rc": 0, "start": "2026-07-23 08:50:56.890112" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:50:56 -0400 (0:00:00.388) 0:04:38.973 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004180", "end": "2026-07-23 08:50:57.286208", "rc": 0, "start": "2026-07-23 08:50:57.282028" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.402) 0:04:39.375 ********* ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 524288 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 524288 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.044) 0:04:39.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 : Get subgid file] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.027) 0:04:39.447 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.027) 0:04:39.474 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.025) 0:04:39.500 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.026) 0:04:39.527 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.025) 0:04:39.552 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.024) 0:04:39.576 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.023) 0:04:39.600 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.054) 0:04:39.654 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:50:57 -0400 (0:00:00.040) 0:04:39.694 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:50:58 -0400 (0:00:00.389) 0:04:40.084 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:50:58 -0400 (0:00:00.112) 0:04:40.196 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Thursday 23 July 2026 08:50:58 -0400 (0:00:00.029) 0:04:40.225 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_r_tl3axi_podman/httpd1", "/tmp/lsr_r_tl3axi_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Thursday 23 July 2026 08:50:58 -0400 (0:00:00.054) 0:04:40.279 ********* ok: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd1) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_r_tl3axi_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_r_tl3axi_podman/httpd1", "secontext": "system_u:object_r:container_file_t:s0:c594,c1014", "size": 23, "state": "directory", "uid": 3001 } ok: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_r_tl3axi_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create", "secontext": "system_u:object_r:container_file_t:s0:c594,c1014", "size": 6, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Prune images before pulling new ones] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:35 Thursday 23 July 2026 08:50:59 -0400 (0:00:00.781) 0:04:41.061 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:49 Thursday 23 July 2026 08:50:59 -0400 (0:00:00.026) 0:04:41.087 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Thursday 23 July 2026 08:50:59 -0400 (0:00:00.043) 0:04:41.131 ********* ok: [managed-node2] => (item=quay.io/libpod/testimage:20210610) => { "actions": [], "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377", "GraphDriver": { "Data": { "UpperDir": "/home/podman_basic_user/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/home/podman_basic_user/.local/share/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/bin/podman pull quay.io/libpod/testimage:20210610" ] } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Thursday 23 July 2026 08:51:00 -0400 (0:00:01.184) 0:04:42.315 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Thursday 23 July 2026 08:51:00 -0400 (0:00:00.023) 0:04:42.338 ********* ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784810972.8104253, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "087df5c676f6e018cf39cfe60f254913994003f7", "ctime": 1784810972.2504485, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 184549581, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784810971.961416, "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": 1070, "uid": 3001, "version": "3161510161", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 23 July 2026 08:51:00 -0400 (0:00:00.408) 0:04:42.746 ********* 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": 24, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 23 July 2026 08:51:01 -0400 (0:00:00.394) 0:04:43.141 ********* ok: [managed-node2] => { "changed": false, "checksum": "087df5c676f6e018cf39cfe60f254913994003f7", "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": 1070, "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:91 Thursday 23 July 2026 08:51:01 -0400 (0:00:00.658) 0:04:43.799 ********* ok: [managed-node2] => { "actions": [ "/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-07-23T08:51:02-04:00" level=info msg="/bin/podman filtering at log level debug" time="2026-07-23T08:51:02-04:00" level=debug msg="Called kube.PersistentPreRunE(/bin/podman play kube --start=true --log-level=debug /home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml)" time="2026-07-23T08:51:02-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-23T08:51:02-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-23T08:51:02-04:00" level=info msg="Using sqlite as database backend" time="2026-07-23T08:51:02-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2026-07-23T08:51:02-04:00" level=debug msg="Using graph driver overlay" time="2026-07-23T08:51:02-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2026-07-23T08:51:02-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2026-07-23T08:51:02-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2026-07-23T08:51:02-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2026-07-23T08:51:02-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2026-07-23T08:51:02-04:00" level=debug msg="Using transient store: false" time="2026-07-23T08:51:02-04:00" level=debug msg="Initializing event backend file" time="2026-07-23T08:51:02-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-23T08:51:02-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-23T08:51:02-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-23T08:51:02-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2026-07-23T08:51:02-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2026-07-23T08:51:02-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2026-07-23T08:51:02-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2026-07-23T08:51:02-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-23T08:51:02-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-23T08:51:02-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2026-07-23T08:51:02-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-23T08:51:02-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-23T08:51:02-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-23T08:51:02-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-23T08:51:02-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-23T08:51:02-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-23T08:51:02-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 96a90f0f34a3010465270e7f3a6252bfb77b002eb3530b28eb369c5e28280dd1 bridge podman1 2026-07-23 12:49:32.814197883 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-23T08:51:02-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-23T08:51:02-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-23T08:51:02-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_d6c29df240d1a6390ad08a4bb03c3b90c9896decbd35b0c62fcf6ebbe4713c92.slice for parent user.slice and name libpod_pod_d6c29df240d1a6390ad08a4bb03c3b90c9896decbd35b0c62fcf6ebbe4713c92" time="2026-07-23T08:51:02-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_d6c29df240d1a6390ad08a4bb03c3b90c9896decbd35b0c62fcf6ebbe4713c92.slice" time="2026-07-23T08:51:02-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_d6c29df240d1a6390ad08a4bb03c3b90c9896decbd35b0c62fcf6ebbe4713c92.slice" time="2026-07-23T08:51:02-04:00" level=debug msg="Shutting down engines" time="2026-07-23T08:51:02-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=54621 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 23 July 2026 08:51:02 -0400 (0:00:00.584) 0:04:44.383 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 23 July 2026 08:51:02 -0400 (0:00:00.031) 0:04:44.415 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:126 Thursday 23 July 2026 08:51:02 -0400 (0:00:00.031) 0:04:44.446 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:141 Thursday 23 July 2026 08:51:02 -0400 (0:00:00.030) 0:04:44.476 ********* 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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:51:02 -0400 (0:00:00.035) 0:04:44.511 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:51:02 -0400 (0:00:00.070) 0:04:44.582 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:51:02 -0400 (0:00:00.052) 0:04:44.634 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.412) 0:04:45.046 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.054) 0:04:45.101 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.076) 0:04:45.177 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.432) 0:04:45.610 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.034) 0:04:45.645 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.028) 0:04:45.673 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.142) 0:04:45.816 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.032) 0:04:45.848 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.030) 0:04:45.878 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.034) 0:04:45.913 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.030) 0:04:45.944 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.027) 0:04:45.972 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:51:03 -0400 (0:00:00.026) 0:04:45.998 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:51:04 -0400 (0:00:00.024) 0:04:46.022 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 23 July 2026 08:51:04 -0400 (0:00:00.056) 0:04:46.079 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:51:04 -0400 (0:00:00.045) 0:04:46.124 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:51:04 -0400 (0:00:00.029) 0:04:46.154 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:51:04 -0400 (0:00:00.044) 0:04:46.198 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Thursday 23 July 2026 08:51:04 -0400 (0:00:00.037) 0:04:46.236 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_r_tl3axi_podman/httpd2", "/tmp/lsr_r_tl3axi_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Thursday 23 July 2026 08:51:04 -0400 (0:00:00.069) 0:04:46.305 ********* ok: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_r_tl3axi_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_r_tl3axi_podman/httpd2", "secontext": "system_u:object_r:container_file_t:s0:c520,c739", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_r_tl3axi_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create", "secontext": "system_u:object_r:container_file_t:s0:c520,c739", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Prune images before pulling new ones] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:35 Thursday 23 July 2026 08:51:05 -0400 (0:00:00.838) 0:04:47.143 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:49 Thursday 23 July 2026 08:51:05 -0400 (0:00:00.028) 0:04:47.172 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Thursday 23 July 2026 08:51:05 -0400 (0:00:00.043) 0:04:47.215 ********* ok: [managed-node2] => (item=quay.io/libpod/testimage:20210610) => { "actions": [], "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377", "GraphDriver": { "Data": { "UpperDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/usr/bin/podman pull quay.io/libpod/testimage:20210610" ] } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Thursday 23 July 2026 08:51:06 -0400 (0:00:00.979) 0:04:48.194 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Thursday 23 July 2026 08:51:06 -0400 (0:00:00.029) 0:04:48.223 ********* ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784810991.6866293, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73b7def78be435d5a0f2cac1c8c38bfc38804af7", "ctime": 1784810991.214166, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 33554652, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784810990.932621, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 770, "uid": 0, "version": "357596287", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 23 July 2026 08:51:06 -0400 (0:00:00.391) 0:04:48.615 ********* 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": 42, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 23 July 2026 08:51:07 -0400 (0:00:00.419) 0:04:49.034 ********* ok: [managed-node2] => { "changed": false, "checksum": "73b7def78be435d5a0f2cac1c8c38bfc38804af7", "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": 770, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:91 Thursday 23 July 2026 08:51:07 -0400 (0:00:00.686) 0:04:49.721 ********* 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-07-23T08:51:08-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-07-23T08:51:08-04: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-07-23T08:51:08-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-23T08:51:08-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-23T08:51:08-04:00" level=info msg="Using sqlite as database backend" time="2026-07-23T08:51:08-04:00" level=debug msg="Using graph driver overlay" time="2026-07-23T08:51:08-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2026-07-23T08:51:08-04:00" level=debug msg="Using run root /run/containers/storage" time="2026-07-23T08:51:08-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2026-07-23T08:51:08-04:00" level=debug msg="Using tmp dir /run/libpod" time="2026-07-23T08:51:08-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2026-07-23T08:51:08-04:00" level=debug msg="Using transient store: false" time="2026-07-23T08:51:08-04:00" level=debug msg="Initializing event backend journald" time="2026-07-23T08:51:08-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-23T08:51:08-04:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2026-07-23T08:51:08-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-23T08:51:08-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-23T08:51:08-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2026-07-23T08:51:08-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2026-07-23T08:51:08-04: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-07-23T08:51:08-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2026-07-23T08:51:08-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-23T08:51:08-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-23T08:51:08-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-23T08:51:08-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-23T08:51:08-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2026-07-23T08:51:08-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-23T08:51:08-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-23T08:51:08-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-23T08:51:08-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2026-07-23T08:51:08-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-23T08:51:08-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 9ec8f5e0d9342d2f3161fcfff151bb5957b775bb332304679ae5fb53040f817a bridge podman1 2026-07-23 12:47:33.684330767 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-23T08:51:08-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-23T08:51:08-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-23T08:51:08-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_dfb67cca9504a2d3dc8ff57c9a2e275df03b501ed4185b4d0ad218876cce7157.slice for parent machine.slice and name libpod_pod_dfb67cca9504a2d3dc8ff57c9a2e275df03b501ed4185b4d0ad218876cce7157" time="2026-07-23T08:51:08-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_dfb67cca9504a2d3dc8ff57c9a2e275df03b501ed4185b4d0ad218876cce7157.slice" time="2026-07-23T08:51:08-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_dfb67cca9504a2d3dc8ff57c9a2e275df03b501ed4185b4d0ad218876cce7157.slice" time="2026-07-23T08:51:08-04:00" level=debug msg="Shutting down engines" time="2026-07-23T08:51:08-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=56119 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 23 July 2026 08:51:08 -0400 (0:00:00.500) 0:04:50.222 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 23 July 2026 08:51:08 -0400 (0:00:00.114) 0:04:50.336 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:126 Thursday 23 July 2026 08:51:08 -0400 (0:00:00.031) 0:04:50.367 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:141 Thursday 23 July 2026 08:51:08 -0400 (0:00:00.031) 0:04:50.398 ********* 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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:51:08 -0400 (0:00:00.030) 0:04:50.429 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:51:08 -0400 (0:00:00.044) 0:04:50.474 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:51:08 -0400 (0:00:00.054) 0:04:50.528 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:51:08 -0400 (0:00:00.037) 0:04:50.566 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:51:08 -0400 (0:00:00.037) 0:04:50.603 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:51:08 -0400 (0:00:00.052) 0:04:50.655 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.404) 0:04:51.060 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.033) 0:04:51.093 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.029) 0:04:51.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 : Get subuid file] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.027) 0:04:51.149 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.026) 0:04:51.176 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.025) 0:04:51.202 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.025) 0:04:51.228 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.026) 0:04:51.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 : Fail if no kube spec is given] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.030) 0:04:51.285 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.028) 0:04:51.313 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state == \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.038) 0:04:51.351 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.068) 0:04:51.419 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.046) 0:04:51.465 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.032) 0:04:51.498 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.106) 0:04:51.605 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the host mount volumes] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.026) 0:04:51.631 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_r_tl3axi_podman/httpd3", "/tmp/lsr_r_tl3axi_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Thursday 23 July 2026 08:51:09 -0400 (0:00:00.055) 0:04:51.686 ********* ok: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_r_tl3axi_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_r_tl3axi_podman/httpd3", "secontext": "system_u:object_r:container_file_t:s0:c965,c972", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_r_tl3axi_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_r_tl3axi_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create", "secontext": "system_u:object_r:container_file_t:s0:c965,c972", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Prune images before pulling new ones] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:35 Thursday 23 July 2026 08:51:10 -0400 (0:00:00.805) 0:04:52.492 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "podman_prune_images | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:49 Thursday 23 July 2026 08:51:10 -0400 (0:00:00.026) 0:04:52.518 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Thursday 23 July 2026 08:51:10 -0400 (0:00:00.043) 0:04:52.562 ********* ok: [managed-node2] => (item=quay.io/libpod/testimage:20210610) => { "actions": [], "ansible_loop_var": "item", "changed": false, "failed_when_result": false, "image": [ { "Annotations": {}, "Architecture": "amd64", "Author": "", "Comment": "", "Config": { "Cmd": [ "/bin/echo", "This container is intended for podman CI testing" ], "Env": [ "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ], "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "WorkingDir": "/home/podman" }, "Created": "2021-06-10T18:55:43.049643585Z", "Digest": "sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377", "GraphDriver": { "Data": { "UpperDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff", "WorkDir": "/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/work" }, "Name": "overlay" }, "History": [ { "created": "2021-06-10T18:55:42.831917915Z", "created_by": "/bin/sh -c apk add busybox-extras", "empty_layer": true }, { "created": "2021-06-10T18:55:43.005956291Z", "created_by": "/bin/sh -c #(nop) ADD multi:0ed825786ec12498034356148303d2e6dfd4698131f4b5d4599e5eafa2ab71bd in /home/podman/ ", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006000972Z", "created_by": "/bin/sh -c #(nop) LABEL created_by=test/system/build-testimage", "empty_layer": true }, { "created": "2021-06-10T18:55:43.006019818Z", "created_by": "/bin/sh -c #(nop) LABEL created_at=2021-06-10T18:55:36Z", "empty_layer": true }, { "created": "2021-06-10T18:55:43.028748885Z", "created_by": "/bin/sh -c #(nop) WORKDIR /home/podman", "empty_layer": true }, { "comment": "FROM docker.io/amd64/alpine:3.13.5", "created": "2021-06-10T18:55:43.160651456Z", "created_by": "/bin/sh -c #(nop) CMD [\"/bin/echo\", \"This container is intended for podman CI testing\"]" } ], "Id": "9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f", "Labels": { "created_at": "2021-06-10T18:55:36Z", "created_by": "test/system/build-testimage", "io.buildah.version": "1.21.0" }, "ManifestType": "application/vnd.docker.distribution.manifest.v2+json", "NamesHistory": [ "quay.io/libpod/testimage:20210610" ], "Os": "linux", "Parent": "", "RepoDigests": [ "quay.io/libpod/testimage@sha256:d48f2feaca74863c342cd9ce11edbe208675975740e7f4dd635b7b345339426a", "quay.io/libpod/testimage@sha256:d8dc9f2a78e190963a75852ce55b926a1cf90c7d2e6d15b30b6bc43cd73a6377" ], "RepoTags": [ "quay.io/libpod/testimage:20210610" ], "RootFS": { "Layers": [ "sha256:f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e" ], "Type": "layers" }, "Size": 7987860, "User": "", "Version": "", "VirtualSize": 7987860 } ], "item": "quay.io/libpod/testimage:20210610", "podman_actions": [ "/usr/bin/podman pull quay.io/libpod/testimage:20210610" ] } TASK [fedora.linux_system_roles.podman : Handle images when not booted] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Thursday 23 July 2026 08:51:11 -0400 (0:00:00.947) 0:04:53.509 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Thursday 23 July 2026 08:51:11 -0400 (0:00:00.024) 0:04:53.533 ********* ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784811010.7868354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4451175cd0da0ce1b6811ca1754fe9ce7353a615", "ctime": 1784811010.261735, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 528482511, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784811009.9648266, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1070, "uid": 0, "version": "1911249644", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:70 Thursday 23 July 2026 08:51:11 -0400 (0:00:00.415) 0:04:53.949 ********* 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": 42, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure kubernetes yaml files are present] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:80 Thursday 23 July 2026 08:51:12 -0400 (0:00:00.399) 0:04:54.349 ********* ok: [managed-node2] => { "changed": false, "checksum": "4451175cd0da0ce1b6811ca1754fe9ce7353a615", "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": 1070, "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:91 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.679) 0:04:55.029 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:100 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.485) 0:04:55.515 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:113 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.030) 0:04:55.546 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:126 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.030) 0:04:55.576 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:141 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.042) 0:04:55.619 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.053) 0:04:55.672 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Flush pending service restarts] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.028) 0:04:55.700 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_pending_restarts | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.024) 0:04:55.725 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.021) 0:04:55.746 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.019) 0:04:55.766 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Record role success fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Thursday 23 July 2026 08:51:13 -0400 (0:00:00.021) 0:04:55.787 ********* ok: [managed-node2] => { "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:384 Thursday 23 July 2026 08:51:14 -0400 (0:00:00.410) 0:04:56.198 ********* 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.069063", "end": "2026-07-23 08:51:14.686448", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-23 08:51:14.617385" } 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.032504", "end": "2026-07-23 08:51:15.106558", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-23 08:51:15.074054" } 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.031657", "end": "2026-07-23 08:51:15.496097", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-23 08:51:15.464440" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:395 Thursday 23 July 2026 08:51:15 -0400 (0:00:01.379) 0:04:57.578 ********* 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.012247", "end": "2026-07-23 08:51:15.977327", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-23 08:51:15.965080" } 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.014571", "end": "2026-07-23 08:51:16.359577", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-23 08:51:16.345006" } 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.014504", "end": "2026-07-23 08:51:16.740596", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-23 08:51:16.726092" } 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-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:412 Thursday 23 July 2026 08:51:16 -0400 (0:00:01.241) 0:04:58.819 ********* 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": "Thu, 23 Jul 2026 12:51:17 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Thu, 23 Jul 2026 12:46:24 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": "Thu, 23 Jul 2026 12:51:17 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Thu, 23 Jul 2026 12:46:25 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": "Thu, 23 Jul 2026 12:51:18 GMT", "elapsed": 0, "failed_when_result": false, "item": 15003, "last_modified": "Thu, 23 Jul 2026 12:46:25 GMT", "redirected": false, "status": 200, "url": "http://localhost:15003/index.txt" } MSG: OK (3 bytes) TASK [Remove pods and units] *************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:424 Thursday 23 July 2026 08:51:18 -0400 (0:00:01.474) 0:05:00.294 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Thursday 23 July 2026 08:51:18 -0400 (0:00:00.056) 0:05:00.350 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Thursday 23 July 2026 08:51:18 -0400 (0:00:00.001) 0:05:00.352 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Thursday 23 July 2026 08:51:18 -0400 (0:00:00.034) 0:05:00.387 ********* included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 23 July 2026 08:51:18 -0400 (0:00:00.087) 0:05:00.474 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 23 July 2026 08:51:18 -0400 (0:00:00.032) 0:05:00.507 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Thursday 23 July 2026 08:51:19 -0400 (0:00:00.619) 0:05:01.126 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Thursday 23 July 2026 08:51:19 -0400 (0:00:00.373) 0:05:01.499 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Thursday 23 July 2026 08:51:19 -0400 (0:00:00.022) 0:05:01.522 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Thursday 23 July 2026 08:51:19 -0400 (0:00:00.023) 0:05:01.545 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Thursday 23 July 2026 08:51:19 -0400 (0:00:00.025) 0:05:01.571 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Thursday 23 July 2026 08:51:19 -0400 (0:00:00.027) 0:05:01.599 ********* ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Thursday 23 July 2026 08:51:19 -0400 (0:00:00.060) 0:05:01.660 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Thursday 23 July 2026 08:51:19 -0400 (0:00:00.034) 0:05:01.694 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Thursday 23 July 2026 08:51:19 -0400 (0:00:00.031) 0:05:01.725 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 23 July 2026 08:51:19 -0400 (0:00:00.032) 0:05:01.758 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 23 July 2026 08:51:20 -0400 (0:00:00.976) 0:05:02.734 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 23 July 2026 08:51:20 -0400 (0:00:00.022) 0:05:02.757 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 23 July 2026 08:51:20 -0400 (0:00:00.026) 0:05:02.784 ********* skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 23 July 2026 08:51:20 -0400 (0:00:00.021) 0:05:02.805 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 23 July 2026 08:51:20 -0400 (0:00:00.022) 0:05:02.827 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 23 July 2026 08:51:20 -0400 (0:00:00.021) 0:05:02.849 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022230", "end": "2026-07-23 08:51:21.183353", "rc": 0, "start": "2026-07-23 08:51:21.161123" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 23 July 2026 08:51:21 -0400 (0:00:00.415) 0:05:03.264 ********* ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 23 July 2026 08:51:21 -0400 (0:00:00.024) 0:05:03.289 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 23 July 2026 08:51:21 -0400 (0:00:00.027) 0:05:03.317 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 23 July 2026 08:51:21 -0400 (0:00:00.024) 0:05:03.341 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 23 July 2026 08:51:21 -0400 (0:00:00.018) 0:05:03.360 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Thursday 23 July 2026 08:51:21 -0400 (0:00:00.057) 0:05:03.417 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Thursday 23 July 2026 08:51:21 -0400 (0:00:00.038) 0:05:03.456 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:51:21 -0400 (0:00:00.078) 0:05:03.534 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:51:21 -0400 (0:00:00.435) 0:05:03.969 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:51:21 -0400 (0:00:00.042) 0:05:04.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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.059) 0:05:04.071 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.425) 0:05:04.497 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.028) 0:05:04.525 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.023) 0:05:04.549 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.029) 0:05:04.578 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.029) 0:05:04.608 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.023) 0:05:04.631 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.026) 0:05:04.658 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.022) 0:05:04.680 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.023) 0:05:04.704 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.051) 0:05:04.756 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.041) 0:05:04.798 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.107) 0:05:04.905 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.029) 0:05:04.935 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 23 July 2026 08:51:22 -0400 (0:00:00.048) 0:05:04.983 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.038) 0:05:05.022 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.037) 0:05:05.060 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.072) 0:05:05.132 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.027) 0:05:05.159 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.025) 0:05:05.185 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.052) 0:05:05.237 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.022) 0:05:05.260 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.022) 0:05:05.282 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.021) 0:05:05.304 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.039) 0:05:05.344 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.027) 0:05:05.372 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.026) 0:05:05.398 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.022) 0:05:05.420 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.031) 0:05:05.452 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.030) 0:05:05.482 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.053) 0:05:05.536 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.030) 0:05:05.566 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:51:23 -0400 (0:00:00.078) 0:05:05.645 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:51:24 -0400 (0:00:00.403) 0:05:06.049 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:51:24 -0400 (0:00:00.047) 0:05:06.097 ********* 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.005802", "end": "2026-07-23 08:51:24.521895", "rc": 0, "start": "2026-07-23 08:51:24.516093" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:51:24 -0400 (0:00:00.511) 0:05:06.608 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "absent", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:51:24 -0400 (0:00:00.238) 0:05:06.847 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:51:25 -0400 (0:00:00.403) 0:05:07.250 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:51:25 -0400 (0:00:00.026) 0:05:07.277 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005630", "end": "2026-07-23 08:51:25.676901", "rc": 0, "start": "2026-07-23 08:51:25.671271" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:51:25 -0400 (0:00:00.476) 0:05:07.753 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "absent", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:51:25 -0400 (0:00:00.215) 0:05:07.969 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:51:26 -0400 (0:00:00.046) 0:05:08.015 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:51:26 -0400 (0:00:00.045) 0:05:08.060 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005650", "end": "2026-07-23 08:51:26.468085", "rc": 0, "start": "2026-07-23 08:51:26.462435" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:51:26 -0400 (0:00:00.483) 0:05:08.544 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "absent", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "kube_file_field": "", "kube_name": "httpd3", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } }, "kube_spec": { "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile3.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile3" } }, { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 23 July 2026 08:51:26 -0400 (0:00:00.154) 0:05:08.699 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Thursday 23 July 2026 08:51:26 -0400 (0:00:00.069) 0:05:08.769 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Thursday 23 July 2026 08:51:26 -0400 (0:00:00.024) 0:05:08.793 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:51:26 -0400 (0:00:00.068) 0:05:08.862 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:51:26 -0400 (0:00:00.098) 0:05:08.960 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:51:26 -0400 (0:00:00.023) 0:05:08.984 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Thursday 23 July 2026 08:51:26 -0400 (0:00:00.029) 0:05:09.013 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.024) 0:05:09.038 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.033) 0:05:09.071 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.030) 0:05:09.102 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.029) 0:05:09.132 ********* skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'testfile1'}, 'data': {'testfile1.txt': 'this is a test\n'}}, {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd1'}, 'spec': {'containers': [{'name': 'httpd1', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15001}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile1.txt:Z', 'name': 'testfile1', 'subPath': 'testfile1.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1-create'}}, {'name': 'testfile1', 'configMap': {'name': 'testfile1'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd1'}, 'spec': {'containers': [{'name': 'httpd1', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15001}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile1.txt:Z', 'name': 'testfile1', 'subPath': 'testfile1.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1-create'}}, {'name': 'testfile1', 'configMap': {'name': 'testfile1'}}]}}, 'kube_str': "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", 'kube_name': 'httpd1', 'kube_spec': {'state': 'absent', 'debug': True, 'log_level': 'debug'}, 'kube_file_field': '', 'kube_file': '/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml', 'user': 'podman_basic_user', 'systemd_scope': 'user', 'state': 'absent', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': True, 'xdg_runtime_dir': '/run/user/3001', 'kube_path': '/home/podman_basic_user/.config/containers/ansible-kubernetes.d', 'user_home_dir': '/home/podman_basic_user', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "absent", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd2'}, 'spec': {'containers': [{'name': 'httpd2', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15002}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2-create'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd2'}, 'spec': {'containers': [{'name': 'httpd2', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15002}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2-create'}}]}}, 'kube_str': '---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n', 'kube_name': 'httpd2', 'kube_spec': {'state': 'absent', 'debug': True, 'log_level': 'debug'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/httpd2.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'absent', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'testfile3'}, 'data': {'testfile3.txt': 'this is a test\n'}}, {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd3'}, 'spec': {'containers': [{'name': 'httpd3', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15003}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile3.txt:Z', 'name': 'testfile3', 'subPath': 'testfile3.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3-create'}}, {'name': 'testfile3', 'configMap': {'name': 'testfile3'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd3'}, 'spec': {'containers': [{'name': 'httpd3', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15003}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile3.txt:Z', 'name': 'testfile3', 'subPath': 'testfile3.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3-create'}}, {'name': 'testfile3', 'configMap': {'name': 'testfile3'}}]}}, 'kube_str': "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", 'kube_name': 'httpd3', 'kube_spec': {'state': 'absent'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/httpd3.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'absent', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "kube_file_field": "", "kube_name": "httpd3", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } }, "kube_spec": { "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile3.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile3" } }, { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.112) 0:05:09.244 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.032) 0:05:09.277 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.031) 0:05:09.309 ********* included: /tmp/collections-QsE/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-QsE/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-QsE/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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.124) 0:05:09.434 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.044) 0:05:09.478 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.059) 0:05:09.538 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.389) 0:05:09.928 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.031) 0:05:09.960 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:51:27 -0400 (0:00:00.048) 0:05:10.008 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:51:28 -0400 (0:00:00.387) 0:05:10.395 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004246", "end": "2026-07-23 08:51:28.719292", "rc": 0, "start": "2026-07-23 08:51:28.715046" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:51:28 -0400 (0:00:00.408) 0:05:10.804 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004155", "end": "2026-07-23 08:51:29.114666", "rc": 0, "start": "2026-07-23 08:51:29.110511" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:51:29 -0400 (0:00:00.396) 0:05:11.200 ********* ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 524288 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 524288 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:51:29 -0400 (0:00:00.053) 0:05:11.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 : Get subgid file] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:51:29 -0400 (0:00:00.024) 0:05:11.278 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:51:29 -0400 (0:00:00.028) 0:05:11.307 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:51:29 -0400 (0:00:00.025) 0:05:11.332 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:51:29 -0400 (0:00:00.028) 0:05:11.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 no kube spec is given] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:51:29 -0400 (0:00:00.028) 0:05:11.389 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:51:29 -0400 (0:00:00.022) 0:05:11.412 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 23 July 2026 08:51:29 -0400 (0:00:00.046) 0:05:11.459 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810968.085374, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1784810973.1054285, "dev": 54, "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": 1784810973.1054285, "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 23 July 2026 08:51:29 -0400 (0:00:00.412) 0:05:11.872 ********* 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": "Thu 2026-07-23 08:49:45 EDT", "ActiveEnterTimestampMonotonic": "396893907", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "network-online.target basic.target -.mount run-user-3001.mount \"app-podman\\\\x2dkube.slice\"", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:49:35 EDT", "AssertTimestampMonotonic": "386265513", "Before": "shutdown.target default.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "342394000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "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": "Thu 2026-07-23 08:49:35 EDT", "ConditionTimestampMonotonic": "386265510", "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": "6606", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "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": "41604", "ExecMainStartTimestamp": "Thu 2026-07-23 08:49:45 EDT", "ExecMainStartTimestampMonotonic": "396640000", "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=[Thu 2026-07-23 08:49:35 EDT] ; stop_time=[n/a] ; pid=41552 ; 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=[Thu 2026-07-23 08:49:35 EDT] ; stop_time=[n/a] ; pid=41552 ; 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": "Thu 2026-07-23 08:49:35 EDT", "InactiveExitTimestampMonotonic": "386266772", "InvocationID": "c230fe54333f47c5968937effeaaa552", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "41604", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3520970752", "MemoryCurrent": "37621760", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "58847232", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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": "Thu 2026-07-23 08:49:45 EDT", "StateChangeTimestampMonotonic": "396893907", "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": "15", "TasksMax": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Thursday 23 July 2026 08:51:40 -0400 (0:00:11.085) 0:05:22.957 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810972.8104253, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "087df5c676f6e018cf39cfe60f254913994003f7", "ctime": 1784810972.2504485, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 184549581, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784810971.961416, "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": 1070, "uid": 3001, "version": "3161510161", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Thursday 23 July 2026 08:51:41 -0400 (0:00:00.398) 0:05:23.356 ********* ok: [managed-node2] => { "actions": [ "/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 volumes associated with pod/containers removed above] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Thursday 23 July 2026 08:51:41 -0400 (0:00:00.578) 0:05:23.935 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "kube", "down", "--force", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.047500", "end": "2026-07-23 08:51:42.368195", "rc": 0, "start": "2026-07-23 08:51:42.320695" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: testfile1 TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Thursday 23 July 2026 08:51:42 -0400 (0:00:00.517) 0:05:24.452 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:93 Thursday 23 July 2026 08:51:42 -0400 (0:00:00.392) 0:05:24.844 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:105 Thursday 23 July 2026 08:51:42 -0400 (0:00:00.035) 0:05:24.880 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:51:42 -0400 (0:00:00.042) 0:05:24.923 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:51:42 -0400 (0:00:00.029) 0:05:24.952 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:51:42 -0400 (0:00:00.027) 0:05:24.980 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:51:42 -0400 (0:00:00.030) 0:05:25.010 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:51:43 -0400 (0:00:00.020) 0:05:25.030 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:51:43 -0400 (0:00:00.038) 0:05:25.069 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:51:43 -0400 (0:00:00.135) 0:05:25.204 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:51:43 -0400 (0:00:00.397) 0:05:25.602 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:51:43 -0400 (0:00:00.026) 0:05:25.629 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:51:43 -0400 (0:00:00.044) 0:05:25.673 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.410) 0:05:26.083 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.031) 0:05:26.115 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.043) 0:05:26.158 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.041) 0:05:26.200 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.028) 0:05:26.228 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.024) 0:05:26.253 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.023) 0:05:26.276 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.025) 0:05:26.301 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.023) 0:05:26.325 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.022) 0:05:26.348 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.045) 0:05:26.394 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 23 July 2026 08:51:44 -0400 (0:00:00.021) 0:05:26.415 ********* 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": "Thu 2026-07-23 08:50:05 EDT", "ActiveEnterTimestampMonotonic": "416071409", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "\"system-podman\\\\x2dkube.slice\" sysinit.target basic.target -.mount network-online.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:49:54 EDT", "AssertTimestampMonotonic": "405368571", "Before": "shutdown.target multi-user.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "331132000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "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": "Thu 2026-07-23 08:49:54 EDT", "ConditionTimestampMonotonic": "405368569", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "ControlGroupId": "8038", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "43894", "ExecMainStartTimestamp": "Thu 2026-07-23 08:50:04 EDT", "ExecMainStartTimestampMonotonic": "415820000", "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": "Thu 2026-07-23 08:49:54 EDT", "InactiveExitTimestampMonotonic": "405369967", "InvocationID": "450ab366e8ed448eb635f7ef50014c4f", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "43894", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2908360704", "MemoryCurrent": "2220032", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "24604672", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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", "StateChangeTimestamp": "Thu 2026-07-23 08:50:05 EDT", "StateChangeTimestampMonotonic": "416071409", "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Thursday 23 July 2026 08:51:55 -0400 (0:00:11.187) 0:05:37.603 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810991.6866293, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "73b7def78be435d5a0f2cac1c8c38bfc38804af7", "ctime": 1784810991.214166, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 33554652, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784810990.932621, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 770, "uid": 0, "version": "357596287", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Thursday 23 July 2026 08:51:56 -0400 (0:00:00.422) 0:05:38.025 ********* 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 volumes associated with pod/containers removed above] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Thursday 23 July 2026 08:51:56 -0400 (0:00:00.495) 0:05:38.521 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.026600", "end": "2026-07-23 08:51:56.862192", "rc": 0, "start": "2026-07-23 08:51:56.835592" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Thursday 23 July 2026 08:51:56 -0400 (0:00:00.422) 0:05:38.944 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:93 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.415) 0:05:39.359 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:105 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.034) 0:05:39.394 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.036) 0:05:39.431 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.024) 0:05:39.456 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.029) 0:05:39.486 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.025) 0:05:39.511 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.035) 0:05:39.547 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.041) 0:05:39.588 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.038) 0:05:39.626 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.026) 0:05:39.653 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.025) 0:05:39.678 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:51:57 -0400 (0:00:00.044) 0:05:39.723 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.400) 0:05:40.123 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.028) 0:05:40.152 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.030) 0:05:40.182 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.028) 0:05:40.211 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.027) 0:05:40.238 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.029) 0:05:40.268 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.024) 0:05:40.292 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.030) 0:05:40.323 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.027) 0:05:40.351 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.023) 0:05:40.374 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.046) 0:05:40.420 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 23 July 2026 08:51:58 -0400 (0:00:00.021) 0:05:40.442 ********* 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": "Thu 2026-07-23 08:50:23 EDT", "ActiveEnterTimestampMonotonic": "434809780", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket network-online.target sysinit.target \"system-podman\\\\x2dkube.slice\" basic.target -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-07-23 08:50:13 EDT", "AssertTimestampMonotonic": "424284821", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "300882000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "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": "Thu 2026-07-23 08:50:13 EDT", "ConditionTimestampMonotonic": "424284819", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "ControlGroupId": "9457", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "45981", "ExecMainStartTimestamp": "Thu 2026-07-23 08:50:23 EDT", "ExecMainStartTimestampMonotonic": "434630000", "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": "Thu 2026-07-23 08:50:13 EDT", "InactiveExitTimestampMonotonic": "424286406", "InvocationID": "148a67ab98824dc2962b7f34bc8acdcb", "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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "45981", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2901544960", "MemoryCurrent": "2113536", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "24203264", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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", "StateChangeTimestamp": "Thu 2026-07-23 08:50:23 EDT", "StateChangeTimestampMonotonic": "434809780", "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Thursday 23 July 2026 08:52:09 -0400 (0:00:11.246) 0:05:51.689 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784811010.7868354, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4451175cd0da0ce1b6811ca1754fe9ce7353a615", "ctime": 1784811010.261735, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 528482511, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784811009.9648266, "nlink": 1, "path": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 1070, "uid": 0, "version": "1911249644", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Thursday 23 July 2026 08:52:10 -0400 (0:00:00.402) 0:05:52.091 ********* 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 volumes associated with pod/containers removed above] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Thursday 23 July 2026 08:52:10 -0400 (0:00:00.676) 0:05:52.767 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.037880", "end": "2026-07-23 08:52:11.138290", "rc": 0, "start": "2026-07-23 08:52:11.100410" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: testfile3 TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Thursday 23 July 2026 08:52:11 -0400 (0:00:00.469) 0:05:53.237 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:93 Thursday 23 July 2026 08:52:11 -0400 (0:00:00.421) 0:05:53.658 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:105 Thursday 23 July 2026 08:52:11 -0400 (0:00:00.029) 0:05:53.688 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:52:11 -0400 (0:00:00.034) 0:05:53.722 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:52:11 -0400 (0:00:00.023) 0:05:53.746 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:52:11 -0400 (0:00:00.027) 0:05:53.773 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:52:11 -0400 (0:00:00.024) 0:05:53.797 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Thursday 23 July 2026 08:52:11 -0400 (0:00:00.029) 0:05:53.827 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Flush pending service restarts] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Thursday 23 July 2026 08:52:11 -0400 (0:00:00.030) 0:05:53.857 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_pending_restarts | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Thursday 23 July 2026 08:52:11 -0400 (0:00:00.042) 0:05:53.900 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Thursday 23 July 2026 08:52:12 -0400 (0:00:00.155) 0:05:54.055 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Thursday 23 July 2026 08:52:12 -0400 (0:00:00.426) 0:05:54.481 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Thursday 23 July 2026 08:52:12 -0400 (0:00:00.029) 0:05:54.511 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810968.085374, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1784810973.1054285, "dev": 54, "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": 1784810973.1054285, "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Thursday 23 July 2026 08:52:12 -0400 (0:00:00.378) 0:05:54.889 ********* ok: [managed-node2] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Thursday 23 July 2026 08:52:13 -0400 (0:00:00.608) 0:05:55.498 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.038358", "end": "2026-07-23 08:52:13.908531", "rc": 0, "start": "2026-07-23 08:52:13.870173" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Thursday 23 July 2026 08:52:13 -0400 (0:00:00.498) 0:05:55.997 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.039403", "end": "2026-07-23 08:52:14.412364", "rc": 0, "start": "2026-07-23 08:52:14.372961" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:51 Thursday 23 July 2026 08:52:14 -0400 (0:00:00.494) 0:05:56.491 ********* changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "podman_basic_user" ], "delta": "0:00:00.007232", "end": "2026-07-23 08:52:14.818740", "rc": 0, "start": "2026-07-23 08:52:14.811508" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 Thursday 23 July 2026 08:52:14 -0400 (0:00:00.421) 0:05:56.913 ********* 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.006450", "end": "2026-07-23 08:52:27.076576", "failed_when_result": false, "rc": 1, "start": "2026-07-23 08:52:27.070126" } 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:83 Thursday 23 July 2026 08:52:27 -0400 (0:00:12.239) 0:06:09.153 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:88 Thursday 23 July 2026 08:52:27 -0400 (0:00:00.032) 0:06:09.185 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:99 Thursday 23 July 2026 08:52:27 -0400 (0:00:00.029) 0:06:09.215 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Thursday 23 July 2026 08:52:27 -0400 (0:00:00.029) 0:06:09.244 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Thursday 23 July 2026 08:52:27 -0400 (0:00:00.022) 0:06:09.266 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Record role success fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Thursday 23 July 2026 08:52:27 -0400 (0:00:00.019) 0:06:09.286 ********* ok: [managed-node2] => { "changed": false } TASK [Check that pods are not running] ***************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:436 Thursday 23 July 2026 08:52:27 -0400 (0:00:00.392) 0:06:09.679 ********* ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd1" ], "delta": "0:00:00.025321", "end": "2026-07-23 08:52:28.088688", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 125, "start": "2026-07-23 08:52:28.063367" } STDERR: time="2026-07-23T08:52:28-04:00" level=warning msg="RunRoot is pointing to a path (/run/user/3001/containers) which is not writable. Most likely podman will fail." Error: creating events dirs: mkdir /run/user/3001: permission denied 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.030389", "end": "2026-07-23 08:52:28.483094", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2026-07-23 08:52:28.452705" } 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.029610", "end": "2026-07-23 08:52:28.868396", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2026-07-23 08:52:28.838786" } MSG: non-zero return code TASK [Check Services should be absent] ***************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:449 Thursday 23 July 2026 08:52:28 -0400 (0:00:01.282) 0:06:10.962 ********* 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.008448", "end": "2026-07-23 08:52:29.360574", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2026-07-23 08:52:29.352126" } 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.014601", "end": "2026-07-23 08:52:29.780411", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2026-07-23 08:52:29.765810" } 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.013995", "end": "2026-07-23 08:52:30.177261", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2026-07-23 08:52:30.163266" } MSG: non-zero return code TASK [Ensure no linger] ******************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:468 Thursday 23 July 2026 08:52:30 -0400 (0:00:01.297) 0:06:12.260 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:476 Thursday 23 July 2026 08:52:30 -0400 (0:00:00.405) 0:06:12.665 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 TASK [Clear facts] ************************************************************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Thursday 23 July 2026 08:52:30 -0400 (0:00:00.040) 0:06:12.706 ********* META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Thursday 23 July 2026 08:52:30 -0400 (0:00:00.001) 0:06:12.707 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__sr_failed_when is defined", "skip_reason": "Conditional result was False" } TASK [Run the role normally] *************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Thursday 23 July 2026 08:52:30 -0400 (0:00:00.020) 0:06:12.727 ********* included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Thursday 23 July 2026 08:52:30 -0400 (0:00:00.058) 0:06:12.786 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Thursday 23 July 2026 08:52:30 -0400 (0:00:00.027) 0:06:12.813 ********* ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Thursday 23 July 2026 08:52:31 -0400 (0:00:00.608) 0:06:13.422 ********* ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Thursday 23 July 2026 08:52:31 -0400 (0:00:00.407) 0:06:13.829 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Thursday 23 July 2026 08:52:31 -0400 (0:00:00.022) 0:06:13.851 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Thursday 23 July 2026 08:52:31 -0400 (0:00:00.024) 0:06:13.875 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Thursday 23 July 2026 08:52:31 -0400 (0:00:00.024) 0:06:13.899 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Thursday 23 July 2026 08:52:31 -0400 (0:00:00.020) 0:06:13.920 ********* ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "__vars_file", "changed": false } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file_full is file", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } ok: [managed-node2] => (item=CentOS_10.yml) => { "__vars_file": "CentOS_10.yml", "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "__vars_file", "changed": false } TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Thursday 23 July 2026 08:52:31 -0400 (0:00:00.051) 0:06:13.972 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Thursday 23 July 2026 08:52:31 -0400 (0:00:00.020) 0:06:13.992 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Thursday 23 July 2026 08:52:32 -0400 (0:00:00.023) 0:06:14.016 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Thursday 23 July 2026 08:52:32 -0400 (0:00:00.024) 0:06:14.040 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Thursday 23 July 2026 08:52:33 -0400 (0:00:01.002) 0:06:15.042 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.028) 0:06:15.070 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.037) 0:06:15.108 ********* skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.024) 0:06:15.132 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.031) 0:06:15.163 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.027) 0:06:15.191 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022376", "end": "2026-07-23 08:52:33.516005", "rc": 0, "start": "2026-07-23 08:52:33.493629" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.506) 0:06:15.697 ********* ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.026) 0:06:15.724 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.025) 0:06:15.750 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.023) 0:06:15.773 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.015) 0:06:15.788 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.034) 0:06:15.822 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.022) 0:06:15.845 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:52:33 -0400 (0:00:00.044) 0:06:15.890 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.409) 0:06:16.299 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.029) 0:06:16.328 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.038) 0:06:16.367 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.402) 0:06:16.769 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.038) 0:06:16.808 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.030) 0:06:16.838 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.025) 0:06:16.864 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.029) 0:06:16.894 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.033) 0:06:16.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 : Fail if user not in subuid file] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.025) 0:06:16.952 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.028) 0:06:16.980 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:115 Thursday 23 July 2026 08:52:34 -0400 (0:00:00.024) 0:06:17.005 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:126 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.059) 0:06:17.065 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.044) 0:06:17.109 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.023) 0:06:17.133 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:129 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.027) 0:06:17.160 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.056) 0:06:17.217 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.039) 0:06:17.257 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:132 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.041) 0:06:17.299 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.065) 0:06:17.365 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.029) 0:06:17.394 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:135 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.028) 0:06:17.423 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.056) 0:06:17.479 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.030) 0:06:17.510 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.023) 0:06:17.533 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.023) 0:06:17.557 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:141 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.023) 0:06:17.580 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:148 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.023) 0:06:17.603 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:155 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.021) 0:06:17.625 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:159 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.021) 0:06:17.647 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle credential files - present] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:168 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.018) 0:06:17.665 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.024) 0:06:17.689 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize parsed kube specs list] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.075) 0:06:17.764 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Thursday 23 July 2026 08:52:35 -0400 (0:00:00.038) 0:06:17.802 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:52:36 -0400 (0:00:00.233) 0:06:18.036 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:52:36 -0400 (0:00:00.416) 0:06:18.452 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:52:36 -0400 (0:00:00.028) 0:06:18.481 ********* 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.005605", "end": "2026-07-23 08:52:36.882511", "rc": 0, "start": "2026-07-23 08:52:36.876906" } STDOUT: podman-kube@-home-podman_basic_user-.config-containers-ansible\x2dkubernetes.d-httpd1.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:52:36 -0400 (0:00:00.476) 0:06:18.958 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "absent", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:52:37 -0400 (0:00:00.157) 0:06:19.115 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:52:37 -0400 (0:00:00.409) 0:06:19.525 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:52:37 -0400 (0:00:00.037) 0:06:19.562 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005654", "end": "2026-07-23 08:52:37.966391", "rc": 0, "start": "2026-07-23 08:52:37.960737" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd2.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:52:38 -0400 (0:00:00.488) 0:06:20.051 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "absent", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Get user information for kube spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Thursday 23 July 2026 08:52:38 -0400 (0:00:00.164) 0:06:20.215 ********* 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 : Fail if kube spec user does not exist] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Thursday 23 July 2026 08:52:38 -0400 (0:00:00.028) 0:06:20.244 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Thursday 23 July 2026 08:52:38 -0400 (0:00:00.031) 0:06:20.275 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005531", "end": "2026-07-23 08:52:38.667994", "rc": 0, "start": "2026-07-23 08:52:38.662463" } STDOUT: podman-kube@-etc-containers-ansible\x2dkubernetes.d-httpd3.yml.service TASK [fedora.linux_system_roles.podman : Add parsed kube spec item] ************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Thursday 23 July 2026 08:52:38 -0400 (0:00:00.484) 0:06:20.760 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [ { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "absent", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "kube_file_field": "", "kube_name": "httpd3", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } }, "kube_spec": { "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile3.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile3" } }, { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" } ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Build restart dependency map] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:182 Thursday 23 July 2026 08:52:38 -0400 (0:00:00.194) 0:06:20.954 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Initialize restart map collections] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.071) 0:06:21.026 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_path_service_pairs": [], "__podman_pending_restarts": [], "__podman_restart_paths": [], "__podman_restart_services": [], "__podman_secret_service_pairs": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each kube play spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.022) 0:06:21.049 ********* included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) included: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml for managed-node2 => (item=(censored due to no_log)) TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.069) 0:06:21.118 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.025) 0:06:21.143 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Record kube play service for restart map] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.026) 0:06:21.170 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != 'absent'", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Resolve restart metadata for each quadlet spec] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.034) 0:06:21.204 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Collect managed secret names] ********* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.029) 0:06:21.233 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_restart_managed_secrets": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Expand restarts on dependency paths] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.042) 0:06:21.276 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts on secrets] *********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.028) 0:06:21.304 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Expand restarts_on for kube play specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.018) 0:06:21.323 ********* skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'testfile1'}, 'data': {'testfile1.txt': 'this is a test\n'}}, {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd1'}, 'spec': {'containers': [{'name': 'httpd1', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15001}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile1.txt:Z', 'name': 'testfile1', 'subPath': 'testfile1.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1-create'}}, {'name': 'testfile1', 'configMap': {'name': 'testfile1'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd1'}, 'spec': {'containers': [{'name': 'httpd1', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15001}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile1.txt:Z', 'name': 'testfile1', 'subPath': 'testfile1.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd1-create'}}, {'name': 'testfile1', 'configMap': {'name': 'testfile1'}}]}}, 'kube_str': "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", 'kube_name': 'httpd1', 'kube_spec': {'state': 'absent', 'debug': True, 'log_level': 'debug'}, 'kube_file_field': '', 'kube_file': '/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml', 'user': 'podman_basic_user', 'systemd_scope': 'user', 'state': 'absent', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': True, 'xdg_runtime_dir': '/run/user/3001', 'kube_path': '/home/podman_basic_user/.config/containers/ansible-kubernetes.d', 'user_home_dir': '/home/podman_basic_user', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "kube_file_field": "", "kube_name": "httpd1", "kube_path": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile1.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile1\n...\n\n---\napiVersion: 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 - mountPath: /etc/testfile1.txt:Z\n name: testfile1\n subPath: testfile1.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd1-create\n name: create\n - configMap:\n name: testfile1\n name: testfile1\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile1.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile1" } }, { "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" }, { "mountPath": "/etc/testfile1.txt:Z", "name": "testfile1", "subPath": "testfile1.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd1-create" }, "name": "create" }, { "configMap": { "name": "testfile1" }, "name": "testfile1" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": true, "run_as_group": "", "service_name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "state": "absent", "systemd_scope": "user", "user": "podman_basic_user", "user_home_dir": "/home/podman_basic_user", "validate_certs": "", "xdg_runtime_dir": "/run/user/3001" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd2'}, 'spec': {'containers': [{'name': 'httpd2', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15002}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2-create'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd2'}, 'spec': {'containers': [{'name': 'httpd2', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15002}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd2-create'}}]}}, 'kube_str': '---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n', 'kube_name': 'httpd2', 'kube_spec': {'state': 'absent', 'debug': True, 'log_level': 'debug'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/httpd2.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'absent', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "kube_file_field": "", "kube_name": "httpd2", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } }, "kube_spec": { "debug": true, "log_level": "debug", "state": "absent" }, "kube_str": "---\napiVersion: 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_r_tl3axi_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd2-create\n name: create\n...\n", "kube_yamls": [ { "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_r_tl3axi_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd2-create" }, "name": "create" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={'kube_yamls': [{'apiVersion': 'v1', 'kind': 'ConfigMap', 'metadata': {'name': 'testfile3'}, 'data': {'testfile3.txt': 'this is a test\n'}}, {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd3'}, 'spec': {'containers': [{'name': 'httpd3', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15003}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile3.txt:Z', 'name': 'testfile3', 'subPath': 'testfile3.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3-create'}}, {'name': 'testfile3', 'configMap': {'name': 'testfile3'}}]}}], 'kube_primary': {'apiVersion': 'v1', 'kind': 'Pod', 'metadata': {'labels': {'app': 'test', 'io.containers.autoupdate': 'registry'}, 'name': 'httpd3'}, 'spec': {'containers': [{'name': 'httpd3', 'image': 'quay.io/libpod/testimage:20210610', 'command': ['/bin/busybox-extras', 'httpd', '-f', '-p', 80], 'ports': [{'containerPort': 80, 'hostPort': 15003}], 'volumeMounts': [{'mountPath': '/var/www:Z', 'name': 'www'}, {'mountPath': '/var/httpd-create:Z', 'name': 'create'}, {'mountPath': '/etc/testfile3.txt:Z', 'name': 'testfile3', 'subPath': 'testfile3.txt'}], 'workingDir': '/var/www'}], 'volumes': [{'name': 'www', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_r_tl3axi_podman/httpd3-create'}}, {'name': 'testfile3', 'configMap': {'name': 'testfile3'}}]}}, 'kube_str': "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", 'kube_name': 'httpd3', 'kube_spec': {'state': 'absent'}, 'kube_file_field': '', 'kube_file': '/etc/containers/ansible-kubernetes.d/httpd3.yml', 'user': 'root', 'systemd_scope': 'system', 'state': 'absent', 'pull_image': True, 'continue_if_pull_fails': False, 'rootless': False, 'xdg_runtime_dir': '/run/user/0', 'kube_path': '/etc/containers/ansible-kubernetes.d', 'user_home_dir': '/root', 'registry_username': '', 'registry_password': '', 'validate_certs': '', 'run_as_group': '', 'activate_systemd_unit': True, 'service_name': 'podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service', 'restarts_on': ''}) => { "__podman_kube_parsed": { "activate_systemd_unit": true, "continue_if_pull_fails": false, "kube_file": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "kube_file_field": "", "kube_name": "httpd3", "kube_path": "/etc/containers/ansible-kubernetes.d", "kube_primary": { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } }, "kube_spec": { "state": "absent" }, "kube_str": "---\napiVersion: v1\ndata:\n testfile3.txt: 'this is a test\n\n '\nkind: ConfigMap\nmetadata:\n name: testfile3\n...\n\n---\napiVersion: v1\nkind: Pod\nmetadata:\n labels:\n app: test\n io.containers.autoupdate: registry\n name: httpd3\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: httpd3\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 - mountPath: /etc/testfile3.txt:Z\n name: testfile3\n subPath: testfile3.txt\n workingDir: /var/www\n volumes:\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_r_tl3axi_podman/httpd3-create\n name: create\n - configMap:\n name: testfile3\n name: testfile3\n...\n", "kube_yamls": [ { "apiVersion": "v1", "data": { "testfile3.txt": "this is a test\n" }, "kind": "ConfigMap", "metadata": { "name": "testfile3" } }, { "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" }, { "mountPath": "/etc/testfile3.txt:Z", "name": "testfile3", "subPath": "testfile3.txt" } ], "workingDir": "/var/www" } ], "volumes": [ { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_r_tl3axi_podman/httpd3-create" }, "name": "create" }, { "configMap": { "name": "testfile3" }, "name": "testfile3" } ] } } ], "pull_image": true, "registry_password": "", "registry_username": "", "restarts_on": "", "rootless": false, "run_as_group": "", "service_name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "state": "absent", "systemd_scope": "system", "user": "root", "user_home_dir": "/root", "validate_certs": "", "xdg_runtime_dir": "/run/user/0" }, "ansible_loop_var": "__podman_kube_parsed", "changed": false, "false_condition": "__podman_kube_parsed.restarts_on | length > 0", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Expand restarts_on for quadlet specs] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.072) 0:06:21.395 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.024) 0:06:21.420 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle Kubernetes specifications] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:195 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.019) 0:06:21.440 ********* included: /tmp/collections-QsE/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-QsE/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-QsE/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 image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.104) 0:06:21.544 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.038) 0:06:21.583 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:52:39 -0400 (0:00:00.036) 0:06:21.620 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:52:40 -0400 (0:00:00.397) 0:06:22.018 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:52:40 -0400 (0:00:00.044) 0:06:22.063 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:52:40 -0400 (0:00:00.042) 0:06:22.105 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:52:40 -0400 (0:00:00.395) 0:06:22.500 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004134", "end": "2026-07-23 08:52:40.810269", "rc": 0, "start": "2026-07-23 08:52:40.806135" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:52:40 -0400 (0:00:00.402) 0:06:22.903 ********* ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004239", "end": "2026-07-23 08:52:41.210894", "rc": 0, "start": "2026-07-23 08:52:41.206655" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:52:41 -0400 (0:00:00.398) 0:06:23.301 ********* ok: [managed-node2] => { "ansible_facts": { "podman_subgid_info": { "podman_basic_user": { "range": 65536, "start": 524288 } }, "podman_subuid_info": { "podman_basic_user": { "range": 65536, "start": 524288 } } }, "changed": false } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:52:41 -0400 (0:00:00.067) 0:06:23.369 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:52:41 -0400 (0:00:00.041) 0:06:23.411 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:52:41 -0400 (0:00:00.039) 0:06:23.450 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:52:41 -0400 (0:00:00.036) 0:06:23.487 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:52:41 -0400 (0:00:00.038) 0:06:23.526 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:52:41 -0400 (0:00:00.041) 0:06:23.568 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:52:41 -0400 (0:00:00.170) 0:06:23.738 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 23 July 2026 08:52:41 -0400 (0:00:00.080) 0:06:23.818 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 23 July 2026 08:52:42 -0400 (0:00:00.389) 0:06:24.207 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_kube_parsed.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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Thursday 23 July 2026 08:52:42 -0400 (0:00:00.041) 0:06:24.249 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Thursday 23 July 2026 08:52:42 -0400 (0:00:00.377) 0:06:24.627 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_kube_parsed.rootless or __podman_xdg_stat.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Thursday 23 July 2026 08:52:42 -0400 (0:00:00.048) 0:06:24.675 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_kube_parsed.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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Thursday 23 July 2026 08:52:42 -0400 (0:00:00.043) 0:06:24.719 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:93 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.384) 0:06:25.103 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:105 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.033) 0:06:25.137 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.040) 0:06:25.177 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.029) 0:06:25.206 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.029) 0:06:25.235 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.034) 0:06:25.270 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.023) 0:06:25.293 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.039) 0:06:25.332 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.036) 0:06:25.369 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.386) 0:06:25.756 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.027) 0:06:25.783 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:52:43 -0400 (0:00:00.042) 0:06:25.825 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.395) 0:06:26.220 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.034) 0:06:26.255 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.026) 0:06:26.282 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.026) 0:06:26.308 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.029) 0:06:26.337 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.028) 0:06:26.366 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.027) 0:06:26.394 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.026) 0:06:26.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 : Fail if no kube spec is given] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.022) 0:06:26.443 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.024) 0:06:26.467 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.044) 0:06:26.512 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 23 July 2026 08:52:44 -0400 (0:00:00.021) 0:06:26.534 ********* 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": "basic.target \"system-podman\\\\x2dkube.slice\" -.mount network-online.target sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.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 /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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2928443392", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Thursday 23 July 2026 08:52:45 -0400 (0:00:00.558) 0:06:27.093 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Thursday 23 July 2026 08:52:45 -0400 (0:00:00.376) 0:06:27.469 ********* 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 volumes associated with pod/containers removed above] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Thursday 23 July 2026 08:52:45 -0400 (0:00:00.030) 0:06:27.500 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Thursday 23 July 2026 08:52:45 -0400 (0:00:00.033) 0:06:27.533 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:93 Thursday 23 July 2026 08:52:45 -0400 (0:00:00.392) 0:06:27.925 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:105 Thursday 23 July 2026 08:52:45 -0400 (0:00:00.031) 0:06:27.956 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:52:45 -0400 (0:00:00.039) 0:06:27.996 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.036) 0:06:28.032 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.022) 0:06:28.055 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.022) 0:06:28.078 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set per-container image variables] **** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.022) 0:06:28.100 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_kube_images": [ "quay.io/libpod/testimage:20210610" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.038) 0:06:28.139 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.042) 0:06:28.181 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.036) 0:06:28.218 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.031) 0:06:28.250 ********* ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.044) 0:06:28.294 ********* ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784810824.696658, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784810817.5138917, "dev": 66306, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 9469129, "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": 1778803200.0, "nlink": 1, "path": "/usr/bin/getsubids", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 15560, "uid": 0, "version": "2186012783", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.390) 0:06:28.684 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.123) 0:06:28.808 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.026) 0:06:28.834 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.024) 0:06:28.858 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.023) 0:06:28.882 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.024) 0:06:28.906 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.022) 0:06:28.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.025) 0:06:28.954 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Thursday 23 July 2026 08:52:46 -0400 (0:00:00.025) 0:06:28.979 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Thursday 23 July 2026 08:52:47 -0400 (0:00:00.035) 0:06:29.015 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Thursday 23 July 2026 08:52:47 -0400 (0:00:00.075) 0:06:29.091 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Thursday 23 July 2026 08:52:47 -0400 (0:00:00.024) 0:06:29.115 ********* 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": "network-online.target sysinit.target -.mount \"system-podman\\\\x2dkube.slice\" systemd-journald.socket basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "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", "CanLiveMount": "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", "DebugInvocation": "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)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3578871808", "EffectiveMemoryMax": "3578871808", "EffectiveTasksMax": "21477", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.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 /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": "13423", "LimitNPROCSoft": "13423", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13423", "LimitSIGPENDINGSoft": "13423", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2915573760", "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", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "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", "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": "21477", "TimeoutAbortUSec": "1min 10s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Thursday 23 July 2026 08:52:47 -0400 (0:00:00.557) 0:06:29.672 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.380) 0:06:30.053 ********* 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 volumes associated with pod/containers removed above] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.031) 0:06:30.084 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.060) 0:06:30.145 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:93 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.451) 0:06:30.596 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:105 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.043) 0:06:30.640 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.052) 0:06:30.693 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.030) 0:06:30.724 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Mark user for possible linger cancel] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.025) 0:06:30.749 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_linger_rootless | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Create and update containers and services] *** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.039) 0:06:30.789 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.state != \"absent\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:203 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.040) 0:06:30.829 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Flush pending service restarts] ******* task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:210 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.032) 0:06:30.861 ********* skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_pending_restarts | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cancel linger] ************************ task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:214 Thursday 23 July 2026 08:52:48 -0400 (0:00:00.040) 0:06:30.902 ********* included: /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Thursday 23 July 2026 08:52:49 -0400 (0:00:00.174) 0:06:31.076 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Thursday 23 July 2026 08:52:49 -0400 (0:00:00.415) 0:06:31.491 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Thursday 23 July 2026 08:52:49 -0400 (0:00:00.030) 0:06:31.522 ********* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Thursday 23 July 2026 08:52:49 -0400 (0:00:00.374) 0:06:31.897 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Thursday 23 July 2026 08:52:49 -0400 (0:00:00.023) 0:06:31.920 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Thursday 23 July 2026 08:52:49 -0400 (0:00:00.022) 0:06:31.942 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:51 Thursday 23 July 2026 08:52:49 -0400 (0:00:00.021) 0:06:31.964 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 Thursday 23 July 2026 08:52:49 -0400 (0:00:00.022) 0:06:31.986 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:83 Thursday 23 July 2026 08:52:49 -0400 (0:00:00.027) 0:06:32.013 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:88 Thursday 23 July 2026 08:52:50 -0400 (0:00:00.028) 0:06:32.042 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:99 Thursday 23 July 2026 08:52:50 -0400 (0:00:00.030) 0:06:32.072 ********* 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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:221 Thursday 23 July 2026 08:52:50 -0400 (0:00:00.042) 0:06:32.115 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle certs.d files - absent] ******** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:230 Thursday 23 July 2026 08:52:50 -0400 (0:00:00.030) 0:06:32.146 ********* skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Record role success fingerprint] ****** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:239 Thursday 23 July 2026 08:52:50 -0400 (0:00:00.021) 0:06:32.168 ********* ok: [managed-node2] => { "changed": false } TASK [Clean up storage.conf] *************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:509 Thursday 23 July 2026 08:52:50 -0400 (0:00:00.402) 0:06:32.570 ********* ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:516 Thursday 23 July 2026 08:52:50 -0400 (0:00:00.407) 0:06:32.978 ********* changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_r_tl3axi_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:523 Thursday 23 July 2026 08:52:51 -0400 (0:00:00.384) 0:06:33.363 ********* changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_4klvfrjd.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=729 changed=49 unreachable=0 failed=0 skipped=961 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-07-23T12:48:02.332020+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-07-23T12:48:01.663095+00:00Z", "task_name": "Update containers/pods", "task_path": "/tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:91" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Thursday 23 July 2026 08:52:51 -0400 (0:00:00.286) 0:06:33.649 ********* =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 33.20s /tmp/collections-QsE/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-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 fedora.linux_system_roles.podman : Start service ----------------------- 11.29s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:126 fedora.linux_system_roles.podman : Start service ----------------------- 11.27s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:126 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.25s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.19s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.14s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:126 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.09s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 3.23s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.90s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.87s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.85s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.80s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.80s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.77s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Gathering Facts --------------------------------------------------------- 2.42s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Create data files ------------------------------------------------------- 2.01s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:240 fedora.linux_system_roles.podman : Update containers/pods --------------- 1.79s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:91 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.72s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests --- 1.67s /tmp/collections-QsE/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43