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-PwF 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Monday 20 July 2026 16:06:03 -0400 (0:00:00.028) 0:00:00.028 *********** 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-GzA/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Monday 20 July 2026 16:06:03 -0400 (0:00:00.019) 0:00:00.048 *********** [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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:179 Monday 20 July 2026 16:06:06 -0400 (0:00:02.673) 0:00:02.722 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_3pcqzayj_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:186 Monday 20 July 2026 16:06:06 -0400 (0:00:00.477) 0:00:03.199 *********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_3pcqzayj_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:197 Monday 20 July 2026 16:06:07 -0400 (0:00:00.536) 0:00:03.736 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:202 Monday 20 July 2026 16:06:07 -0400 (0:00:00.042) 0:00:03.779 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:207 Monday 20 July 2026 16:06:07 -0400 (0:00:00.031) 0:00:03.810 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:212 Monday 20 July 2026 16:06:07 -0400 (0:00:00.029) 0:00:03.839 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:217 Monday 20 July 2026 16:06:07 -0400 (0:00:00.690) 0:00:04.530 *********** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_ocu8el0r.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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:225 Monday 20 July 2026 16:06:08 -0400 (0:00:00.194) 0:00:04.725 *********** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "a8e4954b6de428a9b7a9cc673c44c126e6ef7521", "dest": "/tmp/lsr_podman_ocu8el0r.yml", "gid": 0, "group": "root", "md5sum": "2829c6dd4a2b3e8ceb75d0bf0a3581a8", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 993, "src": "/root/.ansible/tmp/ansible-tmp-1784577968.0621943-9720-176180950024918/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:232 Monday 20 July 2026 16:06:08 -0400 (0:00:00.595) 0:00:05.321 *********** 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_3pcqzayj_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_3pcqzayj_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_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:240 Monday 20 July 2026 16:06:09 -0400 (0:00:01.093) 0:00:06.415 *********** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_3pcqzayj_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-1784577969.7783532-9785-6043530552948/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_3pcqzayj_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-1784577970.4320793-9785-151706582021626/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_3pcqzayj_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-1784577971.092049-9785-163985155776342/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:250 Monday 20 July 2026 16:06:11 -0400 (0:00:01.987) 0:00:08.402 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 16:06:11 -0400 (0:00:00.015) 0:00:08.417 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 16:06:11 -0400 (0:00:00.001) 0:00:08.418 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 16:06:11 -0400 (0:00:00.015) 0:00:08.433 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 16:06:11 -0400 (0:00:00.078) 0:00:08.512 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 16:06:11 -0400 (0:00:00.021) 0:00:08.534 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 16:06:12 -0400 (0:00:00.570) 0:00:09.104 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 16:06:12 -0400 (0:00:00.427) 0:00:09.531 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 16:06:13 -0400 (0:00:00.354) 0:00:09.886 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 16:06:13 -0400 (0:00:00.019) 0:00:09.905 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 16:06:13 -0400 (0:00:00.355) 0:00:10.261 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 16:06:13 -0400 (0:00:00.019) 0:00:10.280 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 16:06:13 -0400 (0:00:00.035) 0:00:10.316 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008574", "end": "2026-07-20 16:06:14.024236", "failed_when_result": false, "rc": 0, "start": "2026-07-20 16:06:14.015662" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 16:06:14 -0400 (0:00:00.442) 0:00:10.759 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 16:06:14 -0400 (0:00:00.023) 0:00:10.782 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 16:06:14 -0400 (0:00:00.017) 0:00:10.800 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 16:06:15 -0400 (0:00:01.093) 0:00:11.894 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 16:06:15 -0400 (0:00:00.016) 0:00:11.910 *********** 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: passt-0^20260611.ga9c61ff-1.el10.x86_64", "Installed: libgcrypt-1.11.0-7.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.249.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.0-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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 16:07:00 -0400 (0:00:44.845) 0:00:56.756 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 16:07:00 -0400 (0:00:00.017) 0:00:56.773 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 16:07:00 -0400 (0:00:00.017) 0:00:56.790 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 16:07:00 -0400 (0:00:00.015) 0:00:56.806 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.026902", "end": "2026-07-20 16:07:00.521417", "rc": 0, "start": "2026-07-20 16:07:00.494515" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 16:07:00 -0400 (0:00:00.464) 0:00:57.270 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 16:07:00 -0400 (0:00:00.018) 0:00:57.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 16:07:00 -0400 (0:00:00.019) 0:00:57.308 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 16:07:00 -0400 (0:00:00.016) 0:00:57.325 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 16:07:00 -0400 (0:00:00.011) 0:00:57.336 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 16:07:00 -0400 (0:00:00.026) 0:00:57.363 *********** 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 : Fail if podman_run_as_ansible_user is set but ansible_user is undefined] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 16:07:00 -0400 (0:00:00.019) 0:00:57.382 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_run_as_ansible_user | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Monday 20 July 2026 16:07:00 -0400 (0:00:00.015) 0:00:57.397 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:07:00 -0400 (0:00:00.037) 0:00:57.435 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:07:01 -0400 (0:00:00.477) 0:00:57.912 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:07:01 -0400 (0:00:00.019) 0:00:57.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:07:01 -0400 (0:00:00.030) 0:00:57.962 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1778803200.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:07:01 -0400 (0:00:00.412) 0:00:58.374 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:07:01 -0400 (0:00:00.018) 0:00:58.393 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:07:01 -0400 (0:00:00.017) 0:00:58.410 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:07:01 -0400 (0:00:00.037) 0:00:58.448 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:07:01 -0400 (0:00:00.017) 0:00:58.466 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:07:01 -0400 (0:00:00.017) 0:00:58.483 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:07:01 -0400 (0:00:00.017) 0:00:58.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:07:01 -0400 (0:00:00.017) 0:00:58.518 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Monday 20 July 2026 16:07:01 -0400 (0:00:00.016) 0:00:58.535 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Monday 20 July 2026 16:07:01 -0400 (0:00:00.042) 0:00:58.577 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 16:07:01 -0400 (0:00:00.038) 0:00:58.616 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 16:07:01 -0400 (0:00:00.016) 0:00:58.633 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Monday 20 July 2026 16:07:01 -0400 (0:00:00.016) 0:00:58.649 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 16:07:02 -0400 (0:00:00.038) 0:00:58.688 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 16:07:02 -0400 (0:00:00.017) 0:00:58.705 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Monday 20 July 2026 16:07:02 -0400 (0:00:00.016) 0:00:58.722 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 16:07:02 -0400 (0:00:00.052) 0:00:58.775 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 16:07:02 -0400 (0:00:00.028) 0:00:58.804 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Monday 20 July 2026 16:07:02 -0400 (0:00:00.022) 0:00:58.827 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 16:07:02 -0400 (0:00:00.046) 0:00:58.873 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 16:07:02 -0400 (0:00:00.020) 0:00:58.894 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 16:07:02 -0400 (0:00:00.019) 0:00:58.913 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 16:07:02 -0400 (0:00:00.022) 0:00:58.936 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Monday 20 July 2026 16:07:02 -0400 (0:00:00.017) 0:00:58.954 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 16:07:02 -0400 (0:00:00.085) 0:00:59.039 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 16:07:02 -0400 (0:00:00.029) 0:00:59.069 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 16:07:02 -0400 (0:00:00.583) 0:00:59.652 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 16:07:03 -0400 (0:00:00.434) 0:01:00.087 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 16:07:03 -0400 (0:00:00.413) 0:01:00.500 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 16:07:03 -0400 (0:00:00.023) 0:01:00.524 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 16:07:04 -0400 (0:00:00.403) 0:01:00.927 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 16:07:04 -0400 (0:00:00.023) 0:01:00.951 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 16:07:04 -0400 (0:00:00.042) 0:01:00.993 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 16:07:04 -0400 (0:00:00.034) 0:01:01.028 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.010129", "end": "2026-07-20 16:07:04.695366", "failed_when_result": false, "rc": 0, "start": "2026-07-20 16:07:04.685237" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 16:07:04 -0400 (0:00:00.411) 0:01:01.440 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 16:07:04 -0400 (0:00:00.022) 0:01:01.463 *********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 16:07:04 -0400 (0:00:00.023) 0:01:01.486 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 16:07:06 -0400 (0:00:01.928) 0:01:03.415 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 16:07:06 -0400 (0:00:00.017) 0:01:03.432 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 16:07:06 -0400 (0:00:00.016) 0:01:03.449 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 16:07:06 -0400 (0:00:00.016) 0:01:03.466 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 16:07:06 -0400 (0:00:00.026) 0:01:03.492 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 16:07:06 -0400 (0:00:00.026) 0:01:03.519 *********** 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": "system.slice sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "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": "[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": "shutdown.target iptables.service ip6tables.service 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": "2994470912", "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": "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", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 16:07:07 -0400 (0:00:00.730) 0:01:04.250 *********** 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": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "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": "[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 ebtables.service ipset.service shutdown.target iptables.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": "3004751872", "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": "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", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 16:07:08 -0400 (0:00:00.900) 0:01:05.150 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:02.220139", "end": "2026-07-20 16:07:11.082505", "rc": 0, "start": "2026-07-20 16:07:08.862366" } STDOUT: running STDERR: Waiting on dbus connection... TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 16:07:11 -0400 (0:00:02.676) 0:01:07.827 *********** changed: [managed-node2] => { "__firewall_changed": true, "changed": true, "short_circuit": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 16:07:12 -0400 (0:00:01.439) 0:01:09.266 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 16:07:12 -0400 (0:00:00.021) 0:01:09.288 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 16:07:12 -0400 (0:00:00.023) 0:01:09.312 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 16:07:12 -0400 (0:00:00.017) 0:01:09.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 : Update firewalld_config fact] ******* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 16:07:12 -0400 (0:00:00.028) 0:01:09.358 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 16:07:12 -0400 (0:00:00.027) 0:01:09.386 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Monday 20 July 2026 16:07:13 -0400 (0:00:00.416) 0:01:09.802 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 16:07:13 -0400 (0:00:00.124) 0:01:09.926 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 16:07:13 -0400 (0:00:00.023) 0:01:09.950 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 16:07:13 -0400 (0:00:00.537) 0:01:10.488 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 16:07:14 -0400 (0:00:00.395) 0:01:10.884 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 16:07:14 -0400 (0:00:00.035) 0:01:10.919 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 16:07:14 -0400 (0:00:00.395) 0:01:11.314 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 16:07:14 -0400 (0:00:00.024) 0:01:11.339 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 16:07:15 -0400 (0:00:00.395) 0:01:11.735 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 16:07:15 -0400 (0:00:00.024) 0:01:11.759 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 16:07:15 -0400 (0:00:00.022) 0:01:11.782 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 16:07:16 -0400 (0:00:01.331) 0:01:13.114 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 16:07:16 -0400 (0:00:00.033) 0:01:13.148 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 16:07:17 -0400 (0:00:01.310) 0:01:14.458 *********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: libselinux-3.11-1.el10.x86_64", "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: python3-policycoreutils-3.11-1.el10.noarch", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 16:07:21 -0400 (0:00:03.530) 0:01:17.988 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 16:07:21 -0400 (0:00:00.018) 0:01:18.007 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 16:07:21 -0400 (0:00:00.022) 0:01:18.030 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 16:07:21 -0400 (0:00:00.057) 0:01:18.088 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 16:07:22 -0400 (0:00:00.943) 0:01:19.031 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.010184", "end": "2026-07-20 16:07:22.707883", "failed_when_result": false, "rc": 0, "start": "2026-07-20 16:07:22.697699" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 16:07:22 -0400 (0:00:00.433) 0:01:19.465 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 16:07:22 -0400 (0:00:00.036) 0:01:19.501 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 16:07:22 -0400 (0:00:00.043) 0:01:19.544 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 16:07:22 -0400 (0:00:00.042) 0:01:19.587 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 16:07:22 -0400 (0:00:00.032) 0:01:19.619 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 16:07:22 -0400 (0:00:00.039) 0:01:19.658 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 16:07:23 -0400 (0:00:00.038) 0:01:19.697 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 16:07:23 -0400 (0:00:00.017) 0:01:19.714 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 16:07:23 -0400 (0:00:00.020) 0:01:19.735 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 16:07:23 -0400 (0:00:00.021) 0:01:19.757 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 16:07:23 -0400 (0:00:00.017) 0:01:19.774 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 16:07:23 -0400 (0:00:00.022) 0:01:19.797 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 16:07:23 -0400 (0:00:00.020) 0:01:19.818 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 16:07:23 -0400 (0:00:00.025) 0:01:19.843 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 16:07:23 -0400 (0:00:00.024) 0:01:19.868 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 16:07:23 -0400 (0:00:00.015) 0:01:19.883 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 16:07:24 -0400 (0:00:01.579) 0:01:21.463 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 16:07:24 -0400 (0:00:00.016) 0:01:21.480 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 16:07:27 -0400 (0:00:02.922) 0:01:24.402 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 16:07:27 -0400 (0:00:00.137) 0:01:24.540 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 16:07:27 -0400 (0:00:00.040) 0:01:24.580 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 16:07:27 -0400 (0:00:00.029) 0:01:24.610 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 16:07:27 -0400 (0:00:00.030) 0:01:24.640 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 16:07:27 -0400 (0:00:00.028) 0:01:24.669 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Monday 20 July 2026 16:07:28 -0400 (0:00:00.440) 0:01:25.109 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Monday 20 July 2026 16:07:28 -0400 (0:00:00.032) 0:01:25.142 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 16:07:28 -0400 (0:00:00.024) 0:01:25.166 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 16:07:28 -0400 (0:00:00.017) 0:01:25.183 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 16:07:28 -0400 (0:00:00.105) 0:01:25.289 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 16:07:28 -0400 (0:00:00.020) 0:01:25.310 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:07:28 -0400 (0:00:00.033) 0:01:25.343 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:07:28 -0400 (0:00:00.025) 0:01:25.369 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:07:28 -0400 (0:00:00.023) 0:01:25.392 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:07:28 -0400 (0:00:00.019) 0:01:25.412 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Monday 20 July 2026 16:07:28 -0400 (0:00:00.149) 0:01:25.561 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 16:07:29 -0400 (0:00:00.144) 0:01:25.706 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 16:07:29 -0400 (0:00:00.034) 0:01:25.740 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:07:29 -0400 (0:00:00.049) 0:01:25.790 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 16:07:29 -0400 (0:00:00.025) 0:01:25.816 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 16:07:29 -0400 (0:00:00.020) 0:01:25.836 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 16:07:29 -0400 (0:00:00.027) 0:01:25.864 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 16:07:29 -0400 (0:00:00.015) 0:01:25.880 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 16:07:29 -0400 (0:00:00.016) 0:01:25.897 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 16:07:29 -0400 (0:00:00.035) 0:01:25.932 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Monday 20 July 2026 16:07:29 -0400 (0:00:00.023) 0:01:25.956 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Monday 20 July 2026 16:07:29 -0400 (0:00:00.018) 0:01:25.974 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:07:29 -0400 (0:00:00.089) 0:01:26.063 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:07:29 -0400 (0:00:00.054) 0:01:26.118 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:07:29 -0400 (0:00:00.065) 0:01:26.183 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:07:29 -0400 (0:00:00.025) 0:01:26.209 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:07:29 -0400 (0:00:00.023) 0:01:26.233 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:07:29 -0400 (0:00:00.037) 0:01:26.270 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:07:29 -0400 (0:00:00.393) 0:01:26.663 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:07:30 -0400 (0:00:00.037) 0:01:26.701 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:07:30 -0400 (0:00:00.037) 0:01:26.738 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:07:30 -0400 (0:00:00.035) 0:01:26.774 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:07:30 -0400 (0:00:00.036) 0:01:26.810 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:07:30 -0400 (0:00:00.032) 0:01:26.843 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:07:30 -0400 (0:00:00.025) 0:01:26.869 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:07:30 -0400 (0:00:00.023) 0:01:26.892 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:07:30 -0400 (0:00:00.025) 0:01:26.917 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:07:30 -0400 (0:00:00.029) 0:01:26.947 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:07:30 -0400 (0:00:00.020) 0:01:26.967 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 16:07:30 -0400 (0:00:00.053) 0:01:27.021 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:07:30 -0400 (0:00:00.036) 0:01:27.057 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:07:30 -0400 (0:00:00.022) 0:01:27.080 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:07:30 -0400 (0:00:00.021) 0:01:27.102 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 16:07:30 -0400 (0:00:00.025) 0:01:27.127 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 16:07:30 -0400 (0:00:00.047) 0:01:27.175 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_volumes | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 16:07:30 -0400 (0:00:00.023) 0:01:27.198 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 16:07:30 -0400 (0:00:00.073) 0:01:27.272 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 16:07:30 -0400 (0:00:00.029) 0:01:27.301 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 16:07:30 -0400 (0:00:00.019) 0:01:27.321 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 16:07:31 -0400 (0:00:00.370) 0:01:27.691 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 16:07:31 -0400 (0:00:00.410) 0:01:28.102 *********** 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-1784578051.4682677-11559-9907675962503/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 16:07:32 -0400 (0:00:00.717) 0:01:28.820 *********** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=false /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true } STDOUT: Pod: 25c39e6d7a030555683859b5ec40f63eb92c8e2f292efb3b7ed453d4fbfef73b Container: e15f065fa54a341496ea4dec46224e91395cdda233e6cacc77d6cccf195262b7 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 16:07:33 -0400 (0:00:01.685) 0:01:30.505 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 16:07:33 -0400 (0:00:00.029) 0:01:30.535 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 16:07:33 -0400 (0:00:00.024) 0:01:30.559 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 16:07:33 -0400 (0:00:00.026) 0:01:30.585 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Monday 20 July 2026 16:07:33 -0400 (0:00:00.025) 0:01:30.610 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Monday 20 July 2026 16:07:33 -0400 (0:00:00.020) 0:01:30.631 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Monday 20 July 2026 16:07:33 -0400 (0:00:00.026) 0:01:30.657 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Monday 20 July 2026 16:07:34 -0400 (0:00:00.027) 0:01:30.684 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Monday 20 July 2026 16:07:34 -0400 (0:00:00.028) 0:01:30.713 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Monday 20 July 2026 16:07:34 -0400 (0:00:00.026) 0:01:30.739 *********** ok: [managed-node2] => { "changed": false } TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:270 Monday 20 July 2026 16:07:34 -0400 (0:00:00.433) 0:01:31.173 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run role - verify continue if pull fails] ******************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:274 Monday 20 July 2026 16:07:34 -0400 (0:00:00.039) 0:01:31.213 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 16:07:34 -0400 (0:00:00.048) 0:01:31.262 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 16:07:34 -0400 (0:00:00.001) 0:01:31.264 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 16:07:34 -0400 (0:00:00.024) 0:01:31.288 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 16:07:34 -0400 (0:00:00.097) 0:01:31.386 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 16:07:34 -0400 (0:00:00.036) 0:01:31.423 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 16:07:35 -0400 (0:00:00.618) 0:01:32.041 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 16:07:35 -0400 (0:00:00.396) 0:01:32.438 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 16:07:35 -0400 (0:00:00.032) 0:01:32.470 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 16:07:35 -0400 (0:00:00.026) 0:01:32.496 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 16:07:35 -0400 (0:00:00.024) 0:01:32.521 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 16:07:35 -0400 (0:00:00.024) 0:01:32.546 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 16:07:35 -0400 (0:00:00.061) 0:01:32.607 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 16:07:35 -0400 (0:00:00.024) 0:01:32.632 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 16:07:35 -0400 (0:00:00.024) 0:01:32.657 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 16:07:36 -0400 (0:00:00.024) 0:01:32.682 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 16:07:37 -0400 (0:00:01.076) 0:01:33.759 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 16:07:37 -0400 (0:00:00.022) 0:01:33.782 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 16:07:37 -0400 (0:00:00.027) 0:01:33.809 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 16:07:37 -0400 (0:00:00.020) 0:01:33.830 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 16:07:37 -0400 (0:00:00.017) 0:01:33.847 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 16:07:37 -0400 (0:00:00.016) 0:01:33.864 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022043", "end": "2026-07-20 16:07:37.510686", "rc": 0, "start": "2026-07-20 16:07:37.488643" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 16:07:37 -0400 (0:00:00.387) 0:01:34.251 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 16:07:37 -0400 (0:00:00.023) 0:01:34.275 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 16:07:37 -0400 (0:00:00.019) 0:01:34.294 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 16:07:37 -0400 (0:00:00.017) 0:01:34.312 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 16:07:37 -0400 (0:00:00.012) 0:01:34.325 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 16:07:37 -0400 (0:00:00.026) 0:01:34.351 *********** 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 : Fail if podman_run_as_ansible_user is set but ansible_user is undefined] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 16:07:37 -0400 (0:00:00.020) 0:01:34.371 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_run_as_ansible_user | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Monday 20 July 2026 16:07:37 -0400 (0:00:00.016) 0:01:34.388 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:07:37 -0400 (0:00:00.042) 0:01:34.430 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:07:38 -0400 (0:00:00.404) 0:01:34.834 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:07:38 -0400 (0:00:00.021) 0:01:34.856 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:07:38 -0400 (0:00:00.029) 0:01:34.886 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:07:38 -0400 (0:00:00.378) 0:01:35.264 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:07:38 -0400 (0:00:00.021) 0:01:35.286 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:07:38 -0400 (0:00:00.018) 0:01:35.305 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:07:38 -0400 (0:00:00.018) 0:01:35.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 : Get subgid file] ********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:07:38 -0400 (0:00:00.018) 0:01:35.342 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:07:38 -0400 (0:00:00.019) 0:01:35.361 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:07:38 -0400 (0:00:00.017) 0:01:35.379 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:07:38 -0400 (0:00:00.018) 0:01:35.397 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Monday 20 July 2026 16:07:38 -0400 (0:00:00.018) 0:01:35.416 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Monday 20 July 2026 16:07:38 -0400 (0:00:00.061) 0:01:35.477 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 16:07:38 -0400 (0:00:00.061) 0:01:35.538 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 16:07:38 -0400 (0:00:00.040) 0:01:35.579 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Monday 20 July 2026 16:07:38 -0400 (0:00:00.045) 0:01:35.624 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 16:07:39 -0400 (0:00:00.075) 0:01:35.699 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 16:07:39 -0400 (0:00:00.031) 0:01:35.730 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Monday 20 July 2026 16:07:39 -0400 (0:00:00.020) 0:01:35.751 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 16:07:39 -0400 (0:00:00.047) 0:01:35.799 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 16:07:39 -0400 (0:00:00.052) 0:01:35.852 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Monday 20 July 2026 16:07:39 -0400 (0:00:00.021) 0:01:35.873 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 16:07:39 -0400 (0:00:00.042) 0:01:35.916 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 16:07:39 -0400 (0:00:00.018) 0:01:35.934 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 16:07:39 -0400 (0:00:00.017) 0:01:35.951 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 16:07:39 -0400 (0:00:00.017) 0:01:35.969 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Monday 20 July 2026 16:07:39 -0400 (0:00:00.017) 0:01:35.987 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 16:07:39 -0400 (0:00:00.087) 0:01:36.075 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 16:07:39 -0400 (0:00:00.052) 0:01:36.128 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 16:07:39 -0400 (0:00:00.551) 0:01:36.679 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 16:07:40 -0400 (0:00:00.379) 0:01:37.058 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 16:07:40 -0400 (0:00:00.026) 0:01:37.085 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 16:07:40 -0400 (0:00:00.021) 0:01:37.106 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 16:07:40 -0400 (0:00:00.020) 0:01:37.127 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 16:07:40 -0400 (0:00:00.020) 0:01:37.148 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 16:07:40 -0400 (0:00:00.049) 0:01:37.197 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 16:07:40 -0400 (0:00:00.036) 0:01:37.233 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 16:07:40 -0400 (0:00:00.029) 0:01:37.262 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 16:07:40 -0400 (0:00:00.029) 0:01:37.292 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 16:07:40 -0400 (0:00:00.034) 0:01:37.327 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 16:07:41 -0400 (0:00:01.288) 0:01:38.615 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 16:07:41 -0400 (0:00:00.032) 0:01:38.648 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 16:07:41 -0400 (0:00:00.031) 0:01:38.679 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 16:07:42 -0400 (0:00:00.031) 0:01:38.710 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 16:07:42 -0400 (0:00:00.066) 0:01:38.777 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 16:07:42 -0400 (0:00:00.077) 0:01:38.855 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ActiveEnterTimestampMonotonic": "294523260", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:07:08 EDT", "AssertTimestampMonotonic": "294518867", "Before": "multi-user.target 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": "951378000", "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": "Mon 2026-07-20 16:07:08 EDT", "ConditionTimestampMonotonic": "294518864", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4780", "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": "Mon 2026-07-20 16:07:08 EDT", "ExecMainHandoffTimestampMonotonic": "294550654", "ExecMainPID": "15075", "ExecMainStartTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ExecMainStartTimestampMonotonic": "294522161", "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": "Mon 2026-07-20 16:07:08 EDT", "InactiveExitTimestampMonotonic": "294523260", "InvocationID": "60e718d2dae54ea5856a742bf3b2dee7", "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": "15075", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2931748864", "MemoryCurrent": "32714752", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34254848", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:07:08 EDT", "StateChangeTimestampMonotonic": "294523260", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 16:07:42 -0400 (0:00:00.558) 0:01:39.414 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ActiveEnterTimestampMonotonic": "294523260", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:07:08 EDT", "AssertTimestampMonotonic": "294518867", "Before": "multi-user.target 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": "951378000", "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": "Mon 2026-07-20 16:07:08 EDT", "ConditionTimestampMonotonic": "294518864", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4780", "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": "Mon 2026-07-20 16:07:08 EDT", "ExecMainHandoffTimestampMonotonic": "294550654", "ExecMainPID": "15075", "ExecMainStartTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ExecMainStartTimestampMonotonic": "294522161", "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": "Mon 2026-07-20 16:07:08 EDT", "InactiveExitTimestampMonotonic": "294523260", "InvocationID": "60e718d2dae54ea5856a742bf3b2dee7", "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": "15075", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2917588992", "MemoryCurrent": "32714752", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34254848", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:07:08 EDT", "StateChangeTimestampMonotonic": "294523260", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 16:07:43 -0400 (0:00:00.543) 0:01:39.957 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.207622", "end": "2026-07-20 16:07:43.819421", "rc": 0, "start": "2026-07-20 16:07:43.611799" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 16:07:43 -0400 (0:00:00.606) 0:01:40.563 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 16:07:44 -0400 (0:00:00.881) 0:01:41.445 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 16:07:44 -0400 (0:00:00.030) 0:01:41.475 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 16:07:44 -0400 (0:00:00.030) 0:01:41.506 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 16:07:44 -0400 (0:00:00.029) 0:01:41.536 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 16:07:44 -0400 (0:00:00.052) 0:01:41.588 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 16:07:44 -0400 (0:00:00.046) 0:01:41.635 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Monday 20 July 2026 16:07:45 -0400 (0:00:00.386) 0:01:42.022 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 16:07:45 -0400 (0:00:00.236) 0:01:42.259 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 16:07:45 -0400 (0:00:00.041) 0:01:42.300 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 16:07:46 -0400 (0:00:00.541) 0:01:42.842 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 16:07:46 -0400 (0:00:00.379) 0:01:43.221 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 16:07:46 -0400 (0:00:00.058) 0:01:43.280 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 16:07:46 -0400 (0:00:00.026) 0:01:43.306 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 16:07:46 -0400 (0:00:00.025) 0:01:43.332 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 16:07:46 -0400 (0:00:00.023) 0:01:43.356 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 16:07:46 -0400 (0:00:00.021) 0:01:43.378 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 16:07:46 -0400 (0:00:00.029) 0:01:43.407 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 16:07:47 -0400 (0:00:01.204) 0:01:44.612 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 16:07:47 -0400 (0:00:00.032) 0:01:44.645 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 16:07:49 -0400 (0:00:01.199) 0:01:45.844 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 16:07:50 -0400 (0:00:01.204) 0:01:47.049 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 16:07:50 -0400 (0:00:00.022) 0:01:47.072 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 16:07:50 -0400 (0:00:00.031) 0:01:47.103 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 16:07:50 -0400 (0:00:00.023) 0:01:47.127 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 16:07:51 -0400 (0:00:00.920) 0:01:48.047 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 16:07:51 -0400 (0:00:00.023) 0:01:48.071 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 16:07:51 -0400 (0:00:00.021) 0:01:48.092 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 16:07:51 -0400 (0:00:00.020) 0:01:48.112 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 16:07:51 -0400 (0:00:00.039) 0:01:48.152 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 16:07:51 -0400 (0:00:00.028) 0:01:48.180 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 16:07:51 -0400 (0:00:00.024) 0:01:48.205 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 16:07:51 -0400 (0:00:00.024) 0:01:48.230 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 16:07:51 -0400 (0:00:00.015) 0:01:48.245 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 16:07:51 -0400 (0:00:00.021) 0:01:48.267 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 16:07:51 -0400 (0:00:00.016) 0:01:48.284 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 16:07:51 -0400 (0:00:00.016) 0:01:48.300 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 16:07:51 -0400 (0:00:00.016) 0:01:48.316 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 16:07:51 -0400 (0:00:00.017) 0:01:48.334 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 16:07:51 -0400 (0:00:00.016) 0:01:48.350 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 16:07:51 -0400 (0:00:00.015) 0:01:48.366 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 16:07:51 -0400 (0:00:00.015) 0:01:48.381 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 16:07:52 -0400 (0:00:00.623) 0:01:49.004 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 16:07:52 -0400 (0:00:00.018) 0:01:49.023 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 16:07:55 -0400 (0:00:02.869) 0:01:51.892 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 16:07:55 -0400 (0:00:00.091) 0:01:51.984 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 16:07:55 -0400 (0:00:00.025) 0:01:52.009 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 16:07:55 -0400 (0:00:00.020) 0:01:52.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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 16:07:55 -0400 (0:00:00.019) 0:01:52.049 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 16:07:55 -0400 (0:00:00.020) 0:01:52.069 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Monday 20 July 2026 16:07:55 -0400 (0:00:00.400) 0:01:52.469 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Monday 20 July 2026 16:07:55 -0400 (0:00:00.037) 0:01:52.507 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 16:07:55 -0400 (0:00:00.029) 0:01:52.536 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 16:07:55 -0400 (0:00:00.029) 0:01:52.565 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 16:07:56 -0400 (0:00:00.133) 0:01:52.698 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 16:07:56 -0400 (0:00:00.034) 0:01:52.733 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:07:56 -0400 (0:00:00.060) 0:01:52.794 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:07:56 -0400 (0:00:00.049) 0:01:52.843 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:07:56 -0400 (0:00:00.038) 0:01:52.881 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:07:56 -0400 (0:00:00.021) 0:01:52.903 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Monday 20 July 2026 16:07:56 -0400 (0:00:00.150) 0:01:53.053 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 16:07:56 -0400 (0:00:00.083) 0:01:53.137 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 16:07:56 -0400 (0:00:00.021) 0:01:53.159 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:07:56 -0400 (0:00:00.075) 0:01:53.234 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 16:07:56 -0400 (0:00:00.025) 0:01:53.259 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 16:07:56 -0400 (0:00:00.016) 0:01:53.276 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 16:07:56 -0400 (0:00:00.027) 0:01:53.304 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 16:07:56 -0400 (0:00:00.028) 0:01:53.333 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 16:07:56 -0400 (0:00:00.028) 0:01:53.361 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 16:07:56 -0400 (0:00:00.052) 0:01:53.414 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Monday 20 July 2026 16:07:56 -0400 (0:00:00.029) 0:01:53.443 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Monday 20 July 2026 16:07:56 -0400 (0:00:00.030) 0:01:53.474 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:07:56 -0400 (0:00:00.153) 0:01:53.628 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:07:57 -0400 (0:00:00.060) 0:01:53.689 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:07:57 -0400 (0:00:00.061) 0:01:53.750 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:07:57 -0400 (0:00:00.045) 0:01:53.796 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:07:57 -0400 (0:00:00.045) 0:01:53.841 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:07:57 -0400 (0:00:00.061) 0:01:53.903 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:07:57 -0400 (0:00:00.402) 0:01:54.305 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:07:57 -0400 (0:00:00.023) 0:01:54.328 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:07:57 -0400 (0:00:00.024) 0:01:54.353 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:07:57 -0400 (0:00:00.030) 0:01:54.383 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:07:57 -0400 (0:00:00.049) 0:01:54.432 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:07:57 -0400 (0:00:00.039) 0:01:54.472 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:07:57 -0400 (0:00:00.037) 0:01:54.509 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:07:57 -0400 (0:00:00.091) 0:01:54.601 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:07:57 -0400 (0:00:00.038) 0:01:54.640 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:07:57 -0400 (0:00:00.034) 0:01:54.674 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:07:58 -0400 (0:00:00.021) 0:01:54.696 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 16:07:58 -0400 (0:00:00.058) 0:01:54.755 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:07:58 -0400 (0:00:00.041) 0:01:54.796 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:07:58 -0400 (0:00:00.022) 0:01:54.818 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:07:58 -0400 (0:00:00.022) 0:01:54.840 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 16:07:58 -0400 (0:00:00.027) 0:01:54.868 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 16:07:58 -0400 (0:00:00.035) 0:01:54.904 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_volumes | d([]) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 16:07:58 -0400 (0:00:00.028) 0:01:54.932 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 16:07:58 -0400 (0:00:00.040) 0:01:54.973 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 16:07:59 -0400 (0:00:00.762) 0:01:55.736 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 16:07:59 -0400 (0:00:00.021) 0:01:55.757 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 16:07:59 -0400 (0:00:00.380) 0:01:56.138 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 16:07:59 -0400 (0:00:00.392) 0:01:56.530 *********** 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-1784578079.8969498-12771-54442068561107/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 16:08:00 -0400 (0:00:00.691) 0:01:57.222 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:296 Monday 20 July 2026 16:08:01 -0400 (0:00:00.781) 0:01:58.003 *********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:303 Monday 20 July 2026 16:08:01 -0400 (0:00:00.045) 0:01:58.049 *********** included: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 => (item=nopull) included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 16:08:01 -0400 (0:00:00.064) 0:01:58.114 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 16:08:01 -0400 (0:00:00.002) 0:01:58.116 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 16:08:01 -0400 (0:00:00.026) 0:01:58.142 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 16:08:01 -0400 (0:00:00.081) 0:01:58.224 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 16:08:01 -0400 (0:00:00.038) 0:01:58.263 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 16:08:02 -0400 (0:00:00.641) 0:01:58.904 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 16:08:02 -0400 (0:00:00.404) 0:01:59.309 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 16:08:02 -0400 (0:00:00.023) 0:01:59.332 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 16:08:02 -0400 (0:00:00.021) 0:01:59.354 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 16:08:02 -0400 (0:00:00.026) 0:01:59.381 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 16:08:02 -0400 (0:00:00.027) 0:01:59.408 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 16:08:02 -0400 (0:00:00.133) 0:01:59.542 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 16:08:02 -0400 (0:00:00.123) 0:01:59.666 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 16:08:03 -0400 (0:00:00.152) 0:01:59.819 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 16:08:03 -0400 (0:00:00.027) 0:01:59.846 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 16:08:04 -0400 (0:00:00.978) 0:02:00.825 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 16:08:04 -0400 (0:00:00.019) 0:02:00.844 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 16:08:04 -0400 (0:00:00.023) 0:02:00.867 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 16:08:04 -0400 (0:00:00.017) 0:02:00.884 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 16:08:04 -0400 (0:00:00.017) 0:02:00.902 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 16:08:04 -0400 (0:00:00.019) 0:02:00.921 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022688", "end": "2026-07-20 16:08:04.585239", "rc": 0, "start": "2026-07-20 16:08:04.562551" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 16:08:04 -0400 (0:00:00.415) 0:02:01.337 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 16:08:04 -0400 (0:00:00.034) 0:02:01.371 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 16:08:04 -0400 (0:00:00.031) 0:02:01.403 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 16:08:04 -0400 (0:00:00.031) 0:02:01.434 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 16:08:04 -0400 (0:00:00.020) 0:02:01.455 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 16:08:04 -0400 (0:00:00.045) 0:02:01.500 *********** 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 : Fail if podman_run_as_ansible_user is set but ansible_user is undefined] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 16:08:04 -0400 (0:00:00.034) 0:02:01.535 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_run_as_ansible_user | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Monday 20 July 2026 16:08:04 -0400 (0:00:00.028) 0:02:01.564 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:08:04 -0400 (0:00:00.066) 0:02:01.630 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:08:05 -0400 (0:00:00.433) 0:02:02.063 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:08:05 -0400 (0:00:00.036) 0:02:02.100 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:08:05 -0400 (0:00:00.052) 0:02:02.152 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:08:05 -0400 (0:00:00.395) 0:02:02.548 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:08:05 -0400 (0:00:00.021) 0:02:02.569 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:08:05 -0400 (0:00:00.024) 0:02:02.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 : Get subuid file] ********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:08:05 -0400 (0:00:00.021) 0:02:02.615 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:08:05 -0400 (0:00:00.028) 0:02:02.643 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:08:05 -0400 (0:00:00.033) 0:02:02.676 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:08:06 -0400 (0:00:00.044) 0:02:02.721 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:08:06 -0400 (0:00:00.058) 0:02:02.779 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Monday 20 July 2026 16:08:06 -0400 (0:00:00.033) 0:02:02.813 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Monday 20 July 2026 16:08:06 -0400 (0:00:00.081) 0:02:02.895 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 16:08:06 -0400 (0:00:00.072) 0:02:02.967 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 16:08:06 -0400 (0:00:00.033) 0:02:03.001 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Monday 20 July 2026 16:08:06 -0400 (0:00:00.032) 0:02:03.034 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 16:08:06 -0400 (0:00:00.118) 0:02:03.153 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 16:08:06 -0400 (0:00:00.030) 0:02:03.183 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Monday 20 July 2026 16:08:06 -0400 (0:00:00.029) 0:02:03.213 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 16:08:06 -0400 (0:00:00.074) 0:02:03.287 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 16:08:06 -0400 (0:00:00.029) 0:02:03.316 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Monday 20 July 2026 16:08:06 -0400 (0:00:00.031) 0:02:03.347 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 16:08:06 -0400 (0:00:00.076) 0:02:03.424 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 16:08:06 -0400 (0:00:00.028) 0:02:03.453 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 16:08:06 -0400 (0:00:00.018) 0:02:03.472 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 16:08:06 -0400 (0:00:00.025) 0:02:03.497 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Monday 20 July 2026 16:08:06 -0400 (0:00:00.019) 0:02:03.517 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 16:08:06 -0400 (0:00:00.102) 0:02:03.619 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 16:08:06 -0400 (0:00:00.032) 0:02:03.652 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 16:08:07 -0400 (0:00:00.524) 0:02:04.176 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 16:08:07 -0400 (0:00:00.371) 0:02:04.547 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 16:08:07 -0400 (0:00:00.022) 0:02:04.569 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 16:08:07 -0400 (0:00:00.022) 0:02:04.591 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 16:08:07 -0400 (0:00:00.023) 0:02:04.615 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 16:08:07 -0400 (0:00:00.022) 0:02:04.637 *********** [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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 16:08:08 -0400 (0:00:00.047) 0:02:04.684 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 16:08:08 -0400 (0:00:00.038) 0:02:04.722 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 16:08:08 -0400 (0:00:00.024) 0:02:04.747 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 16:08:08 -0400 (0:00:00.022) 0:02:04.769 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 16:08:08 -0400 (0:00:00.020) 0:02:04.790 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 16:08:09 -0400 (0:00:01.243) 0:02:06.034 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 16:08:09 -0400 (0:00:00.020) 0:02:06.054 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 16:08:09 -0400 (0:00:00.019) 0:02:06.073 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 16:08:09 -0400 (0:00:00.018) 0:02:06.092 *********** [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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 16:08:09 -0400 (0:00:00.030) 0:02:06.122 *********** [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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 16:08:09 -0400 (0:00:00.029) 0:02:06.152 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ActiveEnterTimestampMonotonic": "294523260", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:07:08 EDT", "AssertTimestampMonotonic": "294518867", "Before": "multi-user.target 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": "1212113000", "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": "Mon 2026-07-20 16:07:08 EDT", "ConditionTimestampMonotonic": "294518864", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4780", "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": "Mon 2026-07-20 16:07:08 EDT", "ExecMainHandoffTimestampMonotonic": "294550654", "ExecMainPID": "15075", "ExecMainStartTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ExecMainStartTimestampMonotonic": "294522161", "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": "Mon 2026-07-20 16:07:08 EDT", "InactiveExitTimestampMonotonic": "294523260", "InvocationID": "60e718d2dae54ea5856a742bf3b2dee7", "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": "15075", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2917072896", "MemoryCurrent": "32768000", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34254848", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:07:08 EDT", "StateChangeTimestampMonotonic": "294523260", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 16:08:10 -0400 (0:00:00.531) 0:02:06.684 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ActiveEnterTimestampMonotonic": "294523260", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:07:08 EDT", "AssertTimestampMonotonic": "294518867", "Before": "multi-user.target 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": "1212113000", "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": "Mon 2026-07-20 16:07:08 EDT", "ConditionTimestampMonotonic": "294518864", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4780", "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": "Mon 2026-07-20 16:07:08 EDT", "ExecMainHandoffTimestampMonotonic": "294550654", "ExecMainPID": "15075", "ExecMainStartTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ExecMainStartTimestampMonotonic": "294522161", "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": "Mon 2026-07-20 16:07:08 EDT", "InactiveExitTimestampMonotonic": "294523260", "InvocationID": "60e718d2dae54ea5856a742bf3b2dee7", "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": "15075", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2916290560", "MemoryCurrent": "32768000", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34254848", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:07:08 EDT", "StateChangeTimestampMonotonic": "294523260", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 16:08:10 -0400 (0:00:00.535) 0:02:07.219 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.194649", "end": "2026-07-20 16:08:11.048307", "rc": 0, "start": "2026-07-20 16:08:10.853658" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 16:08:11 -0400 (0:00:00.579) 0:02:07.799 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 16:08:12 -0400 (0:00:00.896) 0:02:08.696 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 16:08:12 -0400 (0:00:00.034) 0:02:08.731 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 16:08:12 -0400 (0:00:00.039) 0:02:08.770 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 16:08:12 -0400 (0:00:00.079) 0:02:08.849 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 16:08:12 -0400 (0:00:00.037) 0:02:08.886 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 16:08:12 -0400 (0:00:00.037) 0:02:08.924 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Monday 20 July 2026 16:08:12 -0400 (0:00:00.400) 0:02:09.325 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 16:08:12 -0400 (0:00:00.193) 0:02:09.519 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 16:08:12 -0400 (0:00:00.038) 0:02:09.557 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 16:08:13 -0400 (0:00:00.550) 0:02:10.108 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 16:08:13 -0400 (0:00:00.378) 0:02:10.486 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 16:08:13 -0400 (0:00:00.034) 0:02:10.521 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 16:08:13 -0400 (0:00:00.022) 0:02:10.544 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 16:08:13 -0400 (0:00:00.021) 0:02:10.565 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 16:08:13 -0400 (0:00:00.020) 0:02:10.586 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 16:08:13 -0400 (0:00:00.020) 0:02:10.607 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 16:08:13 -0400 (0:00:00.028) 0:02:10.636 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 16:08:15 -0400 (0:00:01.200) 0:02:11.836 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 16:08:15 -0400 (0:00:00.029) 0:02:11.866 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 16:08:16 -0400 (0:00:01.189) 0:02:13.055 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 16:08:17 -0400 (0:00:01.217) 0:02:14.273 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 16:08:17 -0400 (0:00:00.019) 0:02:14.292 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 16:08:17 -0400 (0:00:00.019) 0:02:14.312 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 16:08:17 -0400 (0:00:00.018) 0:02:14.330 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 16:08:18 -0400 (0:00:00.858) 0:02:15.189 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 16:08:18 -0400 (0:00:00.045) 0:02:15.234 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 16:08:18 -0400 (0:00:00.023) 0:02:15.258 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 16:08:18 -0400 (0:00:00.029) 0:02:15.288 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 16:08:18 -0400 (0:00:00.032) 0:02:15.320 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 16:08:18 -0400 (0:00:00.023) 0:02:15.344 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 16:08:18 -0400 (0:00:00.026) 0:02:15.370 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 16:08:18 -0400 (0:00:00.026) 0:02:15.396 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 16:08:18 -0400 (0:00:00.018) 0:02:15.415 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 16:08:18 -0400 (0:00:00.022) 0:02:15.438 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 16:08:18 -0400 (0:00:00.018) 0:02:15.456 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 16:08:18 -0400 (0:00:00.017) 0:02:15.473 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 16:08:18 -0400 (0:00:00.018) 0:02:15.492 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 16:08:18 -0400 (0:00:00.016) 0:02:15.508 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 16:08:18 -0400 (0:00:00.016) 0:02:15.525 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 16:08:18 -0400 (0:00:00.016) 0:02:15.541 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 16:08:18 -0400 (0:00:00.052) 0:02:15.593 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 16:08:19 -0400 (0:00:00.582) 0:02:16.176 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 16:08:19 -0400 (0:00:00.017) 0:02:16.194 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 16:08:22 -0400 (0:00:02.831) 0:02:19.025 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 16:08:22 -0400 (0:00:00.148) 0:02:19.174 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 16:08:22 -0400 (0:00:00.029) 0:02:19.203 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 16:08:22 -0400 (0:00:00.024) 0:02:19.228 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 16:08:22 -0400 (0:00:00.019) 0:02:19.247 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 16:08:22 -0400 (0:00:00.025) 0:02:19.272 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Monday 20 July 2026 16:08:23 -0400 (0:00:00.429) 0:02:19.702 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Monday 20 July 2026 16:08:23 -0400 (0:00:00.036) 0:02:19.739 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 16:08:23 -0400 (0:00:00.029) 0:02:19.768 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 16:08:23 -0400 (0:00:00.030) 0:02:19.799 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 16:08:23 -0400 (0:00:00.126) 0:02:19.926 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 16:08:23 -0400 (0:00:00.035) 0:02:19.961 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:08:23 -0400 (0:00:00.040) 0:02:20.002 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:08:23 -0400 (0:00:00.028) 0:02:20.031 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:08:23 -0400 (0:00:00.031) 0:02:20.063 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.006088", "end": "2026-07-20 16:08:23.799868", "rc": 0, "start": "2026-07-20 16:08:23.793780" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:08:23 -0400 (0:00:00.488) 0:02:20.551 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Monday 20 July 2026 16:08:24 -0400 (0:00:00.137) 0:02:20.689 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 16:08:24 -0400 (0:00:00.124) 0:02:20.813 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 16:08:24 -0400 (0:00:00.023) 0:02:20.836 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:08:24 -0400 (0:00:00.047) 0:02:20.884 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 16:08:24 -0400 (0:00:00.027) 0:02:20.911 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 16:08:24 -0400 (0:00:00.018) 0:02:20.929 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 16:08:24 -0400 (0:00:00.030) 0:02:20.960 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 16:08:24 -0400 (0:00:00.020) 0:02:20.981 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 16:08:24 -0400 (0:00:00.023) 0:02:21.005 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 16:08:24 -0400 (0:00:00.035) 0:02:21.040 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Monday 20 July 2026 16:08:24 -0400 (0:00:00.021) 0:02:21.061 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Monday 20 July 2026 16:08:24 -0400 (0:00:00.019) 0:02:21.081 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:08:24 -0400 (0:00:00.087) 0:02:21.169 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:08:24 -0400 (0:00:00.034) 0:02:21.204 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:08:24 -0400 (0:00:00.036) 0:02:21.240 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:08:24 -0400 (0:00:00.025) 0:02:21.266 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:08:24 -0400 (0:00:00.026) 0:02:21.292 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:08:24 -0400 (0:00:00.039) 0:02:21.332 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:08:25 -0400 (0:00:00.438) 0:02:21.770 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:08:25 -0400 (0:00:00.027) 0:02:21.798 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:08:25 -0400 (0:00:00.022) 0:02:21.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:08:25 -0400 (0:00:00.027) 0:02:21.849 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:08:25 -0400 (0:00:00.024) 0:02:21.873 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:08:25 -0400 (0:00:00.071) 0:02:21.945 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:08:25 -0400 (0:00:00.023) 0:02:21.969 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:08:25 -0400 (0:00:00.022) 0:02:21.991 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:08:25 -0400 (0:00:00.023) 0:02:22.015 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:08:25 -0400 (0:00:00.021) 0:02:22.036 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 16:08:25 -0400 (0:00:00.046) 0:02:22.083 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 16:08:25 -0400 (0:00:00.021) 0:02:22.105 *********** 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": "sysinit.target basic.target systemd-journald.socket \"system-podman\\\\x2dkube.slice\" network-online.target -.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@-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": "2922921984", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 16:08:26 -0400 (0:00:00.579) 0:02:22.684 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578052.7392218, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4811b1d29c774e289cb599267b3a9ecfdefb464d", "ctime": 1784578052.081219, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 327155917, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784578051.7952178, "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": "3858971068", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 16:08:26 -0400 (0:00:00.452) 0:02:23.137 *********** 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: 25c39e6d7a030555683859b5ec40f63eb92c8e2f292efb3b7ed453d4fbfef73b Pods removed: 25c39e6d7a030555683859b5ec40f63eb92c8e2f292efb3b7ed453d4fbfef73b Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 16:08:27 -0400 (0:00:00.569) 0:02:23.706 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.028660", "end": "2026-07-20 16:08:27.402286", "rc": 0, "start": "2026-07-20 16:08:27.373626" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 16:08:27 -0400 (0:00:00.461) 0:02:24.168 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 16:08:27 -0400 (0:00:00.398) 0:02:24.567 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.028543", "end": "2026-07-20 16:08:28.241531", "rc": 0, "start": "2026-07-20 16:08:28.212988" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 16:08:28 -0400 (0:00:00.417) 0:02:24.984 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:08:28 -0400 (0:00:00.035) 0:02:25.020 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:08:28 -0400 (0:00:00.022) 0:02:25.042 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:08:28 -0400 (0:00:00.022) 0:02:25.065 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:08:28 -0400 (0:00:00.023) 0:02:25.088 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Monday 20 July 2026 16:08:28 -0400 (0:00:00.020) 0:02:25.109 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Monday 20 July 2026 16:08:28 -0400 (0:00:00.022) 0:02:25.132 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Monday 20 July 2026 16:08:28 -0400 (0:00:00.023) 0:02:25.155 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Monday 20 July 2026 16:08:28 -0400 (0:00:00.027) 0:02:25.183 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Monday 20 July 2026 16:08:28 -0400 (0:00:00.031) 0:02:25.214 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Monday 20 July 2026 16:08:28 -0400 (0:00:00.030) 0:02:25.244 *********** ok: [managed-node2] => { "changed": false } TASK [Clear facts] ************************************************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 16:08:29 -0400 (0:00:00.447) 0:02:25.691 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 16:08:29 -0400 (0:00:00.001) 0:02:25.693 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 16:08:29 -0400 (0:00:00.029) 0:02:25.723 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 16:08:29 -0400 (0:00:00.062) 0:02:25.786 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 16:08:29 -0400 (0:00:00.025) 0:02:25.812 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 16:08:29 -0400 (0:00:00.585) 0:02:26.397 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 16:08:30 -0400 (0:00:00.360) 0:02:26.758 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 16:08:30 -0400 (0:00:00.017) 0:02:26.776 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 16:08:30 -0400 (0:00:00.017) 0:02:26.793 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 16:08:30 -0400 (0:00:00.016) 0:02:26.810 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 16:08:30 -0400 (0:00:00.016) 0:02:26.826 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 16:08:30 -0400 (0:00:00.038) 0:02:26.865 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 16:08:30 -0400 (0:00:00.016) 0:02:26.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 16:08:30 -0400 (0:00:00.016) 0:02:26.898 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 16:08:30 -0400 (0:00:00.015) 0:02:26.913 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 16:08:31 -0400 (0:00:01.006) 0:02:27.920 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 16:08:31 -0400 (0:00:00.032) 0:02:27.952 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 16:08:31 -0400 (0:00:00.041) 0:02:27.994 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 16:08:31 -0400 (0:00:00.030) 0:02:28.025 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 16:08:31 -0400 (0:00:00.032) 0:02:28.057 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 16:08:31 -0400 (0:00:00.031) 0:02:28.089 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023974", "end": "2026-07-20 16:08:31.794028", "rc": 0, "start": "2026-07-20 16:08:31.770054" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 16:08:31 -0400 (0:00:00.451) 0:02:28.541 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 16:08:31 -0400 (0:00:00.021) 0:02:28.563 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 16:08:31 -0400 (0:00:00.022) 0:02:28.585 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 16:08:31 -0400 (0:00:00.018) 0:02:28.604 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 16:08:31 -0400 (0:00:00.011) 0:02:28.616 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 16:08:31 -0400 (0:00:00.031) 0:02:28.647 *********** 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 : Fail if podman_run_as_ansible_user is set but ansible_user is undefined] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 16:08:31 -0400 (0:00:00.020) 0:02:28.668 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_run_as_ansible_user | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Monday 20 July 2026 16:08:32 -0400 (0:00:00.024) 0:02:28.692 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:08:32 -0400 (0:00:00.097) 0:02:28.789 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:08:32 -0400 (0:00:00.423) 0:02:29.213 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:08:32 -0400 (0:00:00.035) 0:02:29.249 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:08:32 -0400 (0:00:00.048) 0:02:29.297 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:08:33 -0400 (0:00:00.397) 0:02:29.695 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:08:33 -0400 (0:00:00.020) 0:02:29.716 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:08:33 -0400 (0:00:00.021) 0:02:29.738 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:08:33 -0400 (0:00:00.019) 0:02:29.757 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:08:33 -0400 (0:00:00.019) 0:02:29.776 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:08:33 -0400 (0:00:00.019) 0:02:29.796 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:08:33 -0400 (0:00:00.020) 0:02:29.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:08:33 -0400 (0:00:00.026) 0:02:29.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 : Set config file paths] **************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Monday 20 July 2026 16:08:33 -0400 (0:00:00.032) 0:02:29.874 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Monday 20 July 2026 16:08:33 -0400 (0:00:00.045) 0:02:29.919 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 16:08:33 -0400 (0:00:00.083) 0:02:30.003 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 16:08:33 -0400 (0:00:00.020) 0:02:30.023 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Monday 20 July 2026 16:08:33 -0400 (0:00:00.019) 0:02:30.043 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 16:08:33 -0400 (0:00:00.041) 0:02:30.084 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 16:08:33 -0400 (0:00:00.018) 0:02:30.103 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Monday 20 July 2026 16:08:33 -0400 (0:00:00.018) 0:02:30.122 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 16:08:33 -0400 (0:00:00.041) 0:02:30.163 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 16:08:33 -0400 (0:00:00.017) 0:02:30.181 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Monday 20 July 2026 16:08:33 -0400 (0:00:00.017) 0:02:30.199 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 16:08:33 -0400 (0:00:00.043) 0:02:30.243 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 16:08:33 -0400 (0:00:00.017) 0:02:30.261 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 16:08:33 -0400 (0:00:00.018) 0:02:30.280 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 16:08:33 -0400 (0:00:00.018) 0:02:30.298 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Monday 20 July 2026 16:08:33 -0400 (0:00:00.017) 0:02:30.316 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 16:08:33 -0400 (0:00:00.119) 0:02:30.436 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 16:08:33 -0400 (0:00:00.037) 0:02:30.473 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 16:08:34 -0400 (0:00:00.520) 0:02:30.993 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 16:08:34 -0400 (0:00:00.378) 0:02:31.372 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 16:08:34 -0400 (0:00:00.022) 0:02:31.394 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 16:08:34 -0400 (0:00:00.023) 0:02:31.418 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 16:08:34 -0400 (0:00:00.025) 0:02:31.443 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 16:08:34 -0400 (0:00:00.026) 0:02:31.470 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 16:08:34 -0400 (0:00:00.048) 0:02:31.518 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 16:08:34 -0400 (0:00:00.036) 0:02:31.555 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 16:08:34 -0400 (0:00:00.022) 0:02:31.578 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 16:08:34 -0400 (0:00:00.020) 0:02:31.598 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 16:08:34 -0400 (0:00:00.021) 0:02:31.620 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 16:08:36 -0400 (0:00:01.292) 0:02:32.913 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 16:08:36 -0400 (0:00:00.031) 0:02:32.945 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 16:08:36 -0400 (0:00:00.049) 0:02:32.995 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 16:08:36 -0400 (0:00:00.050) 0:02:33.045 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 16:08:36 -0400 (0:00:00.049) 0:02:33.094 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 16:08:36 -0400 (0:00:00.040) 0:02:33.135 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ActiveEnterTimestampMonotonic": "294523260", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:07:08 EDT", "AssertTimestampMonotonic": "294518867", "Before": "multi-user.target 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": "1464526000", "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": "Mon 2026-07-20 16:07:08 EDT", "ConditionTimestampMonotonic": "294518864", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4780", "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": "Mon 2026-07-20 16:07:08 EDT", "ExecMainHandoffTimestampMonotonic": "294550654", "ExecMainPID": "15075", "ExecMainStartTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ExecMainStartTimestampMonotonic": "294522161", "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": "Mon 2026-07-20 16:07:08 EDT", "InactiveExitTimestampMonotonic": "294523260", "InvocationID": "60e718d2dae54ea5856a742bf3b2dee7", "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": "15075", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2911690752", "MemoryCurrent": "32772096", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34254848", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:07:08 EDT", "StateChangeTimestampMonotonic": "294523260", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 16:08:37 -0400 (0:00:00.552) 0:02:33.687 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ActiveEnterTimestampMonotonic": "294523260", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:07:08 EDT", "AssertTimestampMonotonic": "294518867", "Before": "multi-user.target 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": "1464526000", "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": "Mon 2026-07-20 16:07:08 EDT", "ConditionTimestampMonotonic": "294518864", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4780", "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": "Mon 2026-07-20 16:07:08 EDT", "ExecMainHandoffTimestampMonotonic": "294550654", "ExecMainPID": "15075", "ExecMainStartTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ExecMainStartTimestampMonotonic": "294522161", "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": "Mon 2026-07-20 16:07:08 EDT", "InactiveExitTimestampMonotonic": "294523260", "InvocationID": "60e718d2dae54ea5856a742bf3b2dee7", "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": "15075", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2927960064", "MemoryCurrent": "32772096", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34254848", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:07:08 EDT", "StateChangeTimestampMonotonic": "294523260", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 16:08:37 -0400 (0:00:00.599) 0:02:34.286 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.196331", "end": "2026-07-20 16:08:38.126225", "rc": 0, "start": "2026-07-20 16:08:37.929894" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 16:08:38 -0400 (0:00:00.584) 0:02:34.871 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 16:08:39 -0400 (0:00:00.890) 0:02:35.762 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 16:08:39 -0400 (0:00:00.020) 0:02:35.782 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 16:08:39 -0400 (0:00:00.022) 0:02:35.804 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 16:08:39 -0400 (0:00:00.018) 0:02:35.823 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 16:08:39 -0400 (0:00:00.030) 0:02:35.854 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 16:08:39 -0400 (0:00:00.029) 0:02:35.883 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Monday 20 July 2026 16:08:39 -0400 (0:00:00.383) 0:02:36.267 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 16:08:39 -0400 (0:00:00.168) 0:02:36.436 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 16:08:39 -0400 (0:00:00.042) 0:02:36.479 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 16:08:40 -0400 (0:00:00.537) 0:02:37.016 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 16:08:40 -0400 (0:00:00.422) 0:02:37.438 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 16:08:40 -0400 (0:00:00.042) 0:02:37.481 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 16:08:40 -0400 (0:00:00.022) 0:02:37.503 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 16:08:40 -0400 (0:00:00.023) 0:02:37.527 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 16:08:40 -0400 (0:00:00.020) 0:02:37.547 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 16:08:40 -0400 (0:00:00.022) 0:02:37.570 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 16:08:40 -0400 (0:00:00.024) 0:02:37.595 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 16:08:42 -0400 (0:00:01.206) 0:02:38.801 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 16:08:42 -0400 (0:00:00.047) 0:02:38.849 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 16:08:43 -0400 (0:00:01.245) 0:02:40.095 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 16:08:44 -0400 (0:00:01.247) 0:02:41.342 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 16:08:44 -0400 (0:00:00.037) 0:02:41.380 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 16:08:44 -0400 (0:00:00.042) 0:02:41.422 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 16:08:44 -0400 (0:00:00.033) 0:02:41.456 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 16:08:45 -0400 (0:00:00.919) 0:02:42.375 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 16:08:45 -0400 (0:00:00.043) 0:02:42.419 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 16:08:45 -0400 (0:00:00.072) 0:02:42.491 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 16:08:45 -0400 (0:00:00.040) 0:02:42.531 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 16:08:45 -0400 (0:00:00.046) 0:02:42.577 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 16:08:45 -0400 (0:00:00.034) 0:02:42.611 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 16:08:45 -0400 (0:00:00.041) 0:02:42.652 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 16:08:46 -0400 (0:00:00.047) 0:02:42.700 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 16:08:46 -0400 (0:00:00.028) 0:02:42.728 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 16:08:46 -0400 (0:00:00.035) 0:02:42.764 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 16:08:46 -0400 (0:00:00.028) 0:02:42.792 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 16:08:46 -0400 (0:00:00.092) 0:02:42.885 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 16:08:46 -0400 (0:00:00.029) 0:02:42.915 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 16:08:46 -0400 (0:00:00.028) 0:02:42.943 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 16:08:46 -0400 (0:00:00.028) 0:02:42.972 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 16:08:46 -0400 (0:00:00.029) 0:02:43.001 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 16:08:46 -0400 (0:00:00.027) 0:02:43.029 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 16:08:46 -0400 (0:00:00.646) 0:02:43.675 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 16:08:47 -0400 (0:00:00.017) 0:02:43.693 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 16:08:49 -0400 (0:00:02.807) 0:02:46.501 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 16:08:49 -0400 (0:00:00.107) 0:02:46.608 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 16:08:49 -0400 (0:00:00.038) 0:02:46.646 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 16:08:49 -0400 (0:00:00.020) 0:02:46.667 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 16:08:50 -0400 (0:00:00.019) 0:02:46.687 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 16:08:50 -0400 (0:00:00.020) 0:02:46.707 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Monday 20 July 2026 16:08:50 -0400 (0:00:00.431) 0:02:47.139 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Monday 20 July 2026 16:08:50 -0400 (0:00:00.041) 0:02:47.180 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 16:08:50 -0400 (0:00:00.032) 0:02:47.213 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 16:08:50 -0400 (0:00:00.030) 0:02:47.243 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 16:08:50 -0400 (0:00:00.132) 0:02:47.375 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 16:08:50 -0400 (0:00:00.037) 0:02:47.413 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:08:50 -0400 (0:00:00.056) 0:02:47.469 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:08:50 -0400 (0:00:00.033) 0:02:47.503 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:08:50 -0400 (0:00:00.032) 0:02:47.536 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.005708", "end": "2026-07-20 16:08:51.343745", "rc": 0, "start": "2026-07-20 16:08:51.338037" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:08:51 -0400 (0:00:00.640) 0:02:48.176 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Monday 20 July 2026 16:08:51 -0400 (0:00:00.218) 0:02:48.394 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 16:08:51 -0400 (0:00:00.104) 0:02:48.499 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 16:08:51 -0400 (0:00:00.026) 0:02:48.525 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:08:51 -0400 (0:00:00.039) 0:02:48.565 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 16:08:51 -0400 (0:00:00.020) 0:02:48.585 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 16:08:51 -0400 (0:00:00.017) 0:02:48.603 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 16:08:51 -0400 (0:00:00.025) 0:02:48.628 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 16:08:51 -0400 (0:00:00.016) 0:02:48.645 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 16:08:51 -0400 (0:00:00.017) 0:02:48.663 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 16:08:52 -0400 (0:00:00.048) 0:02:48.711 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Monday 20 July 2026 16:08:52 -0400 (0:00:00.026) 0:02:48.738 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Monday 20 July 2026 16:08:52 -0400 (0:00:00.019) 0:02:48.757 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:08:52 -0400 (0:00:00.088) 0:02:48.846 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:08:52 -0400 (0:00:00.034) 0:02:48.880 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:08:52 -0400 (0:00:00.036) 0:02:48.917 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:08:52 -0400 (0:00:00.026) 0:02:48.944 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:08:52 -0400 (0:00:00.026) 0:02:48.970 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:08:52 -0400 (0:00:00.036) 0:02:49.007 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:08:52 -0400 (0:00:00.393) 0:02:49.401 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:08:52 -0400 (0:00:00.026) 0:02:49.428 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:08:52 -0400 (0:00:00.103) 0:02:49.531 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:08:52 -0400 (0:00:00.028) 0:02:49.560 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:08:52 -0400 (0:00:00.023) 0:02:49.583 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:08:52 -0400 (0:00:00.028) 0:02:49.611 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:08:52 -0400 (0:00:00.026) 0:02:49.638 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:08:52 -0400 (0:00:00.027) 0:02:49.665 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:08:53 -0400 (0:00:00.021) 0:02:49.687 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:08:53 -0400 (0:00:00.021) 0:02:49.709 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 16:08:53 -0400 (0:00:00.064) 0:02:49.773 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 16:08:53 -0400 (0:00:00.024) 0:02:49.798 *********** 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": "-.mount sysinit.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket network-online.target 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-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": "2914590720", "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": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 16:08:53 -0400 (0:00:00.571) 0:02:50.370 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578080.9763439, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "761582558b17bc57295ca927c1e894ff8d4f12fc", "ctime": 1784578080.4803038, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 624951504, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784578080.2103405, "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": "1366008314", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 16:08:54 -0400 (0:00:00.390) 0:02:50.760 *********** 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: 5f3bf0b314c8a1cf2ccb05e56d0a6766fdece3b8f40c62a3c86202e94af8b64b Pods removed: 5f3bf0b314c8a1cf2ccb05e56d0a6766fdece3b8f40c62a3c86202e94af8b64b Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 16:08:54 -0400 (0:00:00.513) 0:02:51.273 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.029849", "end": "2026-07-20 16:08:54.948068", "rc": 0, "start": "2026-07-20 16:08:54.918219" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 16:08:55 -0400 (0:00:00.440) 0:02:51.713 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 16:08:55 -0400 (0:00:00.441) 0:02:52.155 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.026490", "end": "2026-07-20 16:08:55.838233", "rc": 0, "start": "2026-07-20 16:08:55.811743" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 16:08:55 -0400 (0:00:00.442) 0:02:52.597 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:08:55 -0400 (0:00:00.058) 0:02:52.656 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:08:56 -0400 (0:00:00.037) 0:02:52.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 for possible linger cancel] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:08:56 -0400 (0:00:00.035) 0:02:52.728 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:08:56 -0400 (0:00:00.037) 0:02:52.766 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Monday 20 July 2026 16:08:56 -0400 (0:00:00.032) 0:02:52.799 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Monday 20 July 2026 16:08:56 -0400 (0:00:00.029) 0:02:52.828 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Monday 20 July 2026 16:08:56 -0400 (0:00:00.037) 0:02:52.866 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Monday 20 July 2026 16:08:56 -0400 (0:00:00.038) 0:02:52.904 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Monday 20 July 2026 16:08:56 -0400 (0:00:00.092) 0:02:52.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Monday 20 July 2026 16:08:56 -0400 (0:00:00.021) 0:02:53.018 *********** ok: [managed-node2] => { "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:324 Monday 20 July 2026 16:08:56 -0400 (0:00:00.407) 0:02:53.425 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 16:08:56 -0400 (0:00:00.055) 0:02:53.481 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 16:08:56 -0400 (0:00:00.001) 0:02:53.482 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 16:08:56 -0400 (0:00:00.021) 0:02:53.504 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 16:08:56 -0400 (0:00:00.057) 0:02:53.561 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 16:08:56 -0400 (0:00:00.023) 0:02:53.585 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 16:08:57 -0400 (0:00:00.601) 0:02:54.186 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 16:08:57 -0400 (0:00:00.390) 0:02:54.576 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 16:08:57 -0400 (0:00:00.017) 0:02:54.593 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 16:08:57 -0400 (0:00:00.016) 0:02:54.610 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 16:08:57 -0400 (0:00:00.016) 0:02:54.627 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 16:08:57 -0400 (0:00:00.017) 0:02:54.644 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 16:08:58 -0400 (0:00:00.038) 0:02:54.683 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 16:08:58 -0400 (0:00:00.016) 0:02:54.700 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 16:08:58 -0400 (0:00:00.016) 0:02:54.716 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 16:08:58 -0400 (0:00:00.017) 0:02:54.733 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 16:08:59 -0400 (0:00:00.967) 0:02:55.700 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 16:08:59 -0400 (0:00:00.021) 0:02:55.722 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 16:08:59 -0400 (0:00:00.031) 0:02:55.754 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 16:08:59 -0400 (0:00:00.018) 0:02:55.772 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 16:08:59 -0400 (0:00:00.021) 0:02:55.794 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 16:08:59 -0400 (0:00:00.022) 0:02:55.817 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.021997", "end": "2026-07-20 16:08:59.468795", "rc": 0, "start": "2026-07-20 16:08:59.446798" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 16:08:59 -0400 (0:00:00.397) 0:02:56.215 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 16:08:59 -0400 (0:00:00.022) 0:02:56.237 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 16:08:59 -0400 (0:00:00.023) 0:02:56.261 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 16:08:59 -0400 (0:00:00.020) 0:02:56.281 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 16:08:59 -0400 (0:00:00.012) 0:02:56.293 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 16:08:59 -0400 (0:00:00.029) 0:02:56.323 *********** 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 : Fail if podman_run_as_ansible_user is set but ansible_user is undefined] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 16:08:59 -0400 (0:00:00.019) 0:02:56.343 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_run_as_ansible_user | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Monday 20 July 2026 16:08:59 -0400 (0:00:00.018) 0:02:56.362 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:08:59 -0400 (0:00:00.049) 0:02:56.411 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:09:00 -0400 (0:00:00.397) 0:02:56.808 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:09:00 -0400 (0:00:00.026) 0:02:56.835 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:09:00 -0400 (0:00:00.036) 0:02:56.871 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:09:00 -0400 (0:00:00.394) 0:02:57.266 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:09:00 -0400 (0:00:00.037) 0:02:57.303 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:09:00 -0400 (0:00:00.032) 0:02:57.336 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:09:00 -0400 (0:00:00.081) 0:02:57.418 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:09:00 -0400 (0:00:00.021) 0:02:57.440 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:09:00 -0400 (0:00:00.020) 0:02:57.460 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:09:00 -0400 (0:00:00.019) 0:02:57.480 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:09:00 -0400 (0:00:00.020) 0:02:57.501 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Monday 20 July 2026 16:09:00 -0400 (0:00:00.019) 0:02:57.521 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Monday 20 July 2026 16:09:00 -0400 (0:00:00.045) 0:02:57.567 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 16:09:00 -0400 (0:00:00.039) 0:02:57.607 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 16:09:00 -0400 (0:00:00.018) 0:02:57.626 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Monday 20 July 2026 16:09:00 -0400 (0:00:00.018) 0:02:57.644 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 16:09:01 -0400 (0:00:00.048) 0:02:57.693 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 16:09:01 -0400 (0:00:00.029) 0:02:57.722 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Monday 20 July 2026 16:09:01 -0400 (0:00:00.028) 0:02:57.751 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 16:09:01 -0400 (0:00:00.068) 0:02:57.820 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 16:09:01 -0400 (0:00:00.031) 0:02:57.852 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Monday 20 July 2026 16:09:01 -0400 (0:00:00.029) 0:02:57.882 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 16:09:01 -0400 (0:00:00.068) 0:02:57.950 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 16:09:01 -0400 (0:00:00.023) 0:02:57.974 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 16:09:01 -0400 (0:00:00.020) 0:02:57.994 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 16:09:01 -0400 (0:00:00.022) 0:02:58.017 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Monday 20 July 2026 16:09:01 -0400 (0:00:00.024) 0:02:58.041 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 16:09:01 -0400 (0:00:00.120) 0:02:58.161 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 16:09:01 -0400 (0:00:00.039) 0:02:58.200 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 16:09:02 -0400 (0:00:00.511) 0:02:58.711 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 16:09:02 -0400 (0:00:00.396) 0:02:59.108 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 16:09:02 -0400 (0:00:00.022) 0:02:59.130 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 16:09:02 -0400 (0:00:00.034) 0:02:59.164 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 16:09:02 -0400 (0:00:00.027) 0:02:59.192 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 16:09:02 -0400 (0:00:00.021) 0:02:59.213 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 16:09:02 -0400 (0:00:00.043) 0:02:59.257 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 16:09:02 -0400 (0:00:00.036) 0:02:59.293 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 16:09:02 -0400 (0:00:00.022) 0:02:59.316 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 16:09:02 -0400 (0:00:00.021) 0:02:59.337 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 16:09:02 -0400 (0:00:00.067) 0:02:59.405 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 16:09:03 -0400 (0:00:01.239) 0:03:00.644 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 16:09:03 -0400 (0:00:00.032) 0:03:00.677 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 16:09:04 -0400 (0:00:00.021) 0:03:00.699 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 16:09:04 -0400 (0:00:00.024) 0:03:00.723 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 16:09:04 -0400 (0:00:00.035) 0:03:00.759 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 16:09:04 -0400 (0:00:00.036) 0:03:00.796 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ActiveEnterTimestampMonotonic": "294523260", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:07:08 EDT", "AssertTimestampMonotonic": "294518867", "Before": "multi-user.target 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": "1716276000", "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": "Mon 2026-07-20 16:07:08 EDT", "ConditionTimestampMonotonic": "294518864", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4780", "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": "Mon 2026-07-20 16:07:08 EDT", "ExecMainHandoffTimestampMonotonic": "294550654", "ExecMainPID": "15075", "ExecMainStartTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ExecMainStartTimestampMonotonic": "294522161", "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": "Mon 2026-07-20 16:07:08 EDT", "InactiveExitTimestampMonotonic": "294523260", "InvocationID": "60e718d2dae54ea5856a742bf3b2dee7", "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": "15075", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2908246016", "MemoryCurrent": "32772096", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34254848", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:07:08 EDT", "StateChangeTimestampMonotonic": "294523260", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 16:09:04 -0400 (0:00:00.534) 0:03:01.330 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ActiveEnterTimestampMonotonic": "294523260", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:07:08 EDT", "AssertTimestampMonotonic": "294518867", "Before": "multi-user.target 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": "1716276000", "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": "Mon 2026-07-20 16:07:08 EDT", "ConditionTimestampMonotonic": "294518864", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4780", "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": "Mon 2026-07-20 16:07:08 EDT", "ExecMainHandoffTimestampMonotonic": "294550654", "ExecMainPID": "15075", "ExecMainStartTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ExecMainStartTimestampMonotonic": "294522161", "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": "Mon 2026-07-20 16:07:08 EDT", "InactiveExitTimestampMonotonic": "294523260", "InvocationID": "60e718d2dae54ea5856a742bf3b2dee7", "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": "15075", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2909028352", "MemoryCurrent": "32772096", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34254848", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:07:08 EDT", "StateChangeTimestampMonotonic": "294523260", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 16:09:05 -0400 (0:00:00.585) 0:03:01.916 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.196186", "end": "2026-07-20 16:09:05.777253", "rc": 0, "start": "2026-07-20 16:09:05.581067" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 16:09:05 -0400 (0:00:00.606) 0:03:02.522 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 16:09:06 -0400 (0:00:00.878) 0:03:03.400 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 16:09:06 -0400 (0:00:00.034) 0:03:03.435 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 16:09:06 -0400 (0:00:00.023) 0:03:03.458 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 16:09:06 -0400 (0:00:00.020) 0:03:03.479 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 16:09:06 -0400 (0:00:00.035) 0:03:03.515 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 16:09:06 -0400 (0:00:00.038) 0:03:03.554 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Monday 20 July 2026 16:09:07 -0400 (0:00:00.394) 0:03:03.948 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 16:09:07 -0400 (0:00:00.148) 0:03:04.097 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 16:09:07 -0400 (0:00:00.033) 0:03:04.131 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 16:09:07 -0400 (0:00:00.506) 0:03:04.637 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 16:09:08 -0400 (0:00:00.377) 0:03:05.014 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 16:09:08 -0400 (0:00:00.059) 0:03:05.074 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 16:09:08 -0400 (0:00:00.038) 0:03:05.112 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 16:09:08 -0400 (0:00:00.035) 0:03:05.147 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 16:09:08 -0400 (0:00:00.033) 0:03:05.181 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 16:09:08 -0400 (0:00:00.035) 0:03:05.216 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 16:09:08 -0400 (0:00:00.040) 0:03:05.256 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 16:09:09 -0400 (0:00:01.260) 0:03:06.517 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 16:09:09 -0400 (0:00:00.048) 0:03:06.566 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 16:09:11 -0400 (0:00:01.254) 0:03:07.820 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 16:09:12 -0400 (0:00:01.241) 0:03:09.061 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 16:09:12 -0400 (0:00:00.034) 0:03:09.096 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 16:09:12 -0400 (0:00:00.033) 0:03:09.129 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 16:09:12 -0400 (0:00:00.033) 0:03:09.162 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 16:09:13 -0400 (0:00:00.913) 0:03:10.075 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 16:09:13 -0400 (0:00:00.023) 0:03:10.098 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 16:09:13 -0400 (0:00:00.021) 0:03:10.120 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 16:09:13 -0400 (0:00:00.022) 0:03:10.143 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 16:09:13 -0400 (0:00:00.032) 0:03:10.176 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 16:09:13 -0400 (0:00:00.023) 0:03:10.199 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 16:09:13 -0400 (0:00:00.041) 0:03:10.240 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 16:09:13 -0400 (0:00:00.035) 0:03:10.275 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 16:09:13 -0400 (0:00:00.019) 0:03:10.294 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 16:09:13 -0400 (0:00:00.026) 0:03:10.320 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 16:09:13 -0400 (0:00:00.020) 0:03:10.341 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 16:09:13 -0400 (0:00:00.071) 0:03:10.413 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 16:09:13 -0400 (0:00:00.019) 0:03:10.433 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 16:09:13 -0400 (0:00:00.018) 0:03:10.451 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 16:09:13 -0400 (0:00:00.017) 0:03:10.469 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 16:09:13 -0400 (0:00:00.017) 0:03:10.487 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 16:09:13 -0400 (0:00:00.016) 0:03:10.504 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 16:09:14 -0400 (0:00:00.606) 0:03:11.111 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 16:09:14 -0400 (0:00:00.018) 0:03:11.129 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 16:09:17 -0400 (0:00:02.782) 0:03:13.911 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 16:09:17 -0400 (0:00:00.080) 0:03:13.992 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 16:09:17 -0400 (0:00:00.026) 0:03:14.019 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 16:09:17 -0400 (0:00:00.024) 0:03:14.044 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 16:09:17 -0400 (0:00:00.024) 0:03:14.068 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 16:09:17 -0400 (0:00:00.033) 0:03:14.101 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Monday 20 July 2026 16:09:17 -0400 (0:00:00.393) 0:03:14.495 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Monday 20 July 2026 16:09:17 -0400 (0:00:00.025) 0:03:14.521 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 16:09:17 -0400 (0:00:00.019) 0:03:14.540 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 16:09:17 -0400 (0:00:00.017) 0:03:14.557 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 16:09:17 -0400 (0:00:00.067) 0:03:14.625 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 16:09:17 -0400 (0:00:00.021) 0:03:14.646 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:09:18 -0400 (0:00:00.065) 0:03:14.712 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:09:18 -0400 (0:00:00.402) 0:03:15.114 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:09:18 -0400 (0:00:00.028) 0:03:15.142 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml" ], "delta": "0:00:00.005526", "end": "2026-07-20 16:09:18.902011", "rc": 0, "start": "2026-07-20 16:09:18.896485" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:09:19 -0400 (0:00:00.566) 0:03:15.709 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:09:19 -0400 (0:00:00.177) 0:03:15.886 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:09:19 -0400 (0:00:00.386) 0:03:16.273 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:09:19 -0400 (0:00:00.034) 0:03:16.307 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005732", "end": "2026-07-20 16:09:20.033155", "rc": 0, "start": "2026-07-20 16:09:20.027423" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:09:20 -0400 (0:00:00.471) 0:03:16.779 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:09:20 -0400 (0:00:00.201) 0:03:16.981 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:09:20 -0400 (0:00:00.034) 0:03:17.016 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:09:20 -0400 (0:00:00.037) 0:03:17.053 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005724", "end": "2026-07-20 16:09:20.775995", "rc": 0, "start": "2026-07-20 16:09:20.770271" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:09:20 -0400 (0:00:00.465) 0:03:17.519 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Monday 20 July 2026 16:09:20 -0400 (0:00:00.146) 0:03:17.665 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 16:09:21 -0400 (0:00:00.086) 0:03:17.751 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 16:09:21 -0400 (0:00:00.021) 0:03:17.773 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:09:21 -0400 (0:00:00.069) 0:03:17.842 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:09:21 -0400 (0:00:00.037) 0:03:17.880 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:09:21 -0400 (0:00:00.057) 0:03:17.938 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 16:09:21 -0400 (0:00:00.078) 0:03:18.016 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 16:09:21 -0400 (0:00:00.030) 0:03:18.046 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 16:09:21 -0400 (0:00:00.042) 0:03:18.089 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 16:09:21 -0400 (0:00:00.030) 0:03:18.120 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 16:09:21 -0400 (0:00:00.030) 0:03:18.150 *********** 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_3pcqzayj_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 16:09:21 -0400 (0:00:00.100) 0:03:18.251 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Monday 20 July 2026 16:09:21 -0400 (0:00:00.035) 0:03:18.286 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Monday 20 July 2026 16:09:21 -0400 (0:00:00.116) 0:03:18.403 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:09:21 -0400 (0:00:00.172) 0:03:18.575 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:09:21 -0400 (0:00:00.045) 0:03:18.620 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:09:21 -0400 (0:00:00.045) 0:03:18.666 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:09:22 -0400 (0:00:00.394) 0:03:19.060 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:09:22 -0400 (0:00:00.036) 0:03:19.097 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:09:22 -0400 (0:00:00.045) 0:03:19.142 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:09:22 -0400 (0:00:00.397) 0:03:19.539 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.003988", "end": "2026-07-20 16:09:23.188175", "rc": 0, "start": "2026-07-20 16:09:23.184187" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:09:23 -0400 (0:00:00.391) 0:03:19.931 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004083", "end": "2026-07-20 16:09:23.592229", "rc": 0, "start": "2026-07-20 16:09:23.588146" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:09:23 -0400 (0:00:00.420) 0:03:20.352 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:09:23 -0400 (0:00:00.065) 0:03:20.417 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:09:23 -0400 (0:00:00.039) 0:03:20.457 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:09:23 -0400 (0:00:00.038) 0:03:20.495 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:09:23 -0400 (0:00:00.037) 0:03:20.533 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:09:23 -0400 (0:00:00.036) 0:03:20.569 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:09:23 -0400 (0:00:00.035) 0:03:20.605 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:09:23 -0400 (0:00:00.034) 0:03:20.640 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:09:23 -0400 (0:00:00.021) 0:03:20.661 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 16:09:24 -0400 (0:00:00.051) 0:03:20.713 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:09:24 -0400 (0:00:00.038) 0:03:20.752 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": "0:00:00.018593", "end": "2026-07-20 16:09:24.405313", "rc": 0, "start": "2026-07-20 16:09:24.386720" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:09:24 -0400 (0:00:00.520) 0:03:21.272 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:09:24 -0400 (0:00:00.035) 0:03:21.308 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 16:09:24 -0400 (0:00:00.028) 0:03:21.337 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_3pcqzayj_podman/httpd1", "/tmp/lsr_3pcqzayj_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 16:09:24 -0400 (0:00:00.053) 0:03:21.391 *********** changed: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd1) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_3pcqzayj_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_3pcqzayj_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_3pcqzayj_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_3pcqzayj_podman/httpd1-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 16:09:25 -0400 (0:00:00.774) 0:03:22.165 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 16:09:25 -0400 (0:00:00.038) 0:03:22.204 *********** [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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 16:09:27 -0400 (0:00:01.563) 0:03:23.768 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 16:09:27 -0400 (0:00:00.020) 0:03:23.788 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 16:09:27 -0400 (0:00:00.421) 0:03:24.210 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 16:09:27 -0400 (0:00:00.406) 0:03:24.617 *********** changed: [managed-node2] => { "changed": true, "checksum": "7bd62a3ae8704ae1bf0600e0af56f79dd7e5dc82", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "md5sum": "0d3ba4b4091a2faa064fb0007daa842e", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 1070, "src": "/root/.ansible/tmp/ansible-tmp-1784578167.9878445-16393-256995962789957/.source.yml", "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 16:09:28 -0400 (0:00:00.719) 0:03:25.336 *********** 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: 0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a Container: 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 STDERR: time="2026-07-20T16:09:29-04:00" level=info msg="/bin/podman filtering at log level debug" time="2026-07-20T16:09:29-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-20T16:09:29-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-20T16:09:29-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-20T16:09:29-04:00" level=info msg="Using sqlite as database backend" time="2026-07-20T16:09:29-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2026-07-20T16:09:29-04:00" level=debug msg="Using graph driver overlay" time="2026-07-20T16:09:29-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2026-07-20T16:09:29-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2026-07-20T16:09:29-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2026-07-20T16:09:29-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2026-07-20T16:09:29-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2026-07-20T16:09:29-04:00" level=debug msg="Using transient store: false" time="2026-07-20T16:09:29-04:00" level=debug msg="Initializing event backend file" time="2026-07-20T16:09:29-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T16:09:29-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T16:09:29-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2026-07-20T16:09:29-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2026-07-20T16:09:29-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2026-07-20T16:09:29-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-20T16:09:29-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-20T16:09:29-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-20T16:09:29-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-20T16:09:29-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-20T16:09:29-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-20T16:09:29-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-20T16:09:29-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-20T16:09:29-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-20T16:09:29-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Successfully loaded 1 networks" time="2026-07-20T16:09:29-04:00" level=debug msg="Validating options for local driver" time="2026-07-20T16:09:29-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-20T16:09:29-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice for parent user.slice and name libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a" time="2026-07-20T16:09:29-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice" time="2026-07-20T16:09:29-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice" time="2026-07-20T16:09:29-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2026-07-20T16:09:29-04:00" level=debug msg="using systemd mode: false" time="2026-07-20T16:09:29-04:00" level=debug msg="setting container name 0e07a3403c1a-infra" time="2026-07-20T16:09:29-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 24a81e8b81f1143f23216b31e301dfe3c17aa90e5ba44388237ee7d5f3ee7ae3 bridge podman1 2026-07-20 20:09:29.173781692 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-20T16:09:29-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-20T16:09:29-04:00" level=debug msg="Allocated lock 2 for container 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb" time="2026-07-20T16:09:29-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported" time="2026-07-20T16:09:29-04:00" level=debug msg="Check for idmapped mounts support " time="2026-07-20T16:09:29-04:00" level=debug msg="Created container \"1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Container \"1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb/userdata\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Container \"1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb\" has run directory \"/run/user/3001/containers/overlay-containers/1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb/userdata\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T16:09:29-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T16:09:29-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T16:09:29-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-20T16:09:29-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-20T16:09:29-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-20T16:09:29-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2026-07-20T16:09:29-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T16:09:29-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T16:09:29-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T16:09:29-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-20T16:09:29-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-20T16:09:29-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-20T16:09:29-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T16:09:29-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:29-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T16:09:29-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T16:09:29-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T16:09:29-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-20T16:09:29-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-20T16:09:29-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-20T16:09:29-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T16:09:29-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:29-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T16:09:29-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T16:09:29-04:00" level=debug msg="using systemd mode: false" time="2026-07-20T16:09:29-04:00" level=debug msg="adding container to pod httpd1" time="2026-07-20T16:09:29-04:00" level=debug msg="setting container name httpd1-httpd1" time="2026-07-20T16:09:29-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-20T16:09:29-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-20T16:09:29-04:00" level=debug msg="Adding mount /proc" time="2026-07-20T16:09:29-04:00" level=debug msg="Adding mount /dev" time="2026-07-20T16:09:29-04:00" level=debug msg="Adding mount /dev/pts" time="2026-07-20T16:09:29-04:00" level=debug msg="Adding mount /dev/mqueue" time="2026-07-20T16:09:29-04:00" level=debug msg="Adding mount /sys" time="2026-07-20T16:09:29-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2026-07-20T16:09:29-04:00" level=debug msg="Allocated lock 3 for container 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6" time="2026-07-20T16:09:29-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Created container \"295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Container \"295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6/userdata\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Container \"295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6\" has run directory \"/run/user/3001/containers/overlay-containers/295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6/userdata\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Strongconnecting node 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb" time="2026-07-20T16:09:29-04:00" level=debug msg="Pushed 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb onto stack" time="2026-07-20T16:09:29-04:00" level=debug msg="Finishing node 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb. Popped 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb off stack" time="2026-07-20T16:09:29-04:00" level=debug msg="Strongconnecting node 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6" time="2026-07-20T16:09:29-04:00" level=debug msg="Pushed 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 onto stack" time="2026-07-20T16:09:29-04:00" level=debug msg="Finishing node 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6. Popped 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 off stack" time="2026-07-20T16:09:29-04:00" level=debug msg="Made network namespace at /run/user/3001/netns/netns-17a47efc-92c8-51fe-d16d-f88b583deb19 for container 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb" time="2026-07-20T16:09:29-04:00" level=debug msg="Created root filesystem for container 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb/rootfs/merge" time="2026-07-20T16:09:29-04:00" level=debug msg="Creating rootless network namespace at \"/run/user/3001/containers/networks/rootless-netns/rootless-netns\"" time="2026-07-20T16:09:29-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-20T16:09:29-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_24a81e8b_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: "c6:e8:1c:69:c2:29", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2026-07-20T16:09:29-04:00" level=debug msg="rootlessport: time=\"2026-07-20T16:09:29-04:00\" level=info msg=\"Starting parent driver\"\n" time="2026-07-20T16:09:29-04:00" level=debug msg="rootlessport: time=\"2026-07-20T16:09:29-04:00\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/3001/libpod/tmp/rootlessport92959200/.bp-ready.pipe builtin.socketpath:/run/user/3001/libpod/tmp/rootlessport92959200/.bp.sock]\"\n" time="2026-07-20T16:09:29-04:00" level=debug msg="rootlessport: time=\"2026-07-20T16:09:29-04:00\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n" time="2026-07-20T16:09:29-04:00" level=debug msg="rootlessport: time=\"2026-07-20T16:09:29-04:00\" level=info msg=\"Waiting for initComplete\"\n" time="2026-07-20T16:09:29-04:00" level=debug msg="rootlessport is ready" time="2026-07-20T16:09:29-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-20T16:09:29-04:00" level=debug msg="Setting Cgroups for container 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb to user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice:libpod:1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb" time="2026-07-20T16:09:29-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-20T16:09:29-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb/rootfs/merge\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Created OCI spec for container 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb/userdata/config.json" time="2026-07-20T16:09:29-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice for parent user.slice and name libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a" time="2026-07-20T16:09:29-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice" time="2026-07-20T16:09:29-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice" time="2026-07-20T16:09:29-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-20T16:09:29-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb -u 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb/userdata -p /run/user/3001/containers/overlay-containers/1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb/userdata/pidfile -n 0e07a3403c1a-infra --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb/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 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb]" time="2026-07-20T16:09:29-04:00" level=info msg="Running conmon under slice user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice and unitName libpod-conmon-1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2026-07-20T16:09:29-04:00" level=debug msg="Received: 40906" time="2026-07-20T16:09:29-04:00" level=info msg="Got Conmon PID as 40904" time="2026-07-20T16:09:29-04:00" level=debug msg="Created container 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb in OCI runtime" time="2026-07-20T16:09:29-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2026-07-20T16:09:29-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2026-07-20T16:09:29-04:00" level=debug msg="Starting container 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb with command [/catatonit -P]" time="2026-07-20T16:09:29-04:00" level=debug msg="Started container 1dd66a1f62cca387868fb3068bb0385fd9d254c24d5b23bcd02eea800e98eebb" time="2026-07-20T16:09:29-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/d01012748d2327557b91724d5c40561578f9165628dd2188ad1f3e848a4e8e8e/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/d01012748d2327557b91724d5c40561578f9165628dd2188ad1f3e848a4e8e8e/work,nodev,userxattr,context=\"system_u:object_r:container_file_t:s0:c556,c708\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Mounted container \"295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/d01012748d2327557b91724d5c40561578f9165628dd2188ad1f3e848a4e8e8e/merged\"" time="2026-07-20T16:09:29-04:00" level=debug msg="Going to mount named volume testfile1" time="2026-07-20T16:09:29-04:00" level=debug msg="Copying up contents from container 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 to volume testfile1" time="2026-07-20T16:09:29-04:00" level=debug msg="Created root filesystem for container 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 at /home/podman_basic_user/.local/share/containers/storage/overlay/d01012748d2327557b91724d5c40561578f9165628dd2188ad1f3e848a4e8e8e/merged" time="2026-07-20T16:09:29-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-20T16:09:29-04:00" level=debug msg="Setting Cgroups for container 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 to user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice:libpod:295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6" time="2026-07-20T16:09:29-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-20T16:09:29-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2026-07-20T16:09:29-04:00" level=debug msg="Created OCI spec for container 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6/userdata/config.json" time="2026-07-20T16:09:29-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice for parent user.slice and name libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a" time="2026-07-20T16:09:29-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice" time="2026-07-20T16:09:29-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice" time="2026-07-20T16:09:29-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-20T16:09:29-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 -u 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6/userdata -p /run/user/3001/containers/overlay-containers/295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/user/3001/containers/overlay-containers/295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6/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 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6]" time="2026-07-20T16:09:29-04:00" level=info msg="Running conmon under slice user-libpod_pod_0e07a3403c1a57b9b39faeeadaef99401f70ddc3ab03bdc683d92a4d93d7991a.slice and unitName libpod-conmon-295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2026-07-20T16:09:29-04:00" level=debug msg="Received: 40911" time="2026-07-20T16:09:29-04:00" level=info msg="Got Conmon PID as 40909" time="2026-07-20T16:09:29-04:00" level=debug msg="Created container 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 in OCI runtime" time="2026-07-20T16:09:29-04:00" level=debug msg="Starting container 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6 with command [/bin/busybox-extras httpd -f -p 80]" time="2026-07-20T16:09:29-04:00" level=debug msg="Started container 295a9811433463d750b6eec1b629a05f3364e9409627bcbf41d83586dcb4ddb6" time="2026-07-20T16:09:29-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-20T16:09:29-04:00" level=debug msg="Shutting down engines" time="2026-07-20T16:09:29-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=40840 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 16:09:29 -0400 (0:00:01.055) 0:03:26.391 *********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 16:09:30 -0400 (0:00:00.700) 0:03:27.092 *********** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-home-podman_basic_user-.config-containers-ansible\\x2dkubernetes.d-httpd1.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "run-user-3001.mount -.mount basic.target network-online.target \"app-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@-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": "3524239360", "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": "basic.target \"app-podman\\\\x2dkube.slice\"", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 16:09:31 -0400 (0:00:00.749) 0:03:27.842 *********** 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": "basic.target -.mount run-user-3001.mount \"app-podman\\\\x2dkube.slice\" network-online.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "default.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@-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": "3523579904", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 16:09:42 -0400 (0:00:11.379) 0:03:39.221 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:09:42 -0400 (0:00:00.030) 0:03:39.252 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:09:42 -0400 (0:00:00.040) 0:03:39.292 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:09:42 -0400 (0:00:00.044) 0:03:39.336 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:09:43 -0400 (0:00:00.423) 0:03:39.759 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:09:43 -0400 (0:00:00.051) 0:03:39.810 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:09:43 -0400 (0:00:00.043) 0:03:39.854 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:09:43 -0400 (0:00:00.404) 0:03:40.259 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:09:43 -0400 (0:00:00.037) 0:03:40.297 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:09:43 -0400 (0:00:00.122) 0:03:40.419 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:09:43 -0400 (0:00:00.038) 0:03:40.457 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:09:43 -0400 (0:00:00.041) 0:03:40.499 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:09:43 -0400 (0:00:00.038) 0:03:40.537 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:09:43 -0400 (0:00:00.037) 0:03:40.575 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:09:43 -0400 (0:00:00.037) 0:03:40.612 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:09:43 -0400 (0:00:00.035) 0:03:40.647 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:09:44 -0400 (0:00:00.035) 0:03:40.683 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:09:44 -0400 (0:00:00.032) 0:03:40.715 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 16:09:44 -0400 (0:00:00.081) 0:03:40.796 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:09:44 -0400 (0:00:00.062) 0:03:40.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 as not yet needing to cancel linger] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:09:44 -0400 (0:00:00.046) 0:03:40.906 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:09:44 -0400 (0:00:00.037) 0:03:40.944 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 16:09:44 -0400 (0:00:00.035) 0:03:40.980 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_3pcqzayj_podman/httpd2", "/tmp/lsr_3pcqzayj_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 16:09:44 -0400 (0:00:00.082) 0:03:41.062 *********** ok: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_3pcqzayj_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_3pcqzayj_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_3pcqzayj_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_3pcqzayj_podman/httpd2-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 16:09:45 -0400 (0:00:00.905) 0:03:41.968 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 16:09:45 -0400 (0:00:00.065) 0:03:42.033 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 16:09:46 -0400 (0:00:01.104) 0:03:43.138 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 16:09:46 -0400 (0:00:00.021) 0:03:43.159 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 16:09:46 -0400 (0:00:00.424) 0:03:43.584 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 16:09:47 -0400 (0:00:00.480) 0:03:44.065 *********** changed: [managed-node2] => { "changed": true, "checksum": "b3c08d389a446e9c68ee76da0fe513de4363b698", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "md5sum": "d86ba17b1af4c60f4403bbf4fcf67c59", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 770, "src": "/root/.ansible/tmp/ansible-tmp-1784578187.4551234-17065-91359022471701/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 16:09:48 -0400 (0:00:00.842) 0:03:44.908 *********** 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: 671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932 Container: 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 STDERR: time="2026-07-20T16:09:48-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-07-20T16:09:48-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-20T16:09:48-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-20T16:09:48-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-20T16:09:48-04:00" level=info msg="Using sqlite as database backend" time="2026-07-20T16:09:48-04:00" level=debug msg="Using graph driver overlay" time="2026-07-20T16:09:48-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2026-07-20T16:09:48-04:00" level=debug msg="Using run root /run/containers/storage" time="2026-07-20T16:09:48-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2026-07-20T16:09:48-04:00" level=debug msg="Using tmp dir /run/libpod" time="2026-07-20T16:09:48-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2026-07-20T16:09:48-04:00" level=debug msg="Using transient store: false" time="2026-07-20T16:09:48-04:00" level=debug msg="Initializing event backend journald" time="2026-07-20T16:09:48-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-20T16:09:48-04:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2026-07-20T16:09:48-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T16:09:48-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T16:09:48-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2026-07-20T16:09:48-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2026-07-20T16:09:48-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-20T16:09:48-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2026-07-20T16:09:48-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-20T16:09:48-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-20T16:09:48-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-20T16:09:48-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-20T16:09:48-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-20T16:09:48-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-20T16:09:48-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-20T16:09:48-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-20T16:09:48-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-20T16:09:48-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network ef09affcf26272dc80b388bc3f6e5c6b79d9b79b0c113563deb1da4fd544d05e bridge podman1 2026-07-20 20:07:32.741893972 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-20T16:09:48-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-20T16:09:48-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-20T16:09:48-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice for parent machine.slice and name libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932" time="2026-07-20T16:09:48-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice" time="2026-07-20T16:09:48-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice" time="2026-07-20T16:09:48-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2026-07-20T16:09:48-04:00" level=debug msg="using systemd mode: false" time="2026-07-20T16:09:48-04:00" level=debug msg="setting container name 671309e74ed2-infra" time="2026-07-20T16:09:48-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Allocated lock 1 for container 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8" time="2026-07-20T16:09:48-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported" time="2026-07-20T16:09:48-04:00" level=debug msg="Created container \"98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Container \"98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8\" has work directory \"/var/lib/containers/storage/overlay-containers/98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8/userdata\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Container \"98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8\" has run directory \"/run/containers/storage/overlay-containers/98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8/userdata\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T16:09:48-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T16:09:48-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T16:09:48-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-20T16:09:48-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-20T16:09:48-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-20T16:09:48-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2026-07-20T16:09:48-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T16:09:48-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T16:09:48-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T16:09:48-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-20T16:09:48-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-20T16:09:48-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-20T16:09:48-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T16:09:48-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:48-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-20T16:09:48-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-20T16:09:48-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-20T16:09:48-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-20T16:09:48-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-20T16:09:48-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-20T16:09:48-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T16:09:48-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:48-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T16:09:48-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-20T16:09:48-04:00" level=debug msg="using systemd mode: false" time="2026-07-20T16:09:48-04:00" level=debug msg="adding container to pod httpd2" time="2026-07-20T16:09:48-04:00" level=debug msg="setting container name httpd2-httpd2" time="2026-07-20T16:09:48-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-20T16:09:48-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-20T16:09:48-04:00" level=debug msg="Adding mount /proc" time="2026-07-20T16:09:48-04:00" level=debug msg="Adding mount /dev" time="2026-07-20T16:09:48-04:00" level=debug msg="Adding mount /dev/pts" time="2026-07-20T16:09:48-04:00" level=debug msg="Adding mount /dev/mqueue" time="2026-07-20T16:09:48-04:00" level=debug msg="Adding mount /sys" time="2026-07-20T16:09:48-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2026-07-20T16:09:48-04:00" level=debug msg="Allocated lock 2 for container 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0" time="2026-07-20T16:09:48-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Created container \"980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Container \"980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0\" has work directory \"/var/lib/containers/storage/overlay-containers/980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0/userdata\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Container \"980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0\" has run directory \"/run/containers/storage/overlay-containers/980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0/userdata\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Strongconnecting node 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8" time="2026-07-20T16:09:48-04:00" level=debug msg="Pushed 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8 onto stack" time="2026-07-20T16:09:48-04:00" level=debug msg="Finishing node 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8. Popped 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8 off stack" time="2026-07-20T16:09:48-04:00" level=debug msg="Strongconnecting node 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0" time="2026-07-20T16:09:48-04:00" level=debug msg="Pushed 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 onto stack" time="2026-07-20T16:09:48-04:00" level=debug msg="Finishing node 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0. Popped 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 off stack" time="2026-07-20T16:09:48-04:00" level=debug msg="Created root filesystem for container 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8 at /var/lib/containers/storage/overlay-containers/98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8/rootfs/merge" time="2026-07-20T16:09:48-04:00" level=debug msg="Made network namespace at /run/netns/netns-3720fc0f-c022-34ee-205d-5774d5b999ea for container 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8" [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_ef09affc_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: "e6:37:19:e6:3b:5a", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2026-07-20T16:09:48-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-20T16:09:48-04:00" level=debug msg="Setting Cgroups for container 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8 to machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice:libpod:98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8" time="2026-07-20T16:09:48-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-20T16:09:48-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay-containers/98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8/rootfs/merge\"" time="2026-07-20T16:09:48-04:00" level=debug msg="Created OCI spec for container 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8 at /var/lib/containers/storage/overlay-containers/98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8/userdata/config.json" time="2026-07-20T16:09:48-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice for parent machine.slice and name libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932" time="2026-07-20T16:09:48-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice" time="2026-07-20T16:09:48-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice" time="2026-07-20T16:09:48-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-20T16:09:48-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8 -u 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8/userdata -p /run/containers/storage/overlay-containers/98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8/userdata/pidfile -n 671309e74ed2-infra --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8/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 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8]" time="2026-07-20T16:09:48-04:00" level=info msg="Running conmon under slice machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice and unitName libpod-conmon-98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8.scope" time="2026-07-20T16:09:49-04:00" level=debug msg="Received: 43223" time="2026-07-20T16:09:49-04:00" level=info msg="Got Conmon PID as 43221" time="2026-07-20T16:09:49-04:00" level=debug msg="Created container 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8 in OCI runtime" time="2026-07-20T16:09:49-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2026-07-20T16:09:49-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2026-07-20T16:09:49-04:00" level=debug msg="Starting container 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8 with command [/catatonit -P]" time="2026-07-20T16:09:49-04:00" level=debug msg="Started container 98ce314cd73011502cc0cf9d626965aa2eae975e9eb914e7bdb02f1a1393b6e8" time="2026-07-20T16:09:49-04:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff,upperdir=/var/lib/containers/storage/overlay/99d7be983c120a06732549f4391b4e67157fb4d2435399dc7f3c153bdd9bdbcf/diff,workdir=/var/lib/containers/storage/overlay/99d7be983c120a06732549f4391b4e67157fb4d2435399dc7f3c153bdd9bdbcf/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c63,c74\"" time="2026-07-20T16:09:49-04:00" level=debug msg="Mounted container \"980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0\" at \"/var/lib/containers/storage/overlay/99d7be983c120a06732549f4391b4e67157fb4d2435399dc7f3c153bdd9bdbcf/merged\"" time="2026-07-20T16:09:49-04:00" level=debug msg="Created root filesystem for container 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 at /var/lib/containers/storage/overlay/99d7be983c120a06732549f4391b4e67157fb4d2435399dc7f3c153bdd9bdbcf/merged" time="2026-07-20T16:09:49-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-20T16:09:49-04:00" level=debug msg="Setting Cgroups for container 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 to machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice:libpod:980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0" time="2026-07-20T16:09:49-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-20T16:09:49-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2026-07-20T16:09:49-04:00" level=debug msg="Created OCI spec for container 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 at /var/lib/containers/storage/overlay-containers/980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0/userdata/config.json" time="2026-07-20T16:09:49-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice for parent machine.slice and name libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932" time="2026-07-20T16:09:49-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice" time="2026-07-20T16:09:49-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice" time="2026-07-20T16:09:49-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-20T16:09:49-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 -u 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0/userdata -p /run/containers/storage/overlay-containers/980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 --full-attach -s -l journald --log-level debug --syslog --conmon-pidfile /run/containers/storage/overlay-containers/980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0/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 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0]" time="2026-07-20T16:09:49-04:00" level=info msg="Running conmon under slice machine-libpod_pod_671309e74ed22fb5c9d18b9f244724baf81e84bf54bb773686c9629e368bc932.slice and unitName libpod-conmon-980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0.scope" time="2026-07-20T16:09:49-04:00" level=debug msg="Received: 43228" time="2026-07-20T16:09:49-04:00" level=info msg="Got Conmon PID as 43226" time="2026-07-20T16:09:49-04:00" level=debug msg="Created container 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 in OCI runtime" time="2026-07-20T16:09:49-04:00" level=debug msg="Starting container 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0 with command [/bin/busybox-extras httpd -f -p 80]" time="2026-07-20T16:09:49-04:00" level=debug msg="Started container 980253ae8e7e7c19564506348805a1e584ec9e75016d3a401af2ebe4223598a0" time="2026-07-20T16:09:49-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-20T16:09:49-04:00" level=debug msg="Shutting down engines" time="2026-07-20T16:09:49-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=43180 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 16:09:49 -0400 (0:00:00.942) 0:03:45.850 *********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 16:09:50 -0400 (0:00:00.946) 0:03:46.796 *********** 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": "basic.target \"system-podman\\\\x2dkube.slice\" -.mount systemd-journald.socket sysinit.target network-online.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": "2879115264", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 16:09:51 -0400 (0:00:00.984) 0:03:47.781 *********** 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": "network-online.target \"system-podman\\\\x2dkube.slice\" sysinit.target systemd-journald.socket basic.target -.mount", "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-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": "2881536000", "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 \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 16:10:02 -0400 (0:00:11.361) 0:03:59.143 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:10:02 -0400 (0:00:00.045) 0:03:59.188 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:10:02 -0400 (0:00:00.048) 0:03:59.237 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:10:02 -0400 (0:00:00.043) 0:03:59.280 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:10:02 -0400 (0:00:00.035) 0:03:59.315 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:10:02 -0400 (0:00:00.035) 0:03:59.351 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:10:02 -0400 (0:00:00.046) 0:03:59.397 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:10:03 -0400 (0:00:00.414) 0:03:59.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:10:03 -0400 (0:00:00.027) 0:03:59.839 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:10:03 -0400 (0:00:00.028) 0:03:59.867 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:10:03 -0400 (0:00:00.029) 0:03:59.897 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:10:03 -0400 (0:00:00.023) 0:03:59.920 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:10:03 -0400 (0:00:00.022) 0:03:59.943 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:10:03 -0400 (0:00:00.024) 0:03:59.967 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:10:03 -0400 (0:00:00.023) 0:03:59.991 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:10:03 -0400 (0:00:00.024) 0:04:00.015 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:10:03 -0400 (0:00:00.023) 0:04:00.038 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:10:03 -0400 (0:00:00.021) 0:04:00.060 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 16:10:03 -0400 (0:00:00.049) 0:04:00.110 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:10:03 -0400 (0:00:00.040) 0:04:00.150 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:10:03 -0400 (0:00:00.101) 0:04:00.252 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:10:03 -0400 (0:00:00.028) 0:04:00.280 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 16:10:03 -0400 (0:00:00.024) 0:04:00.304 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_3pcqzayj_podman/httpd3", "/tmp/lsr_3pcqzayj_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 16:10:03 -0400 (0:00:00.058) 0:04:00.363 *********** ok: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_3pcqzayj_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_3pcqzayj_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_3pcqzayj_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_3pcqzayj_podman/httpd3-create", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 16:10:04 -0400 (0:00:00.801) 0:04:01.165 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 16:10:04 -0400 (0:00:00.065) 0:04:01.230 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 16:10:05 -0400 (0:00:01.207) 0:04:02.438 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 16:10:05 -0400 (0:00:00.035) 0:04:02.473 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 16:10:06 -0400 (0:00:00.446) 0:04:02.920 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 16:10:06 -0400 (0:00:00.426) 0:04:03.347 *********** changed: [managed-node2] => { "changed": true, "checksum": "fea73a8218f20c623e23b0da9184d9cd121c1ed0", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "md5sum": "dbee1a9c89cd45c00d862997eecb77e3", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 1070, "src": "/root/.ansible/tmp/ansible-tmp-1784578206.7173316-17695-142426589542634/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 16:10:07 -0400 (0:00:00.730) 0:04:04.077 *********** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": true } STDOUT: Pod: e9ebfe8840989bed3c13eebe42c6a94f848d175916f8555134e0db6ff323d760 Container: b4fa686b34881728c0287c32dd189f0d630fa6b0566739f549932ad7f5daf181 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 16:10:08 -0400 (0:00:00.788) 0:04:04.865 *********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 16:10:09 -0400 (0:00:00.829) 0:04:05.695 *********** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "sysinit.target \"system-podman\\\\x2dkube.slice\" network-online.target -.mount basic.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-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": "2883952640", "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": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 16:10:09 -0400 (0:00:00.910) 0:04:06.605 *********** 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 network-online.target basic.target sysinit.target -.mount \"system-podman\\\\x2dkube.slice\"", "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-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": "2876796928", "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": "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": "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 16:10:21 -0400 (0:00:11.107) 0:04:17.713 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Monday 20 July 2026 16:10:21 -0400 (0:00:00.028) 0:04:17.742 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Monday 20 July 2026 16:10:21 -0400 (0:00:00.018) 0:04:17.760 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Monday 20 July 2026 16:10:21 -0400 (0:00:00.023) 0:04:17.783 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Monday 20 July 2026 16:10:21 -0400 (0:00:00.017) 0:04:17.801 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Monday 20 July 2026 16:10:21 -0400 (0:00:00.017) 0:04:17.819 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Monday 20 July 2026 16:10:21 -0400 (0:00:00.018) 0:04:17.837 *********** ok: [managed-node2] => { "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:334 Monday 20 July 2026 16:10:21 -0400 (0:00:00.404) 0:04:18.242 *********** 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.078432", "end": "2026-07-20 16:10:22.035543", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-20 16:10:21.957111" } 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.034025", "end": "2026-07-20 16:10:22.434154", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-20 16:10:22.400129" } 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.033040", "end": "2026-07-20 16:10:22.830749", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-20 16:10:22.797709" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:345 Monday 20 July 2026 16:10:22 -0400 (0:00:01.335) 0:04:19.577 *********** 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.012229", "end": "2026-07-20 16:10:23.302662", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-20 16:10:23.290433" } 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.015327", "end": "2026-07-20 16:10:23.673841", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-20 16:10:23.658514" } 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.014421", "end": "2026-07-20 16:10:24.048181", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-20 16:10:24.033760" } 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:362 Monday 20 July 2026 16:10:24 -0400 (0:00:01.214) 0:04:20.792 *********** 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": "Mon, 20 Jul 2026 20:10:24 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Mon, 20 Jul 2026 20:06:10 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": "Mon, 20 Jul 2026 20:10:25 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Mon, 20 Jul 2026 20:06:10 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) TASK [Check host directories] ************************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:370 Monday 20 July 2026 16:10:25 -0400 (0:00:01.110) 0:04:21.902 *********** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_3pcqzayj_podman/httpd1-create" ], "delta": "0:00:00.003973", "end": "2026-07-20 16:10:25.536562", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-20 16:10:25.532589" } STDOUT: total 0 drwxr-xr-x. 2 podman_basic_user podman_basic_user 6 Jul 20 16:09 ./ drwxrwxrwx. 8 root root 111 Jul 20 16:10 ../ ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_3pcqzayj_podman/httpd2-create" ], "delta": "0:00:00.003942", "end": "2026-07-20 16:10:25.892375", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-20 16:10:25.888433" } STDOUT: total 0 drwxr-xr-x. 2 root root 6 Jul 20 16:09 ./ drwxrwxrwx. 8 root root 111 Jul 20 16:10 ../ ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_3pcqzayj_podman/httpd3-create" ], "delta": "0:00:00.003796", "end": "2026-07-20 16:10:26.248027", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-20 16:10:26.244231" } STDOUT: total 0 drwxrwxrwx. 8 root root 111 Jul 20 16:10 ../ drwxr-xr-x. 2 root root 6 Jul 20 16:10 ./ TASK [Run role again to test for idempotency] ********************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:375 Monday 20 July 2026 16:10:26 -0400 (0:00:01.091) 0:04:22.994 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 16:10:26 -0400 (0:00:00.038) 0:04:23.032 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 16:10:26 -0400 (0:00:00.001) 0:04:23.033 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 16:10:26 -0400 (0:00:00.019) 0:04:23.053 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 16:10:26 -0400 (0:00:00.053) 0:04:23.106 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 16:10:26 -0400 (0:00:00.023) 0:04:23.130 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 16:10:27 -0400 (0:00:00.580) 0:04:23.710 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 16:10:27 -0400 (0:00:00.364) 0:04:24.075 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 16:10:27 -0400 (0:00:00.019) 0:04:24.094 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 16:10:27 -0400 (0:00:00.018) 0:04:24.113 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 16:10:27 -0400 (0:00:00.017) 0:04:24.130 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 16:10:27 -0400 (0:00:00.016) 0:04:24.147 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 16:10:27 -0400 (0:00:00.038) 0:04:24.186 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 16:10:27 -0400 (0:00:00.016) 0:04:24.202 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 16:10:27 -0400 (0:00:00.017) 0:04:24.220 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 16:10:27 -0400 (0:00:00.015) 0:04:24.235 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 16:10:28 -0400 (0:00:00.943) 0:04:25.179 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 16:10:28 -0400 (0:00:00.019) 0:04:25.198 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 16:10:28 -0400 (0:00:00.025) 0:04:25.223 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 16:10:28 -0400 (0:00:00.019) 0:04:25.242 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 16:10:28 -0400 (0:00:00.018) 0:04:25.261 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 16:10:28 -0400 (0:00:00.021) 0:04:25.283 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022017", "end": "2026-07-20 16:10:28.933764", "rc": 0, "start": "2026-07-20 16:10:28.911747" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 16:10:28 -0400 (0:00:00.392) 0:04:25.676 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 16:10:29 -0400 (0:00:00.021) 0:04:25.697 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 16:10:29 -0400 (0:00:00.021) 0:04:25.719 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 16:10:29 -0400 (0:00:00.019) 0:04:25.738 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 16:10:29 -0400 (0:00:00.013) 0:04:25.751 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 16:10:29 -0400 (0:00:00.028) 0:04:25.780 *********** 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 : Fail if podman_run_as_ansible_user is set but ansible_user is undefined] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 16:10:29 -0400 (0:00:00.020) 0:04:25.800 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_run_as_ansible_user | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Monday 20 July 2026 16:10:29 -0400 (0:00:00.017) 0:04:25.818 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:10:29 -0400 (0:00:00.037) 0:04:25.855 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:10:29 -0400 (0:00:00.373) 0:04:26.229 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:10:29 -0400 (0:00:00.023) 0:04:26.252 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:10:29 -0400 (0:00:00.031) 0:04:26.284 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:10:29 -0400 (0:00:00.370) 0:04:26.655 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:10:29 -0400 (0:00:00.022) 0:04:26.678 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:10:30 -0400 (0:00:00.020) 0:04:26.698 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:10:30 -0400 (0:00:00.020) 0:04:26.719 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:10:30 -0400 (0:00:00.019) 0:04:26.739 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:10:30 -0400 (0:00:00.075) 0:04:26.814 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:10:30 -0400 (0:00:00.022) 0:04:26.836 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:10:30 -0400 (0:00:00.020) 0:04:26.857 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Monday 20 July 2026 16:10:30 -0400 (0:00:00.020) 0:04:26.878 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Monday 20 July 2026 16:10:30 -0400 (0:00:00.050) 0:04:26.928 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 16:10:30 -0400 (0:00:00.037) 0:04:26.966 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 16:10:30 -0400 (0:00:00.019) 0:04:26.986 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Monday 20 July 2026 16:10:30 -0400 (0:00:00.021) 0:04:27.008 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 16:10:30 -0400 (0:00:00.039) 0:04:27.047 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 16:10:30 -0400 (0:00:00.019) 0:04:27.067 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Monday 20 July 2026 16:10:30 -0400 (0:00:00.020) 0:04:27.087 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 16:10:30 -0400 (0:00:00.039) 0:04:27.127 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 16:10:30 -0400 (0:00:00.019) 0:04:27.147 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Monday 20 July 2026 16:10:30 -0400 (0:00:00.019) 0:04:27.166 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 16:10:30 -0400 (0:00:00.041) 0:04:27.207 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 16:10:30 -0400 (0:00:00.020) 0:04:27.228 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 16:10:30 -0400 (0:00:00.018) 0:04:27.246 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Write new policy.json file] *********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 16:10:30 -0400 (0:00:00.019) 0:04:27.265 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Monday 20 July 2026 16:10:30 -0400 (0:00:00.019) 0:04:27.284 *********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Monday 20 July 2026 16:10:30 -0400 (0:00:00.091) 0:04:27.375 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Monday 20 July 2026 16:10:30 -0400 (0:00:00.041) 0:04:27.417 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Monday 20 July 2026 16:10:31 -0400 (0:00:00.522) 0:04:27.939 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Monday 20 July 2026 16:10:31 -0400 (0:00:00.387) 0:04:28.327 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Monday 20 July 2026 16:10:31 -0400 (0:00:00.027) 0:04:28.354 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Monday 20 July 2026 16:10:31 -0400 (0:00:00.027) 0:04:28.382 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Monday 20 July 2026 16:10:31 -0400 (0:00:00.025) 0:04:28.408 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Monday 20 July 2026 16:10:31 -0400 (0:00:00.024) 0:04:28.432 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Monday 20 July 2026 16:10:31 -0400 (0:00:00.051) 0:04:28.484 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Monday 20 July 2026 16:10:31 -0400 (0:00:00.037) 0:04:28.522 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Monday 20 July 2026 16:10:31 -0400 (0:00:00.039) 0:04:28.562 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Monday 20 July 2026 16:10:31 -0400 (0:00:00.024) 0:04:28.587 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Monday 20 July 2026 16:10:31 -0400 (0:00:00.022) 0:04:28.609 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Monday 20 July 2026 16:10:33 -0400 (0:00:01.210) 0:04:29.820 *********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Monday 20 July 2026 16:10:33 -0400 (0:00:00.020) 0:04:29.840 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Monday 20 July 2026 16:10:33 -0400 (0:00:00.077) 0:04:29.918 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Monday 20 July 2026 16:10:33 -0400 (0:00:00.022) 0:04:29.941 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Monday 20 July 2026 16:10:33 -0400 (0:00:00.050) 0:04:29.991 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Monday 20 July 2026 16:10:33 -0400 (0:00:00.053) 0:04:30.045 *********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ActiveEnterTimestampMonotonic": "294523260", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:07:08 EDT", "AssertTimestampMonotonic": "294518867", "Before": "network-pre.target 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": "2035893000", "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": "Mon 2026-07-20 16:07:08 EDT", "ConditionTimestampMonotonic": "294518864", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4780", "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": "Mon 2026-07-20 16:07:08 EDT", "ExecMainHandoffTimestampMonotonic": "294550654", "ExecMainPID": "15075", "ExecMainStartTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ExecMainStartTimestampMonotonic": "294522161", "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": "Mon 2026-07-20 16:07:08 EDT", "InactiveExitTimestampMonotonic": "294523260", "InvocationID": "60e718d2dae54ea5856a742bf3b2dee7", "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": "15075", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2836205568", "MemoryCurrent": "33128448", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34254848", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:07:08 EDT", "StateChangeTimestampMonotonic": "294523260", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Monday 20 July 2026 16:10:33 -0400 (0:00:00.591) 0:04:30.636 *********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ActiveEnterTimestampMonotonic": "294523260", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:07:08 EDT", "AssertTimestampMonotonic": "294518867", "Before": "network-pre.target 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": "2035893000", "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": "Mon 2026-07-20 16:07:08 EDT", "ConditionTimestampMonotonic": "294518864", "ConfigurationDirectoryMode": "0755", "Conflicts": "ip6tables.service ebtables.service ipset.service iptables.service shutdown.target", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4780", "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": "Mon 2026-07-20 16:07:08 EDT", "ExecMainHandoffTimestampMonotonic": "294550654", "ExecMainPID": "15075", "ExecMainStartTimestamp": "Mon 2026-07-20 16:07:08 EDT", "ExecMainStartTimestampMonotonic": "294522161", "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": "Mon 2026-07-20 16:07:08 EDT", "InactiveExitTimestampMonotonic": "294523260", "InvocationID": "60e718d2dae54ea5856a742bf3b2dee7", "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": "15075", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2847580160", "MemoryCurrent": "33128448", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34254848", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:07:08 EDT", "StateChangeTimestampMonotonic": "294523260", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Monday 20 July 2026 16:10:34 -0400 (0:00:00.567) 0:04:31.204 *********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.202472", "end": "2026-07-20 16:10:35.043814", "rc": 0, "start": "2026-07-20 16:10:34.841342" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Monday 20 July 2026 16:10:35 -0400 (0:00:00.589) 0:04:31.793 *********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Monday 20 July 2026 16:10:35 -0400 (0:00:00.882) 0:04:32.676 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Monday 20 July 2026 16:10:36 -0400 (0:00:00.027) 0:04:32.703 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Monday 20 July 2026 16:10:36 -0400 (0:00:00.047) 0:04:32.751 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Monday 20 July 2026 16:10:36 -0400 (0:00:00.030) 0:04:32.782 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Monday 20 July 2026 16:10:36 -0400 (0:00:00.037) 0:04:32.819 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Monday 20 July 2026 16:10:36 -0400 (0:00:00.036) 0:04:32.855 *********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Monday 20 July 2026 16:10:36 -0400 (0:00:00.393) 0:04:33.249 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Monday 20 July 2026 16:10:36 -0400 (0:00:00.107) 0:04:33.357 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Monday 20 July 2026 16:10:36 -0400 (0:00:00.026) 0:04:33.383 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Monday 20 July 2026 16:10:37 -0400 (0:00:00.528) 0:04:33.911 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Monday 20 July 2026 16:10:37 -0400 (0:00:00.386) 0:04:34.297 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Monday 20 July 2026 16:10:37 -0400 (0:00:00.043) 0:04:34.341 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Monday 20 July 2026 16:10:37 -0400 (0:00:00.028) 0:04:34.369 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Monday 20 July 2026 16:10:37 -0400 (0:00:00.026) 0:04:34.396 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Monday 20 July 2026 16:10:37 -0400 (0:00:00.021) 0:04:34.417 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Monday 20 July 2026 16:10:37 -0400 (0:00:00.021) 0:04:34.439 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Monday 20 July 2026 16:10:37 -0400 (0:00:00.024) 0:04:34.464 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Monday 20 July 2026 16:10:39 -0400 (0:00:01.224) 0:04:35.688 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Monday 20 July 2026 16:10:39 -0400 (0:00:00.036) 0:04:35.725 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Monday 20 July 2026 16:10:40 -0400 (0:00:01.223) 0:04:36.948 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Monday 20 July 2026 16:10:41 -0400 (0:00:01.247) 0:04:38.196 *********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Monday 20 July 2026 16:10:41 -0400 (0:00:00.023) 0:04:38.219 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Monday 20 July 2026 16:10:41 -0400 (0:00:00.022) 0:04:38.241 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Monday 20 July 2026 16:10:41 -0400 (0:00:00.020) 0:04:38.262 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Monday 20 July 2026 16:10:42 -0400 (0:00:00.903) 0:04:39.165 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Monday 20 July 2026 16:10:42 -0400 (0:00:00.033) 0:04:39.199 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Monday 20 July 2026 16:10:42 -0400 (0:00:00.026) 0:04:39.226 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Monday 20 July 2026 16:10:42 -0400 (0:00:00.028) 0:04:39.254 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Monday 20 July 2026 16:10:42 -0400 (0:00:00.049) 0:04:39.304 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Monday 20 July 2026 16:10:42 -0400 (0:00:00.041) 0:04:39.346 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Monday 20 July 2026 16:10:42 -0400 (0:00:00.112) 0:04:39.458 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Monday 20 July 2026 16:10:42 -0400 (0:00:00.030) 0:04:39.488 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Monday 20 July 2026 16:10:42 -0400 (0:00:00.019) 0:04:39.507 *********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Monday 20 July 2026 16:10:42 -0400 (0:00:00.024) 0:04:39.532 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Monday 20 July 2026 16:10:42 -0400 (0:00:00.020) 0:04:39.553 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Monday 20 July 2026 16:10:42 -0400 (0:00:00.018) 0:04:39.571 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Monday 20 July 2026 16:10:42 -0400 (0:00:00.018) 0:04:39.590 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Monday 20 July 2026 16:10:42 -0400 (0:00:00.022) 0:04:39.612 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Monday 20 July 2026 16:10:42 -0400 (0:00:00.024) 0:04:39.637 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Monday 20 July 2026 16:10:42 -0400 (0:00:00.027) 0:04:39.665 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Monday 20 July 2026 16:10:43 -0400 (0:00:00.018) 0:04:39.684 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Monday 20 July 2026 16:10:43 -0400 (0:00:00.602) 0:04:40.287 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Monday 20 July 2026 16:10:43 -0400 (0:00:00.020) 0:04:40.307 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Monday 20 July 2026 16:10:46 -0400 (0:00:02.829) 0:04:43.137 *********** 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:25a2cdd0e437665f4c9848e6abab1aa586740836e57ce01a011a859d480735e4", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Monday 20 July 2026 16:10:46 -0400 (0:00:00.092) 0:04:43.229 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Monday 20 July 2026 16:10:46 -0400 (0:00:00.025) 0:04:43.255 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Monday 20 July 2026 16:10:46 -0400 (0:00:00.021) 0:04:43.276 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Monday 20 July 2026 16:10:46 -0400 (0:00:00.019) 0:04:43.296 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Monday 20 July 2026 16:10:46 -0400 (0:00:00.019) 0:04:43.316 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Monday 20 July 2026 16:10:47 -0400 (0:00:00.417) 0:04:43.733 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Monday 20 July 2026 16:10:47 -0400 (0:00:00.040) 0:04:43.774 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 16:10:47 -0400 (0:00:00.031) 0:04:43.806 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 16:10:47 -0400 (0:00:00.029) 0:04:43.835 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 16:10:47 -0400 (0:00:00.124) 0:04:43.960 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 16:10:47 -0400 (0:00:00.039) 0:04:43.999 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:10:47 -0400 (0:00:00.214) 0:04:44.213 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:10:47 -0400 (0:00:00.420) 0:04:44.634 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:10:47 -0400 (0:00:00.032) 0:04:44.666 *********** 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.005568", "end": "2026-07-20 16:10:48.389014", "rc": 0, "start": "2026-07-20 16:10:48.383446" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:10:48 -0400 (0:00:00.465) 0:04:45.132 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:10:48 -0400 (0:00:00.197) 0:04:45.329 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:10:49 -0400 (0:00:00.394) 0:04:45.723 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:10:49 -0400 (0:00:00.051) 0:04:45.775 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005463", "end": "2026-07-20 16:10:49.529990", "rc": 0, "start": "2026-07-20 16:10:49.524527" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:10:49 -0400 (0:00:00.506) 0:04:46.282 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:10:49 -0400 (0:00:00.238) 0:04:46.521 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:10:49 -0400 (0:00:00.033) 0:04:46.555 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:10:49 -0400 (0:00:00.031) 0:04:46.587 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005752", "end": "2026-07-20 16:10:50.314395", "rc": 0, "start": "2026-07-20 16:10:50.308643" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:10:50 -0400 (0:00:00.478) 0:04:47.066 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Monday 20 July 2026 16:10:50 -0400 (0:00:00.162) 0:04:47.229 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 16:10:50 -0400 (0:00:00.093) 0:04:47.322 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 16:10:50 -0400 (0:00:00.033) 0:04:47.355 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:10:50 -0400 (0:00:00.132) 0:04:47.487 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:10:50 -0400 (0:00:00.059) 0:04:47.547 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:10:50 -0400 (0:00:00.061) 0:04:47.609 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 16:10:50 -0400 (0:00:00.052) 0:04:47.661 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 16:10:51 -0400 (0:00:00.023) 0:04:47.685 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 16:10:51 -0400 (0:00:00.030) 0:04:47.715 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 16:10:51 -0400 (0:00:00.021) 0:04:47.737 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 16:10:51 -0400 (0:00:00.096) 0:04:47.833 *********** 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_3pcqzayj_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 16:10:51 -0400 (0:00:00.064) 0:04:47.898 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Monday 20 July 2026 16:10:51 -0400 (0:00:00.019) 0:04:47.918 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Monday 20 July 2026 16:10:51 -0400 (0:00:00.019) 0:04:47.937 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:10:51 -0400 (0:00:00.124) 0:04:48.062 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:10:51 -0400 (0:00:00.039) 0:04:48.101 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:10:51 -0400 (0:00:00.038) 0:04:48.139 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:10:51 -0400 (0:00:00.412) 0:04:48.552 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:10:51 -0400 (0:00:00.047) 0:04:48.599 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:10:51 -0400 (0:00:00.062) 0:04:48.661 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:10:52 -0400 (0:00:00.417) 0:04:49.078 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004224", "end": "2026-07-20 16:10:52.751404", "rc": 0, "start": "2026-07-20 16:10:52.747180" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:10:52 -0400 (0:00:00.426) 0:04:49.505 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004034", "end": "2026-07-20 16:10:53.163874", "rc": 0, "start": "2026-07-20 16:10:53.159840" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:10:53 -0400 (0:00:00.402) 0:04:49.908 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:10:53 -0400 (0:00:00.045) 0:04:49.953 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:10:53 -0400 (0:00:00.035) 0:04:49.988 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:10:53 -0400 (0:00:00.034) 0:04:50.022 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:10:53 -0400 (0:00:00.027) 0:04:50.050 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:10:53 -0400 (0:00:00.030) 0:04:50.080 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:10:53 -0400 (0:00:00.027) 0:04:50.108 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:10:53 -0400 (0:00:00.025) 0:04:50.133 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:10:53 -0400 (0:00:00.022) 0:04:50.156 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 16:10:53 -0400 (0:00:00.109) 0:04:50.265 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:10:53 -0400 (0:00:00.037) 0:04:50.302 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:10:54 -0400 (0:00:00.399) 0:04:50.702 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:10:54 -0400 (0:00:00.052) 0:04:50.754 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 16:10:54 -0400 (0:00:00.041) 0:04:50.796 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_3pcqzayj_podman/httpd1", "/tmp/lsr_3pcqzayj_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 16:10:54 -0400 (0:00:00.087) 0:04:50.883 *********** ok: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd1) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_3pcqzayj_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_3pcqzayj_podman/httpd1", "secontext": "system_u:object_r:container_file_t:s0:c636,c767", "size": 23, "state": "directory", "uid": 3001 } ok: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_3pcqzayj_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_3pcqzayj_podman/httpd1-create", "secontext": "system_u:object_r:container_file_t:s0:c636,c767", "size": 6, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 16:10:54 -0400 (0:00:00.788) 0:04:51.672 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 16:10:55 -0400 (0:00:00.039) 0:04:51.711 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 16:10:57 -0400 (0:00:02.688) 0:04:54.400 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 16:10:57 -0400 (0:00:00.028) 0:04:54.429 *********** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784578169.1705713, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7bd62a3ae8704ae1bf0600e0af56f79dd7e5dc82", "ctime": 1784578168.589232, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 201326924, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784578168.309568, "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": "1914650055", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 16:10:58 -0400 (0:00:00.393) 0:04:54.822 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 16:10:58 -0400 (0:00:00.382) 0:04:55.205 *********** ok: [managed-node2] => { "changed": false, "checksum": "7bd62a3ae8704ae1bf0600e0af56f79dd7e5dc82", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 16:10:59 -0400 (0:00:00.654) 0:04:55.860 *********** 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-20T16:10:59-04:00" level=info msg="/bin/podman filtering at log level debug" time="2026-07-20T16:10:59-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-20T16:10:59-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-20T16:10:59-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-20T16:10:59-04:00" level=info msg="Using sqlite as database backend" time="2026-07-20T16:10:59-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2026-07-20T16:10:59-04:00" level=debug msg="Using graph driver overlay" time="2026-07-20T16:10:59-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2026-07-20T16:10:59-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2026-07-20T16:10:59-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2026-07-20T16:10:59-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2026-07-20T16:10:59-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2026-07-20T16:10:59-04:00" level=debug msg="Using transient store: false" time="2026-07-20T16:10:59-04:00" level=debug msg="Initializing event backend file" time="2026-07-20T16:10:59-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-20T16:10:59-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T16:10:59-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T16:10:59-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2026-07-20T16:10:59-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2026-07-20T16:10:59-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2026-07-20T16:10:59-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-20T16:10:59-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-20T16:10:59-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-20T16:10:59-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-20T16:10:59-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-20T16:10:59-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-20T16:10:59-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-20T16:10:59-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-20T16:10:59-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-20T16:10:59-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-20T16:10:59-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 24a81e8b81f1143f23216b31e301dfe3c17aa90e5ba44388237ee7d5f3ee7ae3 bridge podman1 2026-07-20 20:09:29.173781692 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-20T16:10:59-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-20T16:10:59-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-20T16:10:59-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_a9d5cdf8951f817fcdfb95c12f0e1f53ac0c6f291e075749d314e2dde50c93be.slice for parent user.slice and name libpod_pod_a9d5cdf8951f817fcdfb95c12f0e1f53ac0c6f291e075749d314e2dde50c93be" time="2026-07-20T16:10:59-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_a9d5cdf8951f817fcdfb95c12f0e1f53ac0c6f291e075749d314e2dde50c93be.slice" time="2026-07-20T16:10:59-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_a9d5cdf8951f817fcdfb95c12f0e1f53ac0c6f291e075749d314e2dde50c93be.slice" time="2026-07-20T16:10:59-04:00" level=debug msg="Shutting down engines" time="2026-07-20T16:10:59-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=54612 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 16:10:59 -0400 (0:00:00.585) 0:04:56.445 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 16:10:59 -0400 (0:00:00.029) 0:04:56.475 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 16:10:59 -0400 (0:00:00.026) 0:04:56.501 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 16:10:59 -0400 (0:00:00.027) 0:04:56.529 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:10:59 -0400 (0:00:00.027) 0:04:56.556 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:10:59 -0400 (0:00:00.043) 0:04:56.600 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:10:59 -0400 (0:00:00.055) 0:04:56.655 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:11:00 -0400 (0:00:00.410) 0:04:57.066 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:11:00 -0400 (0:00:00.050) 0:04:57.117 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:11:00 -0400 (0:00:00.168) 0:04:57.285 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:11:00 -0400 (0:00:00.387) 0:04:57.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 : Check with getsubids for user subgids] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:11:01 -0400 (0:00:00.031) 0:04:57.705 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:11:01 -0400 (0:00:00.028) 0:04:57.734 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:11:01 -0400 (0:00:00.024) 0:04:57.758 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:11:01 -0400 (0:00:00.024) 0:04:57.783 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:11:01 -0400 (0:00:00.022) 0:04:57.805 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:11:01 -0400 (0:00:00.034) 0:04:57.840 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:11:01 -0400 (0:00:00.032) 0:04:57.872 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:11:01 -0400 (0:00:00.028) 0:04:57.901 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:11:01 -0400 (0:00:00.027) 0:04:57.928 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:11:01 -0400 (0:00:00.023) 0:04:57.952 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 16:11:01 -0400 (0:00:00.057) 0:04:58.010 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:11:01 -0400 (0:00:00.039) 0:04:58.049 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:11:01 -0400 (0:00:00.024) 0:04:58.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:11:01 -0400 (0:00:00.022) 0:04:58.096 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 16:11:01 -0400 (0:00:00.022) 0:04:58.119 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_3pcqzayj_podman/httpd2", "/tmp/lsr_3pcqzayj_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 16:11:01 -0400 (0:00:00.050) 0:04:58.170 *********** ok: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_3pcqzayj_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_3pcqzayj_podman/httpd2", "secontext": "system_u:object_r:container_file_t:s0:c108,c751", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_3pcqzayj_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_3pcqzayj_podman/httpd2-create", "secontext": "system_u:object_r:container_file_t:s0:c108,c751", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 16:11:02 -0400 (0:00:00.813) 0:04:58.983 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 16:11:02 -0400 (0:00:00.048) 0:04:59.031 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 16:11:03 -0400 (0:00:01.064) 0:05:00.095 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 16:11:03 -0400 (0:00:00.025) 0:05:00.121 *********** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784578188.6936433, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b3c08d389a446e9c68ee76da0fe513de4363b698", "ctime": 1784578188.1576414, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 50331862, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784578187.83364, "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": "674872354", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 16:11:03 -0400 (0:00:00.398) 0:05:00.520 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 16:11:04 -0400 (0:00:00.474) 0:05:00.994 *********** ok: [managed-node2] => { "changed": false, "checksum": "b3c08d389a446e9c68ee76da0fe513de4363b698", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 16:11:04 -0400 (0:00:00.677) 0:05:01.671 *********** 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-20T16:11:05-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-07-20T16:11:05-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-20T16:11:05-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-20T16:11:05-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-20T16:11:05-04:00" level=info msg="Using sqlite as database backend" time="2026-07-20T16:11:05-04:00" level=debug msg="Using graph driver overlay" time="2026-07-20T16:11:05-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2026-07-20T16:11:05-04:00" level=debug msg="Using run root /run/containers/storage" time="2026-07-20T16:11:05-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2026-07-20T16:11:05-04:00" level=debug msg="Using tmp dir /run/libpod" time="2026-07-20T16:11:05-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2026-07-20T16:11:05-04:00" level=debug msg="Using transient store: false" time="2026-07-20T16:11:05-04:00" level=debug msg="Initializing event backend journald" time="2026-07-20T16:11:05-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-20T16:11:05-04:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2026-07-20T16:11:05-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T16:11:05-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-20T16:11:05-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2026-07-20T16:11:05-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2026-07-20T16:11:05-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-20T16:11:05-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2026-07-20T16:11:05-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-20T16:11:05-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-20T16:11:05-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-20T16:11:05-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-20T16:11:05-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-20T16:11:05-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-20T16:11:05-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-20T16:11:05-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-20T16:11:05-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-20T16:11:05-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-20T16:11:05-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network ef09affcf26272dc80b388bc3f6e5c6b79d9b79b0c113563deb1da4fd544d05e bridge podman1 2026-07-20 20:07:32.741893972 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-20T16:11:05-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-20T16:11:05-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-20T16:11:05-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_ceeeada5291f4e3e3a16d2ea7fbd8dc669478279c73366d9cb5d5dfad5702a7e.slice for parent machine.slice and name libpod_pod_ceeeada5291f4e3e3a16d2ea7fbd8dc669478279c73366d9cb5d5dfad5702a7e" time="2026-07-20T16:11:05-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_ceeeada5291f4e3e3a16d2ea7fbd8dc669478279c73366d9cb5d5dfad5702a7e.slice" time="2026-07-20T16:11:05-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_ceeeada5291f4e3e3a16d2ea7fbd8dc669478279c73366d9cb5d5dfad5702a7e.slice" time="2026-07-20T16:11:05-04:00" level=debug msg="Shutting down engines" time="2026-07-20T16:11:05-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=56112 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 16:11:05 -0400 (0:00:00.512) 0:05:02.184 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 16:11:05 -0400 (0:00:00.032) 0:05:02.217 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 16:11:05 -0400 (0:00:00.030) 0:05:02.248 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 16:11:05 -0400 (0:00:00.040) 0:05:02.289 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:11:05 -0400 (0:00:00.028) 0:05:02.317 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:11:05 -0400 (0:00:00.046) 0:05:02.364 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:11:05 -0400 (0:00:00.048) 0:05:02.412 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:11:05 -0400 (0:00:00.028) 0:05:02.440 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:11:05 -0400 (0:00:00.026) 0:05:02.467 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:11:05 -0400 (0:00:00.039) 0:05:02.507 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:11:06 -0400 (0:00:00.384) 0:05:02.891 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:11:06 -0400 (0:00:00.026) 0:05:02.917 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:11:06 -0400 (0:00:00.023) 0:05:02.941 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:11:06 -0400 (0:00:00.024) 0:05:02.966 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:11:06 -0400 (0:00:00.023) 0:05:02.989 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:11:06 -0400 (0:00:00.027) 0:05:03.017 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:11:06 -0400 (0:00:00.052) 0:05:03.069 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:11:06 -0400 (0:00:00.054) 0:05:03.124 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:11:06 -0400 (0:00:00.040) 0:05:03.164 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:11:06 -0400 (0:00:00.037) 0:05:03.202 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:11:06 -0400 (0:00:00.034) 0:05:03.236 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Monday 20 July 2026 16:11:06 -0400 (0:00:00.086) 0:05:03.322 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:11:06 -0400 (0:00:00.126) 0:05:03.449 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:11:06 -0400 (0:00:00.028) 0:05:03.478 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:11:06 -0400 (0:00:00.023) 0:05:03.501 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Monday 20 July 2026 16:11:06 -0400 (0:00:00.024) 0:05:03.526 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_3pcqzayj_podman/httpd3", "/tmp/lsr_3pcqzayj_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Monday 20 July 2026 16:11:06 -0400 (0:00:00.051) 0:05:03.577 *********** ok: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_3pcqzayj_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_3pcqzayj_podman/httpd3", "secontext": "system_u:object_r:container_file_t:s0:c51,c333", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_3pcqzayj_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_3pcqzayj_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_3pcqzayj_podman/httpd3-create", "secontext": "system_u:object_r:container_file_t:s0:c51,c333", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Monday 20 July 2026 16:11:07 -0400 (0:00:00.772) 0:05:04.350 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Monday 20 July 2026 16:11:07 -0400 (0:00:00.044) 0:05:04.395 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Monday 20 July 2026 16:11:08 -0400 (0:00:01.074) 0:05:05.469 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Monday 20 July 2026 16:11:08 -0400 (0:00:00.022) 0:05:05.492 *********** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784578207.8157141, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fea73a8218f20c623e23b0da9184d9cd121c1ed0", "ctime": 1784578207.335036, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 545259725, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784578207.0417113, "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": "1439799696", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Monday 20 July 2026 16:11:09 -0400 (0:00:00.409) 0:05:05.901 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Monday 20 July 2026 16:11:09 -0400 (0:00:00.412) 0:05:06.313 *********** ok: [managed-node2] => { "changed": false, "checksum": "fea73a8218f20c623e23b0da9184d9cd121c1ed0", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Monday 20 July 2026 16:11:10 -0400 (0:00:00.717) 0:05:07.031 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Monday 20 July 2026 16:11:10 -0400 (0:00:00.524) 0:05:07.555 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Monday 20 July 2026 16:11:10 -0400 (0:00:00.034) 0:05:07.590 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Monday 20 July 2026 16:11:10 -0400 (0:00:00.034) 0:05:07.624 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Monday 20 July 2026 16:11:10 -0400 (0:00:00.033) 0:05:07.658 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Monday 20 July 2026 16:11:11 -0400 (0:00:00.034) 0:05:07.692 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Monday 20 July 2026 16:11:11 -0400 (0:00:00.020) 0:05:07.712 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Monday 20 July 2026 16:11:11 -0400 (0:00:00.022) 0:05:07.735 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Monday 20 July 2026 16:11:11 -0400 (0:00:00.020) 0:05:07.755 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Monday 20 July 2026 16:11:11 -0400 (0:00:00.019) 0:05:07.775 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Monday 20 July 2026 16:11:11 -0400 (0:00:00.020) 0:05:07.795 *********** ok: [managed-node2] => { "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:384 Monday 20 July 2026 16:11:11 -0400 (0:00:00.419) 0:05:08.215 *********** 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.073048", "end": "2026-07-20 16:11:12.027589", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-20 16:11:11.954541" } 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.033866", "end": "2026-07-20 16:11:12.452985", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-20 16:11:12.419119" } 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.033629", "end": "2026-07-20 16:11:12.877149", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-20 16:11:12.843520" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:395 Monday 20 July 2026 16:11:13 -0400 (0:00:01.519) 0:05:09.735 *********** 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.012479", "end": "2026-07-20 16:11:13.489980", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-20 16:11:13.477501" } 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.015418", "end": "2026-07-20 16:11:13.903846", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-20 16:11:13.888428" } 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.015333", "end": "2026-07-20 16:11:14.313094", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-20 16:11:14.297761" } 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:412 Monday 20 July 2026 16:11:14 -0400 (0:00:01.328) 0:05:11.063 *********** 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": "Mon, 20 Jul 2026 20:11:14 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Mon, 20 Jul 2026 20:06:10 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": "Mon, 20 Jul 2026 20:11:15 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Mon, 20 Jul 2026 20:06:10 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": "Mon, 20 Jul 2026 20:11:15 GMT", "elapsed": 0, "failed_when_result": false, "item": 15003, "last_modified": "Mon, 20 Jul 2026 20:06:11 GMT", "redirected": false, "status": 200, "url": "http://localhost:15003/index.txt" } MSG: OK (3 bytes) TASK [Remove pods and units] *************************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:424 Monday 20 July 2026 16:11:15 -0400 (0:00:01.466) 0:05:12.530 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 16:11:15 -0400 (0:00:00.062) 0:05:12.592 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 16:11:15 -0400 (0:00:00.002) 0:05:12.594 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 16:11:15 -0400 (0:00:00.024) 0:05:12.619 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 16:11:15 -0400 (0:00:00.062) 0:05:12.681 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 16:11:16 -0400 (0:00:00.028) 0:05:12.710 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 16:11:16 -0400 (0:00:00.612) 0:05:13.322 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 16:11:17 -0400 (0:00:00.416) 0:05:13.738 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 16:11:17 -0400 (0:00:00.021) 0:05:13.760 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 16:11:17 -0400 (0:00:00.022) 0:05:13.783 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 16:11:17 -0400 (0:00:00.019) 0:05:13.802 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 16:11:17 -0400 (0:00:00.019) 0:05:13.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-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 16:11:17 -0400 (0:00:00.042) 0:05:13.864 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 16:11:17 -0400 (0:00:00.019) 0:05:13.884 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 16:11:17 -0400 (0:00:00.020) 0:05:13.904 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 16:11:17 -0400 (0:00:00.018) 0:05:13.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 16:11:18 -0400 (0:00:00.999) 0:05:14.922 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 16:11:18 -0400 (0:00:00.034) 0:05:14.956 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 16:11:18 -0400 (0:00:00.042) 0:05:14.999 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 16:11:18 -0400 (0:00:00.033) 0:05:15.033 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 16:11:18 -0400 (0:00:00.033) 0:05:15.066 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 16:11:18 -0400 (0:00:00.032) 0:05:15.098 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022203", "end": "2026-07-20 16:11:18.749971", "rc": 0, "start": "2026-07-20 16:11:18.727768" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 16:11:18 -0400 (0:00:00.395) 0:05:15.494 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 16:11:18 -0400 (0:00:00.029) 0:05:15.524 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 16:11:18 -0400 (0:00:00.033) 0:05:15.557 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 16:11:18 -0400 (0:00:00.028) 0:05:15.586 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 16:11:18 -0400 (0:00:00.011) 0:05:15.598 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 16:11:18 -0400 (0:00:00.028) 0:05:15.626 *********** 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 : Fail if podman_run_as_ansible_user is set but ansible_user is undefined] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 16:11:18 -0400 (0:00:00.020) 0:05:15.647 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_run_as_ansible_user | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Monday 20 July 2026 16:11:18 -0400 (0:00:00.017) 0:05:15.664 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:11:19 -0400 (0:00:00.038) 0:05:15.703 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:11:19 -0400 (0:00:00.399) 0:05:16.102 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:11:19 -0400 (0:00:00.028) 0:05:16.131 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:11:19 -0400 (0:00:00.039) 0:05:16.170 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:11:19 -0400 (0:00:00.384) 0:05:16.554 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:11:19 -0400 (0:00:00.021) 0:05:16.576 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:11:19 -0400 (0:00:00.029) 0:05:16.606 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:11:19 -0400 (0:00:00.031) 0:05:16.637 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:11:19 -0400 (0:00:00.019) 0:05:16.657 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:11:19 -0400 (0:00:00.019) 0:05:16.677 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:11:20 -0400 (0:00:00.019) 0:05:16.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:11:20 -0400 (0:00:00.025) 0:05:16.721 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Monday 20 July 2026 16:11:20 -0400 (0:00:00.020) 0:05:16.742 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Monday 20 July 2026 16:11:20 -0400 (0:00:00.077) 0:05:16.820 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 16:11:20 -0400 (0:00:00.163) 0:05:16.983 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 16:11:20 -0400 (0:00:00.034) 0:05:17.018 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Monday 20 July 2026 16:11:20 -0400 (0:00:00.032) 0:05:17.050 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 16:11:20 -0400 (0:00:00.046) 0:05:17.097 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 16:11:20 -0400 (0:00:00.024) 0:05:17.121 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Monday 20 July 2026 16:11:20 -0400 (0:00:00.024) 0:05:17.146 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 16:11:20 -0400 (0:00:00.043) 0:05:17.189 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 16:11:20 -0400 (0:00:00.022) 0:05:17.212 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Monday 20 July 2026 16:11:20 -0400 (0:00:00.025) 0:05:17.238 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 16:11:20 -0400 (0:00:00.051) 0:05:17.289 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 16:11:20 -0400 (0:00:00.020) 0:05:17.309 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 16:11:20 -0400 (0:00:00.019) 0:05:17.329 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 16:11:20 -0400 (0:00:00.021) 0:05:17.350 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Monday 20 July 2026 16:11:20 -0400 (0:00:00.019) 0:05:17.370 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Monday 20 July 2026 16:11:20 -0400 (0:00:00.018) 0:05:17.389 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Monday 20 July 2026 16:11:20 -0400 (0:00:00.018) 0:05:17.408 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Monday 20 July 2026 16:11:20 -0400 (0:00:00.021) 0:05:17.429 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 16:11:20 -0400 (0:00:00.015) 0:05:17.444 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 16:11:20 -0400 (0:00:00.015) 0:05:17.460 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 16:11:20 -0400 (0:00:00.043) 0:05:17.503 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 16:11:20 -0400 (0:00:00.019) 0:05:17.523 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:11:20 -0400 (0:00:00.065) 0:05:17.588 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:11:21 -0400 (0:00:00.409) 0:05:17.998 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:11:21 -0400 (0:00:00.041) 0:05:18.040 *********** 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.006142", "end": "2026-07-20 16:11:21.806484", "rc": 0, "start": "2026-07-20 16:11:21.800342" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:11:21 -0400 (0:00:00.511) 0:05:18.551 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:11:22 -0400 (0:00:00.147) 0:05:18.699 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:11:22 -0400 (0:00:00.407) 0:05:19.106 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:11:22 -0400 (0:00:00.040) 0:05:19.147 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005674", "end": "2026-07-20 16:11:22.885022", "rc": 0, "start": "2026-07-20 16:11:22.879348" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:11:22 -0400 (0:00:00.491) 0:05:19.638 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:11:23 -0400 (0:00:00.242) 0:05:19.881 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:11:23 -0400 (0:00:00.027) 0:05:19.908 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:11:23 -0400 (0:00:00.027) 0:05:19.936 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005867", "end": "2026-07-20 16:11:23.650757", "rc": 0, "start": "2026-07-20 16:11:23.644890" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:11:23 -0400 (0:00:00.456) 0:05:20.393 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Monday 20 July 2026 16:11:23 -0400 (0:00:00.139) 0:05:20.532 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 16:11:23 -0400 (0:00:00.094) 0:05:20.626 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 16:11:23 -0400 (0:00:00.031) 0:05:20.658 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:11:24 -0400 (0:00:00.110) 0:05:20.769 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:11:24 -0400 (0:00:00.032) 0:05:20.801 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:11:24 -0400 (0:00:00.030) 0:05:20.831 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 16:11:24 -0400 (0:00:00.038) 0:05:20.870 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 16:11:24 -0400 (0:00:00.134) 0:05:21.005 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 16:11:24 -0400 (0:00:00.039) 0:05:21.044 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 16:11:24 -0400 (0:00:00.018) 0:05:21.062 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 16:11:24 -0400 (0:00:00.020) 0:05:21.083 *********** 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_3pcqzayj_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 16:11:24 -0400 (0:00:00.075) 0:05:21.159 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Monday 20 July 2026 16:11:24 -0400 (0:00:00.019) 0:05:21.179 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Monday 20 July 2026 16:11:24 -0400 (0:00:00.016) 0:05:21.196 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:11:24 -0400 (0:00:00.096) 0:05:21.292 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:11:24 -0400 (0:00:00.035) 0:05:21.328 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:11:24 -0400 (0:00:00.035) 0:05:21.364 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:11:25 -0400 (0:00:00.396) 0:05:21.760 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:11:25 -0400 (0:00:00.030) 0:05:21.791 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:11:25 -0400 (0:00:00.037) 0:05:21.829 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:11:25 -0400 (0:00:00.392) 0:05:22.221 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004164", "end": "2026-07-20 16:11:25.862170", "rc": 0, "start": "2026-07-20 16:11:25.858006" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:11:25 -0400 (0:00:00.385) 0:05:22.607 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004152", "end": "2026-07-20 16:11:26.245981", "rc": 0, "start": "2026-07-20 16:11:26.241829" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:11:26 -0400 (0:00:00.382) 0:05:22.989 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:11:26 -0400 (0:00:00.037) 0:05:23.027 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:11:26 -0400 (0:00:00.021) 0:05:23.049 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:11:26 -0400 (0:00:00.020) 0:05:23.070 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:11:26 -0400 (0:00:00.022) 0:05:23.092 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:11:26 -0400 (0:00:00.021) 0:05:23.113 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:11:26 -0400 (0:00:00.024) 0:05:23.138 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:11:26 -0400 (0:00:00.020) 0:05:23.159 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 16:11:26 -0400 (0:00:00.067) 0:05:23.226 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578164.4335537, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1784578169.4865725, "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": 1784578169.4865725, "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 16:11:26 -0400 (0:00:00.408) 0:05:23.635 *********** 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": "Mon 2026-07-20 16:09:42 EDT", "ActiveEnterTimestampMonotonic": "448618485", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target -.mount run-user-3001.mount \"app-podman\\\\x2dkube.slice\" network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:09:31 EDT", "AssertTimestampMonotonic": "437926767", "Before": "default.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": "386247000", "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": "Mon 2026-07-20 16:09:31 EDT", "ConditionTimestampMonotonic": "437926764", "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": "6755", "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": "41590", "ExecMainStartTimestamp": "Mon 2026-07-20 16:09:42 EDT", "ExecMainStartTimestampMonotonic": "448350000", "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=[Mon 2026-07-20 16:09:31 EDT] ; stop_time=[n/a] ; pid=41539 ; 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=[Mon 2026-07-20 16:09:31 EDT] ; stop_time=[n/a] ; pid=41539 ; 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": "Mon 2026-07-20 16:09:31 EDT", "InactiveExitTimestampMonotonic": "437928186", "InvocationID": "a59f04f89bee482a8ceb824b48dd40b0", "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": "41590", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3518947328", "MemoryCurrent": "39739392", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "62967808", "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": "Mon 2026-07-20 16:09:42 EDT", "StateChangeTimestampMonotonic": "448618485", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "16", "TasksMax": "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 16:11:38 -0400 (0:00:11.119) 0:05:34.754 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578169.1705713, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "7bd62a3ae8704ae1bf0600e0af56f79dd7e5dc82", "ctime": 1784578168.589232, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 201326924, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784578168.309568, "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": "1914650055", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 16:11:38 -0400 (0:00:00.406) 0:05:35.161 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 16:11:39 -0400 (0:00:00.588) 0:05:35.750 *********** 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.043867", "end": "2026-07-20 16:11:39.518122", "rc": 0, "start": "2026-07-20 16:11:39.474255" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: testfile1 TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 16:11:39 -0400 (0:00:00.519) 0:05:36.270 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 16:11:39 -0400 (0:00:00.383) 0:05:36.653 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 16:11:39 -0400 (0:00:00.026) 0:05:36.680 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:11:40 -0400 (0:00:00.030) 0:05:36.710 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:11:40 -0400 (0:00:00.027) 0:05:36.738 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:11:40 -0400 (0:00:00.037) 0:05:36.775 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:11:40 -0400 (0:00:00.044) 0:05:36.819 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:11:40 -0400 (0:00:00.029) 0:05:36.849 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:11:40 -0400 (0:00:00.045) 0:05:36.895 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:11:40 -0400 (0:00:00.041) 0:05:36.936 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:11:40 -0400 (0:00:00.387) 0:05:37.324 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:11:40 -0400 (0:00:00.043) 0:05:37.367 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:11:40 -0400 (0:00:00.038) 0:05:37.406 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:11:41 -0400 (0:00:00.382) 0:05:37.788 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:11:41 -0400 (0:00:00.023) 0:05:37.811 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:11:41 -0400 (0:00:00.026) 0:05:37.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:11:41 -0400 (0:00:00.024) 0:05:37.863 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:11:41 -0400 (0:00:00.037) 0:05:37.900 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:11:41 -0400 (0:00:00.035) 0:05:37.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 subuid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:11:41 -0400 (0:00:00.150) 0:05:38.087 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:11:41 -0400 (0:00:00.038) 0:05:38.125 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:11:41 -0400 (0:00:00.037) 0:05:38.162 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:11:41 -0400 (0:00:00.034) 0:05:38.196 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 16:11:41 -0400 (0:00:00.072) 0:05:38.268 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 16:11:41 -0400 (0:00:00.033) 0:05:38.302 *********** 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": "Mon 2026-07-20 16:10:02 EDT", "ActiveEnterTimestampMonotonic": "468530057", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.mount basic.target \"system-podman\\\\x2dkube.slice\" systemd-journald.socket network-online.target sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:09:51 EDT", "AssertTimestampMonotonic": "457832325", "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": "346917000", "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": "Mon 2026-07-20 16:09:51 EDT", "ConditionTimestampMonotonic": "457832323", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "ControlGroupId": "8187", "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": "43878", "ExecMainStartTimestamp": "Mon 2026-07-20 16:10:02 EDT", "ExecMainStartTimestampMonotonic": "468280000", "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": "Mon 2026-07-20 16:09:51 EDT", "InactiveExitTimestampMonotonic": "457834206", "InvocationID": "644639e6d1f7438b9a78c298a5850d09", "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": "43878", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2907230208", "MemoryCurrent": "2199552", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "26009600", "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": "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", "StateChangeTimestamp": "Mon 2026-07-20 16:10:02 EDT", "StateChangeTimestampMonotonic": "468530057", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 16:11:52 -0400 (0:00:11.213) 0:05:49.515 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578188.6936433, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "b3c08d389a446e9c68ee76da0fe513de4363b698", "ctime": 1784578188.1576414, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 50331862, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784578187.83364, "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": "674872354", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 16:11:53 -0400 (0:00:00.419) 0:05:49.935 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 16:11:53 -0400 (0:00:00.486) 0:05:50.421 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.025698", "end": "2026-07-20 16:11:54.092133", "rc": 0, "start": "2026-07-20 16:11:54.066435" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 16:11:54 -0400 (0:00:00.416) 0:05:50.838 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 16:11:54 -0400 (0:00:00.393) 0:05:51.231 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 16:11:54 -0400 (0:00:00.032) 0:05:51.263 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:11:54 -0400 (0:00:00.037) 0:05:51.301 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:11:54 -0400 (0:00:00.027) 0:05:51.328 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:11:54 -0400 (0:00:00.021) 0:05:51.349 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:11:54 -0400 (0:00:00.021) 0:05:51.371 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:11:54 -0400 (0:00:00.019) 0:05:51.390 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:11:54 -0400 (0:00:00.038) 0:05:51.428 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:11:54 -0400 (0:00:00.035) 0:05:51.464 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:11:54 -0400 (0:00:00.025) 0:05:51.490 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:11:54 -0400 (0:00:00.028) 0:05:51.519 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:11:54 -0400 (0:00:00.050) 0:05:51.569 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:11:55 -0400 (0:00:00.411) 0:05:51.980 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:11:55 -0400 (0:00:00.027) 0:05:52.007 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:11:55 -0400 (0:00:00.025) 0:05:52.033 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:11:55 -0400 (0:00:00.025) 0:05:52.058 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:11:55 -0400 (0:00:00.026) 0:05:52.085 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:11:55 -0400 (0:00:00.025) 0:05:52.110 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:11:55 -0400 (0:00:00.023) 0:05:52.134 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:11:55 -0400 (0:00:00.021) 0:05:52.155 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:11:55 -0400 (0:00:00.021) 0:05:52.177 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:11:55 -0400 (0:00:00.020) 0:05:52.198 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 16:11:55 -0400 (0:00:00.042) 0:05:52.241 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 16:11:55 -0400 (0:00:00.020) 0:05:52.261 *********** 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": "Mon 2026-07-20 16:10:20 EDT", "ActiveEnterTimestampMonotonic": "487121836", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount systemd-journald.socket network-online.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Mon 2026-07-20 16:10:10 EDT", "AssertTimestampMonotonic": "476595803", "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": "304543000", "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": "Mon 2026-07-20 16:10:10 EDT", "ConditionTimestampMonotonic": "476595801", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "ControlGroupId": "9519", "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": "45968", "ExecMainStartTimestamp": "Mon 2026-07-20 16:10:20 EDT", "ExecMainStartTimestampMonotonic": "486940000", "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": "Mon 2026-07-20 16:10:10 EDT", "InactiveExitTimestampMonotonic": "476597700", "InvocationID": "4fc8c9c86b98421ab3aff65939d2d0ae", "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": "45968", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2918719488", "MemoryCurrent": "2166784", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "26120192", "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\" -.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", "StateChangeTimestamp": "Mon 2026-07-20 16:10:20 EDT", "StateChangeTimestampMonotonic": "487121836", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 16:12:06 -0400 (0:00:11.229) 0:06:03.490 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578207.8157141, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "fea73a8218f20c623e23b0da9184d9cd121c1ed0", "ctime": 1784578207.335036, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 545259725, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784578207.0417113, "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": "1439799696", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 16:12:07 -0400 (0:00:00.413) 0:06:03.904 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 16:12:07 -0400 (0:00:00.490) 0:06:04.395 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.038396", "end": "2026-07-20 16:12:08.094287", "rc": 0, "start": "2026-07-20 16:12:08.055891" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: testfile3 TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 16:12:08 -0400 (0:00:00.461) 0:06:04.856 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 16:12:08 -0400 (0:00:00.437) 0:06:05.293 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 16:12:08 -0400 (0:00:00.042) 0:06:05.336 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:12:08 -0400 (0:00:00.051) 0:06:05.387 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:12:08 -0400 (0:00:00.025) 0:06:05.413 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:12:08 -0400 (0:00:00.100) 0:06:05.514 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:12:08 -0400 (0:00:00.025) 0:06:05.540 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Monday 20 July 2026 16:12:08 -0400 (0:00:00.018) 0:06:05.559 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Monday 20 July 2026 16:12:08 -0400 (0:00:00.015) 0:06:05.574 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Monday 20 July 2026 16:12:08 -0400 (0:00:00.021) 0:06:05.596 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Monday 20 July 2026 16:12:08 -0400 (0:00:00.066) 0:06:05.663 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Monday 20 July 2026 16:12:09 -0400 (0:00:00.391) 0:06:06.055 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Monday 20 July 2026 16:12:09 -0400 (0:00:00.044) 0:06:06.100 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578164.4335537, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1784578169.4865725, "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": 1784578169.4865725, "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Monday 20 July 2026 16:12:09 -0400 (0:00:00.390) 0:06:06.490 *********** ok: [managed-node2] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Monday 20 July 2026 16:12:11 -0400 (0:00:01.571) 0:06:08.062 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.039512", "end": "2026-07-20 16:12:11.803546", "rc": 0, "start": "2026-07-20 16:12:11.764034" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Monday 20 July 2026 16:12:11 -0400 (0:00:00.485) 0:06:08.547 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.036044", "end": "2026-07-20 16:12:12.310326", "rc": 0, "start": "2026-07-20 16:12:12.274282" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:51 Monday 20 July 2026 16:12:12 -0400 (0:00:00.507) 0:06:09.054 *********** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "podman_basic_user" ], "delta": "0:00:00.007115", "end": "2026-07-20 16:12:12.705397", "rc": 0, "start": "2026-07-20 16:12:12.698282" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 Monday 20 July 2026 16:12:12 -0400 (0:00:00.414) 0:06:09.469 *********** 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.006386", "end": "2026-07-20 16:12:24.962898", "failed_when_result": false, "rc": 1, "start": "2026-07-20 16:12:24.956512" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:83 Monday 20 July 2026 16:12:25 -0400 (0:00:12.238) 0:06:21.708 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:88 Monday 20 July 2026 16:12:25 -0400 (0:00:00.023) 0:06:21.731 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:99 Monday 20 July 2026 16:12:25 -0400 (0:00:00.022) 0:06:21.754 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Monday 20 July 2026 16:12:25 -0400 (0:00:00.022) 0:06:21.776 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Monday 20 July 2026 16:12:25 -0400 (0:00:00.017) 0:06:21.794 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Monday 20 July 2026 16:12:25 -0400 (0:00:00.015) 0:06:21.809 *********** ok: [managed-node2] => { "changed": false } TASK [Check that pods are not running] ***************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:436 Monday 20 July 2026 16:12:25 -0400 (0:00:00.389) 0:06:22.199 *********** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd1" ], "delta": "0:00:00.025174", "end": "2026-07-20 16:12:25.936334", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 125, "start": "2026-07-20 16:12:25.911160" } STDERR: time="2026-07-20T16:12:25-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.028695", "end": "2026-07-20 16:12:26.324008", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2026-07-20 16:12:26.295313" } 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.027103", "end": "2026-07-20 16:12:26.703740", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2026-07-20 16:12:26.676637" } MSG: non-zero return code TASK [Check Services should be absent] ***************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:449 Monday 20 July 2026 16:12:26 -0400 (0:00:01.249) 0:06:23.449 *********** 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.008170", "end": "2026-07-20 16:12:27.188114", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2026-07-20 16:12:27.179944" } 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.014236", "end": "2026-07-20 16:12:27.559256", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2026-07-20 16:12:27.545020" } 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.013755", "end": "2026-07-20 16:12:27.922350", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2026-07-20 16:12:27.908595" } MSG: non-zero return code TASK [Ensure no linger] ******************************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:468 Monday 20 July 2026 16:12:27 -0400 (0:00:01.213) 0:06:24.663 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:476 Monday 20 July 2026 16:12:28 -0400 (0:00:00.375) 0:06:25.038 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Monday 20 July 2026 16:12:28 -0400 (0:00:00.034) 0:06:25.073 *********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Monday 20 July 2026 16:12:28 -0400 (0:00:00.001) 0:06:25.074 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Monday 20 July 2026 16:12:28 -0400 (0:00:00.018) 0:06:25.092 *********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Monday 20 July 2026 16:12:28 -0400 (0:00:00.052) 0:06:25.145 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Monday 20 July 2026 16:12:28 -0400 (0:00:00.023) 0:06:25.169 *********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Monday 20 July 2026 16:12:29 -0400 (0:00:00.573) 0:06:25.742 *********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Monday 20 July 2026 16:12:29 -0400 (0:00:00.368) 0:06:26.111 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Monday 20 July 2026 16:12:29 -0400 (0:00:00.022) 0:06:26.133 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Monday 20 July 2026 16:12:29 -0400 (0:00:00.025) 0:06:26.159 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Monday 20 July 2026 16:12:29 -0400 (0:00:00.023) 0:06:26.183 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Monday 20 July 2026 16:12:29 -0400 (0:00:00.017) 0:06:26.201 *********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Monday 20 July 2026 16:12:29 -0400 (0:00:00.041) 0:06:26.243 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Monday 20 July 2026 16:12:29 -0400 (0:00:00.018) 0:06:26.262 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Monday 20 July 2026 16:12:29 -0400 (0:00:00.018) 0:06:26.280 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Monday 20 July 2026 16:12:29 -0400 (0:00:00.017) 0:06:26.298 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Monday 20 July 2026 16:12:30 -0400 (0:00:00.948) 0:06:27.246 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Monday 20 July 2026 16:12:30 -0400 (0:00:00.032) 0:06:27.279 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Monday 20 July 2026 16:12:30 -0400 (0:00:00.030) 0:06:27.309 *********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Monday 20 July 2026 16:12:30 -0400 (0:00:00.021) 0:06:27.330 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Monday 20 July 2026 16:12:30 -0400 (0:00:00.024) 0:06:27.355 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Monday 20 July 2026 16:12:30 -0400 (0:00:00.026) 0:06:27.381 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022587", "end": "2026-07-20 16:12:31.030553", "rc": 0, "start": "2026-07-20 16:12:31.007966" } STDOUT: podman version 6.0.0 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Monday 20 July 2026 16:12:31 -0400 (0:00:00.390) 0:06:27.771 *********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.0" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Monday 20 July 2026 16:12:31 -0400 (0:00:00.027) 0:06:27.799 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Monday 20 July 2026 16:12:31 -0400 (0:00:00.030) 0:06:27.830 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Monday 20 July 2026 16:12:31 -0400 (0:00:00.097) 0:06:27.928 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Monday 20 July 2026 16:12:31 -0400 (0:00:00.011) 0:06:27.940 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Monday 20 July 2026 16:12:31 -0400 (0:00:00.031) 0:06:27.972 *********** 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 : Fail if podman_run_as_ansible_user is set but ansible_user is undefined] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Monday 20 July 2026 16:12:31 -0400 (0:00:00.021) 0:06:27.993 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_run_as_ansible_user | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check user and group information] ***** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Monday 20 July 2026 16:12:31 -0400 (0:00:00.021) 0:06:28.015 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:12:31 -0400 (0:00:00.041) 0:06:28.057 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:12:31 -0400 (0:00:00.377) 0:06:28.434 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:12:31 -0400 (0:00:00.024) 0:06:28.459 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:12:31 -0400 (0:00:00.036) 0:06:28.495 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:12:32 -0400 (0:00:00.397) 0:06:28.893 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:12:32 -0400 (0:00:00.023) 0:06:28.916 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:12:32 -0400 (0:00:00.021) 0:06:28.937 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:12:32 -0400 (0:00:00.022) 0:06:28.960 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:12:32 -0400 (0:00:00.020) 0:06:28.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 user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:12:32 -0400 (0:00:00.021) 0:06:29.001 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:12:32 -0400 (0:00:00.020) 0:06:29.022 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:12:32 -0400 (0:00:00.026) 0:06:29.049 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Monday 20 July 2026 16:12:32 -0400 (0:00:00.024) 0:06:29.074 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Monday 20 July 2026 16:12:32 -0400 (0:00:00.082) 0:06:29.156 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Monday 20 July 2026 16:12:32 -0400 (0:00:00.068) 0:06:29.224 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Monday 20 July 2026 16:12:32 -0400 (0:00:00.031) 0:06:29.256 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Monday 20 July 2026 16:12:32 -0400 (0:00:00.030) 0:06:29.286 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Monday 20 July 2026 16:12:32 -0400 (0:00:00.068) 0:06:29.355 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Monday 20 July 2026 16:12:32 -0400 (0:00:00.031) 0:06:29.386 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Monday 20 July 2026 16:12:32 -0400 (0:00:00.031) 0:06:29.418 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Monday 20 July 2026 16:12:32 -0400 (0:00:00.049) 0:06:29.468 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Monday 20 July 2026 16:12:32 -0400 (0:00:00.022) 0:06:29.490 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Monday 20 July 2026 16:12:32 -0400 (0:00:00.021) 0:06:29.512 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Monday 20 July 2026 16:12:32 -0400 (0:00:00.068) 0:06:29.581 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Monday 20 July 2026 16:12:32 -0400 (0:00:00.020) 0:06:29.601 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Monday 20 July 2026 16:12:32 -0400 (0:00:00.019) 0:06:29.621 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Monday 20 July 2026 16:12:32 -0400 (0:00:00.020) 0:06:29.641 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Monday 20 July 2026 16:12:32 -0400 (0:00:00.018) 0:06:29.660 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Monday 20 July 2026 16:12:32 -0400 (0:00:00.018) 0:06:29.679 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Monday 20 July 2026 16:12:33 -0400 (0:00:00.018) 0:06:29.697 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Monday 20 July 2026 16:12:33 -0400 (0:00:00.019) 0:06:29.717 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Monday 20 July 2026 16:12:33 -0400 (0:00:00.016) 0:06:29.733 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Monday 20 July 2026 16:12:33 -0400 (0:00:00.018) 0:06:29.752 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Monday 20 July 2026 16:12:33 -0400 (0:00:00.070) 0:06:29.822 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Monday 20 July 2026 16:12:33 -0400 (0:00:00.035) 0:06:29.858 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:12:33 -0400 (0:00:00.095) 0:06:29.953 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:12:33 -0400 (0:00:00.410) 0:06:30.363 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:12:33 -0400 (0:00:00.040) 0:06:30.404 *********** 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.005419", "end": "2026-07-20 16:12:34.194667", "rc": 0, "start": "2026-07-20 16:12:34.189248" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:12:34 -0400 (0:00:00.540) 0:06:30.944 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:12:34 -0400 (0:00:00.232) 0:06:31.177 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:12:34 -0400 (0:00:00.428) 0:06:31.605 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:12:34 -0400 (0:00:00.068) 0:06:31.674 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005718", "end": "2026-07-20 16:12:35.465848", "rc": 0, "start": "2026-07-20 16:12:35.460130" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:12:35 -0400 (0:00:00.548) 0:06:32.222 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Monday 20 July 2026 16:12:36 -0400 (0:00:00.501) 0:06:32.724 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Monday 20 July 2026 16:12:36 -0400 (0:00:00.030) 0:06:32.755 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Monday 20 July 2026 16:12:36 -0400 (0:00:00.030) 0:06:32.786 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005739", "end": "2026-07-20 16:12:36.510059", "rc": 0, "start": "2026-07-20 16:12:36.504320" } 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Monday 20 July 2026 16:12:36 -0400 (0:00:00.478) 0:06:33.264 *********** 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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Monday 20 July 2026 16:12:36 -0400 (0:00:00.241) 0:06:33.506 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Monday 20 July 2026 16:12:36 -0400 (0:00:00.113) 0:06:33.619 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Monday 20 July 2026 16:12:36 -0400 (0:00:00.035) 0:06:33.654 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:12:37 -0400 (0:00:00.129) 0:06:33.784 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:12:37 -0400 (0:00:00.032) 0:06:33.816 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Monday 20 July 2026 16:12:37 -0400 (0:00:00.030) 0:06:33.847 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Monday 20 July 2026 16:12:37 -0400 (0:00:00.031) 0:06:33.878 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Monday 20 July 2026 16:12:37 -0400 (0:00:00.028) 0:06:33.907 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Monday 20 July 2026 16:12:37 -0400 (0:00:00.038) 0:06:33.946 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Monday 20 July 2026 16:12:37 -0400 (0:00:00.026) 0:06:33.973 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Monday 20 July 2026 16:12:37 -0400 (0:00:00.017) 0:06:33.990 *********** 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_3pcqzayj_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_3pcqzayj_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_3pcqzayj_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_3pcqzayj_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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Monday 20 July 2026 16:12:37 -0400 (0:00:00.079) 0:06:34.069 *********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Monday 20 July 2026 16:12:37 -0400 (0:00:00.018) 0:06:34.087 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Monday 20 July 2026 16:12:37 -0400 (0:00:00.020) 0:06:34.107 *********** included: /tmp/collections-PwF/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-PwF/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-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:12:37 -0400 (0:00:00.097) 0:06:34.205 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:12:37 -0400 (0:00:00.035) 0:06:34.240 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:12:37 -0400 (0:00:00.037) 0:06:34.277 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:12:37 -0400 (0:00:00.392) 0:06:34.670 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:12:38 -0400 (0:00:00.039) 0:06:34.709 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:12:38 -0400 (0:00:00.049) 0:06:34.759 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:12:38 -0400 (0:00:00.389) 0:06:35.149 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004218", "end": "2026-07-20 16:12:38.786387", "rc": 0, "start": "2026-07-20 16:12:38.782169" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:12:38 -0400 (0:00:00.392) 0:06:35.541 *********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004033", "end": "2026-07-20 16:12:39.210489", "rc": 0, "start": "2026-07-20 16:12:39.206456" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:12:39 -0400 (0:00:00.411) 0:06:35.952 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:12:39 -0400 (0:00:00.037) 0:06:35.990 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:12:39 -0400 (0:00:00.021) 0:06:36.012 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:12:39 -0400 (0:00:00.021) 0:06:36.033 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:12:39 -0400 (0:00:00.024) 0:06:36.058 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:12:39 -0400 (0:00:00.024) 0:06:36.082 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:12:39 -0400 (0:00:00.031) 0:06:36.114 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:12:39 -0400 (0:00:00.032) 0:06:36.146 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 16:12:39 -0400 (0:00:00.069) 0:06:36.216 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 16:12:39 -0400 (0:00:00.421) 0:06:36.637 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 16:12:39 -0400 (0:00:00.035) 0:06:36.673 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 16:12:40 -0400 (0:00:00.388) 0:06:37.062 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 16:12:40 -0400 (0:00:00.024) 0:06:37.086 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 16:12:40 -0400 (0:00:00.022) 0:06:37.109 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 16:12:40 -0400 (0:00:00.376) 0:06:37.486 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 16:12:40 -0400 (0:00:00.109) 0:06:37.595 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:12:40 -0400 (0:00:00.040) 0:06:37.635 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:12:40 -0400 (0:00:00.038) 0:06:37.673 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:12:41 -0400 (0:00:00.037) 0:06:37.711 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:12:41 -0400 (0:00:00.032) 0:06:37.743 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:12:41 -0400 (0:00:00.023) 0:06:37.766 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:12:41 -0400 (0:00:00.044) 0:06:37.811 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:12:41 -0400 (0:00:00.050) 0:06:37.862 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:12:41 -0400 (0:00:00.381) 0:06:38.244 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:12:41 -0400 (0:00:00.027) 0:06:38.271 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:12:41 -0400 (0:00:00.035) 0:06:38.307 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:12:42 -0400 (0:00:00.386) 0:06:38.693 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:12:42 -0400 (0:00:00.039) 0:06:38.733 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:12:42 -0400 (0:00:00.043) 0:06:38.777 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:12:42 -0400 (0:00:00.041) 0:06:38.818 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:12:42 -0400 (0:00:00.039) 0:06:38.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:12:42 -0400 (0:00:00.058) 0:06:38.916 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:12:42 -0400 (0:00:00.043) 0:06:38.959 *********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:12:42 -0400 (0:00:00.039) 0:06:38.998 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:12:42 -0400 (0:00:00.039) 0:06:39.038 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:12:42 -0400 (0:00:00.036) 0:06:39.075 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 16:12:42 -0400 (0:00:00.072) 0:06:39.147 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 16:12:42 -0400 (0:00:00.027) 0:06:39.175 *********** 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": "network-online.target sysinit.target basic.target systemd-journald.socket -.mount \"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-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": "2960887808", "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": "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 16:12:43 -0400 (0:00:00.548) 0:06:39.724 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 16:12:43 -0400 (0:00:00.366) 0:06:40.090 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 16:12:43 -0400 (0:00:00.023) 0:06:40.114 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 16:12:43 -0400 (0:00:00.022) 0:06:40.137 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 16:12:43 -0400 (0:00:00.375) 0:06:40.513 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 16:12:43 -0400 (0:00:00.026) 0:06:40.539 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:12:43 -0400 (0:00:00.029) 0:06:40.569 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:12:43 -0400 (0:00:00.020) 0:06:40.589 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:12:43 -0400 (0:00:00.020) 0:06:40.610 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:12:43 -0400 (0:00:00.019) 0:06:40.630 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Monday 20 July 2026 16:12:43 -0400 (0:00:00.018) 0:06:40.648 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Monday 20 July 2026 16:12:43 -0400 (0:00:00.033) 0:06:40.681 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Monday 20 July 2026 16:12:44 -0400 (0:00:00.033) 0:06:40.715 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Monday 20 July 2026 16:12:44 -0400 (0:00:00.022) 0:06:40.738 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Monday 20 July 2026 16:12:44 -0400 (0:00:00.024) 0:06:40.762 *********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Monday 20 July 2026 16:12:44 -0400 (0:00:00.033) 0:06:40.796 *********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784578021.6200664, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784578007.2649724, "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": "2914149720", "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Monday 20 July 2026 16:12:44 -0400 (0:00:00.373) 0:06:41.169 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Monday 20 July 2026 16:12:44 -0400 (0:00:00.022) 0:06:41.192 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Monday 20 July 2026 16:12:44 -0400 (0:00:00.022) 0:06:41.215 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Monday 20 July 2026 16:12:44 -0400 (0:00:00.022) 0:06:41.237 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Monday 20 July 2026 16:12:44 -0400 (0:00:00.020) 0:06:41.258 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Monday 20 July 2026 16:12:44 -0400 (0:00:00.020) 0:06:41.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 : Fail if user not in subuid file] ****** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Monday 20 July 2026 16:12:44 -0400 (0:00:00.022) 0:06:41.300 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Monday 20 July 2026 16:12:44 -0400 (0:00:00.024) 0:06:41.324 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Monday 20 July 2026 16:12:44 -0400 (0:00:00.026) 0:06:41.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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Monday 20 July 2026 16:12:44 -0400 (0:00:00.031) 0:06:41.382 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Monday 20 July 2026 16:12:44 -0400 (0:00:00.048) 0:06:41.431 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Monday 20 July 2026 16:12:44 -0400 (0:00:00.025) 0:06:41.456 *********** 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": "sysinit.target basic.target network-online.target -.mount \"system-podman\\\\x2dkube.slice\" 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-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": "2959683584", "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": "sysinit.target \"system-podman\\\\x2dkube.slice\" -.mount", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Monday 20 July 2026 16:12:45 -0400 (0:00:00.566) 0:06:42.022 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Monday 20 July 2026 16:12:45 -0400 (0:00:00.370) 0:06:42.392 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Monday 20 July 2026 16:12:45 -0400 (0:00:00.023) 0:06:42.416 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Monday 20 July 2026 16:12:45 -0400 (0:00:00.022) 0:06:42.438 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Monday 20 July 2026 16:12:46 -0400 (0:00:00.380) 0:06:42.819 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Monday 20 July 2026 16:12:46 -0400 (0:00:00.158) 0:06:42.977 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Monday 20 July 2026 16:12:46 -0400 (0:00:00.054) 0:06:43.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 as not yet needing to cancel linger] *** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Monday 20 July 2026 16:12:46 -0400 (0:00:00.039) 0:06:43.071 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Monday 20 July 2026 16:12:46 -0400 (0:00:00.025) 0:06:43.097 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Monday 20 July 2026 16:12:46 -0400 (0:00:00.025) 0:06:43.122 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Monday 20 July 2026 16:12:46 -0400 (0:00:00.019) 0:06:43.142 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Monday 20 July 2026 16:12:46 -0400 (0:00:00.022) 0:06:43.164 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Monday 20 July 2026 16:12:46 -0400 (0:00:00.023) 0:06:43.187 *********** included: /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Monday 20 July 2026 16:12:46 -0400 (0:00:00.068) 0:06:43.256 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Monday 20 July 2026 16:12:46 -0400 (0:00:00.375) 0:06:43.632 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Monday 20 July 2026 16:12:46 -0400 (0:00:00.027) 0:06:43.659 *********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Monday 20 July 2026 16:12:47 -0400 (0:00:00.395) 0:06:44.054 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Monday 20 July 2026 16:12:47 -0400 (0:00:00.036) 0:06:44.091 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Monday 20 July 2026 16:12:47 -0400 (0:00:00.034) 0:06:44.126 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:51 Monday 20 July 2026 16:12:47 -0400 (0:00:00.026) 0:06:44.153 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 Monday 20 July 2026 16:12:47 -0400 (0:00:00.023) 0:06:44.176 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:83 Monday 20 July 2026 16:12:47 -0400 (0:00:00.025) 0:06:44.202 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:88 Monday 20 July 2026 16:12:47 -0400 (0:00:00.026) 0:06:44.228 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:99 Monday 20 July 2026 16:12:47 -0400 (0:00:00.021) 0:06:44.250 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Monday 20 July 2026 16:12:47 -0400 (0:00:00.021) 0:06:44.271 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Monday 20 July 2026 16:12:47 -0400 (0:00:00.015) 0:06:44.287 *********** 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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Monday 20 July 2026 16:12:47 -0400 (0:00:00.017) 0:06:44.304 *********** ok: [managed-node2] => { "changed": false } TASK [Clean up storage.conf] *************************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:509 Monday 20 July 2026 16:12:48 -0400 (0:00:00.388) 0:06:44.693 *********** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:516 Monday 20 July 2026 16:12:48 -0400 (0:00:00.388) 0:06:45.082 *********** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_3pcqzayj_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:523 Monday 20 July 2026 16:12:48 -0400 (0:00:00.397) 0:06:45.479 *********** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_ocu8el0r.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=729 changed=51 unreachable=0 failed=0 skipped=961 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2026-07-20T20:08:01.306935+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-20T20:08:00.542334+00:00Z", "task_name": "Update containers/pods", "task_path": "/tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Monday 20 July 2026 16:12:49 -0400 (0:00:00.313) 0:06:45.792 *********** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 44.85s /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 fedora.linux_system_roles.podman : Start service ----------------------- 11.38s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 fedora.linux_system_roles.podman : Start service ----------------------- 11.36s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.23s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.21s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Stop and disable service ------------ 11.12s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.11s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 3.53s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.92s /tmp/collections-PwF/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-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.83s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.83s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.81s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.78s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.podman : Ensure container images are present --- 2.69s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 fedora.linux_system_roles.firewall : Check if firewalld is responding to dbus requests --- 2.68s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Gathering Facts --------------------------------------------------------- 2.67s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Create data files ------------------------------------------------------- 1.99s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:240 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.93s /tmp/collections-PwF/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23