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-gXq 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Tuesday 21 July 2026 17:58:31 -0400 (0:00:00.032) 0:00:00.032 ********** 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-Lem/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Tuesday 21 July 2026 17:58:31 -0400 (0:00:00.022) 0:00:00.055 ********** [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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:179 Tuesday 21 July 2026 17:58:33 -0400 (0:00:02.396) 0:00:02.451 ********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_wugen3va_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:186 Tuesday 21 July 2026 17:58:33 -0400 (0:00:00.482) 0:00:02.934 ********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_wugen3va_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:197 Tuesday 21 July 2026 17:58:34 -0400 (0:00:00.544) 0:00:03.478 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:202 Tuesday 21 July 2026 17:58:34 -0400 (0:00:00.031) 0:00:03.510 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:207 Tuesday 21 July 2026 17:58:34 -0400 (0:00:00.030) 0:00:03.540 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:212 Tuesday 21 July 2026 17:58:34 -0400 (0:00:00.031) 0:00:03.572 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:217 Tuesday 21 July 2026 17:58:35 -0400 (0:00:00.603) 0:00:04.175 ********** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_tjc56ubn.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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:225 Tuesday 21 July 2026 17:58:35 -0400 (0:00:00.210) 0:00:04.386 ********** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "8f52ad765cde5c1227d87338cdfc66bd4e95055a", "dest": "/tmp/lsr_podman_tjc56ubn.yml", "gid": 0, "group": "root", "md5sum": "1f90f2f985ca2bdd2c274bc676a40f45", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 993, "src": "/root/.ansible/tmp/ansible-tmp-1784671115.4211795-9725-209289200421320/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:232 Tuesday 21 July 2026 17:58:36 -0400 (0:00:00.695) 0:00:05.081 ********** 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_wugen3va_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_wugen3va_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_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:240 Tuesday 21 July 2026 17:58:37 -0400 (0:00:01.053) 0:00:06.134 ********** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_wugen3va_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-1784671117.1931658-9788-174288777590045/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_wugen3va_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-1784671117.8395135-9788-219647986434757/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_wugen3va_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-1784671118.4837608-9788-109513199332805/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:250 Tuesday 21 July 2026 17:58:39 -0400 (0:00:01.941) 0:00:08.076 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Tuesday 21 July 2026 17:58:39 -0400 (0:00:00.017) 0:00:08.094 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Tuesday 21 July 2026 17:58:39 -0400 (0:00:00.001) 0:00:08.095 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Tuesday 21 July 2026 17:58:39 -0400 (0:00:00.017) 0:00:08.113 ********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 21 July 2026 17:58:39 -0400 (0:00:00.091) 0:00:08.204 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 21 July 2026 17:58:39 -0400 (0:00:00.024) 0:00:08.229 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Tuesday 21 July 2026 17:58:39 -0400 (0:00:00.549) 0:00:08.778 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Tuesday 21 July 2026 17:58:40 -0400 (0:00:00.434) 0:00:09.213 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Tuesday 21 July 2026 17:58:40 -0400 (0:00:00.349) 0:00:09.562 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Tuesday 21 July 2026 17:58:40 -0400 (0:00:00.022) 0:00:09.585 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Tuesday 21 July 2026 17:58:40 -0400 (0:00:00.348) 0:00:09.934 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Tuesday 21 July 2026 17:58:40 -0400 (0:00:00.022) 0:00:09.956 ********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Tuesday 21 July 2026 17:58:41 -0400 (0:00:00.041) 0:00:09.998 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008827", "end": "2026-07-21 17:58:41.408914", "failed_when_result": false, "rc": 0, "start": "2026-07-21 17:58:41.400087" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Tuesday 21 July 2026 17:58:41 -0400 (0:00:00.448) 0:00:10.446 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Tuesday 21 July 2026 17:58:41 -0400 (0:00:00.020) 0:00:10.466 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 21 July 2026 17:58:41 -0400 (0:00:00.022) 0:00:10.488 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 21 July 2026 17:58:42 -0400 (0:00:01.107) 0:00:11.596 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 21 July 2026 17:58:42 -0400 (0:00:00.019) 0:00:11.616 ********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: criu-libs-4.2-7.el10.x86_64", "Installed: crun-1.28-1.el10.x86_64", "Installed: gpgme-1.23.2-6.el10.x86_64", "Installed: aardvark-dns-2:2.0.0-1.el10.x86_64", "Installed: shadow-utils-subid-2:4.15.0-13.el10.x86_64", "Installed: conmon-3:2.2.1-4.el10.x86_64", "Installed: libgcrypt-1.11.0-7.el10.x86_64", "Installed: passt-0^20260611.ga9c61ff-1.el10.x86_64", "Installed: passt-selinux-0^20260611.ga9c61ff-1.el10.noarch", "Installed: libgpg-error-1.50-2.el10.x86_64", "Installed: catatonit-5:0.2.1-4.el10.x86_64", "Installed: container-selinux-4:2.250.0-1.el10.noarch", "Installed: libassuan-2.5.6-6.el10.x86_64", "Installed: containers-common-6:6.0-2.el10.noarch", "Installed: containers-common-extra-6:6.0-2.el10.noarch", "Installed: protobuf-c-1.5.0-6.el10.x86_64", "Installed: netavark-2:2.0.0-1.el10.x86_64", "Installed: npth-1.6-21.el10.x86_64", "Installed: libnet-1.3-7.el10.x86_64", "Installed: podman-7:6.0.1-1.el10.x86_64", "Installed: libksba-1.6.7-2.el10.x86_64", "Installed: podman-sequoia-0.4.0~pqc.3-1.el10.x86_64", "Installed: gnupg2-2.4.5-5.el10.x86_64", "Installed: criu-4.2-7.el10.x86_64" ] } TASK [fedora.linux_system_roles.podman : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 21 July 2026 17:59:16 -0400 (0:00:33.714) 0:00:45.330 ********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 21 July 2026 17:59:16 -0400 (0:00:00.019) 0:00:45.350 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 21 July 2026 17:59:16 -0400 (0:00:00.019) 0:00:45.369 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 21 July 2026 17:59:16 -0400 (0:00:00.018) 0:00:45.388 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.027550", "end": "2026-07-21 17:59:16.789842", "rc": 0, "start": "2026-07-21 17:59:16.762292" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 21 July 2026 17:59:16 -0400 (0:00:00.452) 0:00:45.840 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 21 July 2026 17:59:16 -0400 (0:00:00.020) 0:00:45.860 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 21 July 2026 17:59:16 -0400 (0:00:00.021) 0:00:45.882 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 21 July 2026 17:59:16 -0400 (0:00:00.019) 0:00:45.901 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 21 July 2026 17:59:16 -0400 (0:00:00.012) 0:00:45.914 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 21 July 2026 17:59:16 -0400 (0:00:00.030) 0:00:45.945 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 21 July 2026 17:59:16 -0400 (0:00:00.038) 0:00:45.983 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Tuesday 21 July 2026 17:59:17 -0400 (0:00:00.022) 0:00:46.006 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 17:59:17 -0400 (0:00:00.043) 0:00:46.049 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 17:59:17 -0400 (0:00:00.469) 0:00:46.519 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 17:59:17 -0400 (0:00:00.021) 0:00:46.541 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 17:59:17 -0400 (0:00:00.034) 0:00:46.575 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1778803200.0, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 17:59:17 -0400 (0:00:00.395) 0:00:46.970 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.021) 0:00:46.992 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.030) 0:00:47.022 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.057) 0:00:47.079 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.020) 0:00:47.100 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.020) 0:00:47.120 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.020) 0:00:47.141 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.022) 0:00:47.163 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.020) 0:00:47.183 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.045) 0:00:47.229 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.040) 0:00:47.270 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.019) 0:00:47.289 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.018) 0:00:47.308 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.040) 0:00:47.349 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.017) 0:00:47.367 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.017) 0:00:47.384 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.042) 0:00:47.427 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.019) 0:00:47.447 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.019) 0:00:47.466 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.046) 0:00:47.513 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.019) 0:00:47.532 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.018) 0:00:47.551 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.020) 0:00:47.571 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.019) 0:00:47.590 ********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.091) 0:00:47.681 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Tuesday 21 July 2026 17:59:18 -0400 (0:00:00.032) 0:00:47.714 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Tuesday 21 July 2026 17:59:19 -0400 (0:00:00.493) 0:00:48.207 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Tuesday 21 July 2026 17:59:19 -0400 (0:00:00.380) 0:00:48.587 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Tuesday 21 July 2026 17:59:19 -0400 (0:00:00.381) 0:00:48.968 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Tuesday 21 July 2026 17:59:20 -0400 (0:00:00.027) 0:00:48.996 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Tuesday 21 July 2026 17:59:20 -0400 (0:00:00.383) 0:00:49.379 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Tuesday 21 July 2026 17:59:20 -0400 (0:00:00.033) 0:00:49.413 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 21 July 2026 17:59:20 -0400 (0:00:00.048) 0:00:49.461 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Tuesday 21 July 2026 17:59:20 -0400 (0:00:00.039) 0:00:49.500 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008999", "end": "2026-07-21 17:59:20.827070", "failed_when_result": false, "rc": 0, "start": "2026-07-21 17:59:20.818071" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Require installed systemd] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Tuesday 21 July 2026 17:59:20 -0400 (0:00:00.368) 0:00:49.869 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Tuesday 21 July 2026 17:59:20 -0400 (0:00:00.025) 0:00:49.894 ********** ok: [managed-node2] => { "ansible_facts": { "__firewall_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Tuesday 21 July 2026 17:59:20 -0400 (0:00:00.027) 0:00:49.922 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Tuesday 21 July 2026 17:59:22 -0400 (0:00:01.732) 0:00:51.655 ********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Tuesday 21 July 2026 17:59:22 -0400 (0:00:00.020) 0:00:51.675 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Tuesday 21 July 2026 17:59:22 -0400 (0:00:00.021) 0:00:51.697 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Tuesday 21 July 2026 17:59:22 -0400 (0:00:00.026) 0:00:51.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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Tuesday 21 July 2026 17:59:22 -0400 (0:00:00.046) 0:00:51.770 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Tuesday 21 July 2026 17:59:22 -0400 (0:00:00.038) 0:00:51.808 ********** 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 basic.target sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ip6tables.service iptables.service shutdown.target 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": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "3005399040", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Tuesday 21 July 2026 17:59:23 -0400 (0:00:00.768) 0:00:52.576 ********** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "iptables.service ip6tables.service shutdown.target ebtables.service ipset.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "3006992384", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Tuesday 21 July 2026 17:59:24 -0400 (0:00:00.825) 0:00:53.402 ********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:01.200798", "end": "2026-07-21 17:59:25.996685", "rc": 0, "start": "2026-07-21 17:59:24.795887" } STDOUT: running STDERR: Waiting on dbus connection... TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Tuesday 21 July 2026 17:59:26 -0400 (0:00:01.640) 0:00:55.043 ********** changed: [managed-node2] => { "__firewall_changed": true, "changed": true, "short_circuit": false } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Tuesday 21 July 2026 17:59:27 -0400 (0:00:01.318) 0:00:56.362 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Tuesday 21 July 2026 17:59:27 -0400 (0:00:00.021) 0:00:56.383 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_debug_short_circuit | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Reset firewall_config] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Tuesday 21 July 2026 17:59:27 -0400 (0:00:00.030) 0:00:56.414 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Tuesday 21 July 2026 17:59:27 -0400 (0:00:00.034) 0:00:56.448 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Tuesday 21 July 2026 17:59:27 -0400 (0:00:00.046) 0:00:56.495 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Tuesday 21 July 2026 17:59:27 -0400 (0:00:00.041) 0:00:56.536 ********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 21 July 2026 17:59:27 -0400 (0:00:00.352) 0:00:56.888 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Tuesday 21 July 2026 17:59:28 -0400 (0:00:00.136) 0:00:57.025 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Tuesday 21 July 2026 17:59:28 -0400 (0:00:00.027) 0:00:57.052 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Tuesday 21 July 2026 17:59:28 -0400 (0:00:00.482) 0:00:57.535 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Tuesday 21 July 2026 17:59:28 -0400 (0:00:00.345) 0:00:57.880 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Tuesday 21 July 2026 17:59:28 -0400 (0:00:00.039) 0:00:57.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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Tuesday 21 July 2026 17:59:29 -0400 (0:00:00.346) 0:00:58.266 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Tuesday 21 July 2026 17:59:29 -0400 (0:00:00.028) 0:00:58.294 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Tuesday 21 July 2026 17:59:29 -0400 (0:00:00.359) 0:00:58.653 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Tuesday 21 July 2026 17:59:29 -0400 (0:00:00.032) 0:00:58.685 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Tuesday 21 July 2026 17:59:29 -0400 (0:00:00.034) 0:00:58.720 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Tuesday 21 July 2026 17:59:30 -0400 (0:00:01.185) 0:00:59.906 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Tuesday 21 July 2026 17:59:30 -0400 (0:00:00.034) 0:00:59.941 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Tuesday 21 July 2026 17:59:32 -0400 (0:00:01.173) 0:01:01.114 ********** changed: [managed-node2] => { "changed": true, "rc": 0, "results": [ "Installed: libselinux-3.11-1.el10.x86_64", "Installed: python3-policycoreutils-3.11-1.el10.noarch", "Installed: libselinux-utils-3.11-1.el10.x86_64", "Installed: libsemanage-3.11-1.el10.x86_64", "Installed: libsepol-3.11-1.el10.x86_64", "Installed: policycoreutils-3.11-1.el10.x86_64", "Installed: python3-libselinux-3.11-1.el10.x86_64", "Installed: policycoreutils-python-utils-3.11-1.el10.noarch", "Installed: python3-libsemanage-3.11-1.el10.x86_64", "Removed: python3-libselinux-3.10-2.el10.x86_64", "Removed: policycoreutils-3.10-3.el10.x86_64", "Removed: libselinux-3.10-2.el10.x86_64", "Removed: libselinux-utils-3.10-2.el10.x86_64", "Removed: libsepol-3.10-2.el10.x86_64", "Removed: libsemanage-3.10-1.el10.x86_64", "Removed: python3-libsemanage-3.10-1.el10.x86_64", "Removed: python3-policycoreutils-3.10-3.el10.noarch" ] } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Tuesday 21 July 2026 17:59:35 -0400 (0:00:03.387) 0:01:04.501 ********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Tuesday 21 July 2026 17:59:35 -0400 (0:00:00.022) 0:01:04.523 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Tuesday 21 July 2026 17:59:35 -0400 (0:00:00.027) 0:01:04.551 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Tuesday 21 July 2026 17:59:35 -0400 (0:00:00.064) 0:01:04.615 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Tuesday 21 July 2026 17:59:36 -0400 (0:00:00.879) 0:01:05.495 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.009124", "end": "2026-07-21 17:59:36.838640", "failed_when_result": false, "rc": 0, "start": "2026-07-21 17:59:36.829516" } STDOUT: running TASK [fedora.linux_system_roles.selinux : Require installed systemd] *********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Tuesday 21 July 2026 17:59:36 -0400 (0:00:00.386) 0:01:05.881 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Tuesday 21 July 2026 17:59:36 -0400 (0:00:00.026) 0:01:05.907 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Tuesday 21 July 2026 17:59:36 -0400 (0:00:00.031) 0:01:05.939 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Tuesday 21 July 2026 17:59:36 -0400 (0:00:00.030) 0:01:05.970 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.022) 0:01:05.992 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.026) 0:01:06.018 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.029) 0:01:06.048 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.018) 0:01:06.067 ********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.021) 0:01:06.088 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.018) 0:01:06.107 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.020) 0:01:06.128 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.018) 0:01:06.146 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.018) 0:01:06.164 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.017) 0:01:06.182 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.019) 0:01:06.201 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Tuesday 21 July 2026 17:59:37 -0400 (0:00:00.018) 0:01:06.219 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Tuesday 21 July 2026 17:59:38 -0400 (0:00:01.457) 0:01:07.676 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Tuesday 21 July 2026 17:59:38 -0400 (0:00:00.018) 0:01:07.695 ********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Tuesday 21 July 2026 17:59:41 -0400 (0:00:02.795) 0:01:10.490 ********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Tuesday 21 July 2026 17:59:41 -0400 (0:00:00.090) 0:01:10.581 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Tuesday 21 July 2026 17:59:41 -0400 (0:00:00.038) 0:01:10.619 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Tuesday 21 July 2026 17:59:41 -0400 (0:00:00.036) 0:01:10.656 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Tuesday 21 July 2026 17:59:41 -0400 (0:00:00.037) 0:01:10.694 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Tuesday 21 July 2026 17:59:41 -0400 (0:00:00.036) 0:01:10.730 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.425) 0:01:11.156 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.044) 0:01:11.200 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.037) 0:01:11.238 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.036) 0:01:11.274 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.163) 0:01:11.438 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.039) 0:01:11.477 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.066) 0:01:11.544 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.054) 0:01:11.598 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.034) 0:01:11.633 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.032) 0:01:11.665 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.147) 0:01:11.812 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.091) 0:01:11.904 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.024) 0:01:11.929 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 17:59:42 -0400 (0:00:00.056) 0:01:11.986 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.044) 0:01:12.030 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.053) 0:01:12.083 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.054) 0:01:12.138 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.034) 0:01:12.172 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.034) 0:01:12.206 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.055) 0:01:12.262 ********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.033) 0:01:12.296 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.024) 0:01:12.320 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.110) 0:01:12.431 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.045) 0:01:12.476 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.091) 0:01:12.568 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.028) 0:01:12.597 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.028) 0:01:12.625 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 17:59:43 -0400 (0:00:00.039) 0:01:12.664 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.389) 0:01:13.054 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.025) 0:01:13.080 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.032) 0:01:13.112 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.048) 0:01:13.161 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.034) 0:01:13.195 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.041) 0:01:13.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 : Fail if user not in subuid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.041) 0:01:13.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 subgid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.042) 0:01:13.320 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.040) 0:01:13.360 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.041) 0:01:13.402 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.037) 0:01:13.440 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.075) 0:01:13.515 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.052) 0:01:13.568 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.029) 0:01:13.598 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.029) 0:01:13.627 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.025) 0:01:13.652 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.036) 0:01:13.689 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.025) 0:01:13.714 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.085) 0:01:13.800 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.031) 0:01:13.832 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Tuesday 21 July 2026 17:59:44 -0400 (0:00:00.022) 0:01:13.855 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Tuesday 21 July 2026 17:59:45 -0400 (0:00:00.358) 0:01:14.213 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Tuesday 21 July 2026 17:59:45 -0400 (0:00:00.392) 0:01:14.606 ********** 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-1784671185.6688244-11461-279325333975432/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Tuesday 21 July 2026 17:59:46 -0400 (0:00:00.726) 0:01:15.332 ********** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=false /etc/containers/ansible-kubernetes.d/nopull.yml" ], "changed": true } STDOUT: Pod: 481eadc40a94e53b58693c89bb361357e8ab396e9a518f9fdb8eab077f4e1b0b Container: 2ae21b08e1d5d79ee494838eb06285a6630958b24011914f842859b6661f9e06 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Tuesday 21 July 2026 17:59:47 -0400 (0:00:01.444) 0:01:16.777 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Tuesday 21 July 2026 17:59:47 -0400 (0:00:00.054) 0:01:16.832 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Tuesday 21 July 2026 17:59:47 -0400 (0:00:00.047) 0:01:16.879 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Tuesday 21 July 2026 17:59:47 -0400 (0:00:00.050) 0:01:16.930 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 21 July 2026 17:59:47 -0400 (0:00:00.049) 0:01:16.979 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.035) 0:01:17.015 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.040) 0:01:17.056 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.033) 0:01:17.089 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.034) 0:01:17.124 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.033) 0:01:17.158 ********** ok: [managed-node2] => { "changed": false } TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:270 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.427) 0:01:17.585 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Run role - verify continue if pull fails] ******************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:274 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.036) 0:01:17.622 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.038) 0:01:17.660 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.001) 0:01:17.661 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.019) 0:01:17.681 ********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.056) 0:01:17.738 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 21 July 2026 17:59:48 -0400 (0:00:00.025) 0:01:17.763 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Tuesday 21 July 2026 17:59:49 -0400 (0:00:00.588) 0:01:18.352 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Tuesday 21 July 2026 17:59:49 -0400 (0:00:00.412) 0:01:18.765 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Tuesday 21 July 2026 17:59:49 -0400 (0:00:00.032) 0:01:18.797 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Tuesday 21 July 2026 17:59:49 -0400 (0:00:00.031) 0:01:18.829 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Tuesday 21 July 2026 17:59:49 -0400 (0:00:00.030) 0:01:18.859 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Tuesday 21 July 2026 17:59:49 -0400 (0:00:00.028) 0:01:18.888 ********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Tuesday 21 July 2026 17:59:49 -0400 (0:00:00.072) 0:01:18.961 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Tuesday 21 July 2026 17:59:50 -0400 (0:00:00.029) 0:01:18.991 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Tuesday 21 July 2026 17:59:50 -0400 (0:00:00.030) 0:01:19.021 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 21 July 2026 17:59:50 -0400 (0:00:00.030) 0:01:19.052 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 21 July 2026 17:59:51 -0400 (0:00:01.145) 0:01:20.197 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.034) 0:01:20.232 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.044) 0:01:20.276 ********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.025) 0:01:20.302 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.022) 0:01:20.325 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.026) 0:01:20.351 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022280", "end": "2026-07-21 17:59:51.706814", "rc": 0, "start": "2026-07-21 17:59:51.684534" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.411) 0:01:20.763 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.040) 0:01:20.804 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.038) 0:01:20.843 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.034) 0:01:20.877 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.025) 0:01:20.902 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 21 July 2026 17:59:51 -0400 (0:00:00.052) 0:01:20.955 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 21 July 2026 17:59:52 -0400 (0:00:00.038) 0:01:20.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Tuesday 21 July 2026 17:59:52 -0400 (0:00:00.032) 0:01:21.026 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 17:59:52 -0400 (0:00:00.077) 0:01:21.103 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 17:59:52 -0400 (0:00:00.399) 0:01:21.502 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 17:59:52 -0400 (0:00:00.038) 0:01:21.541 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 17:59:52 -0400 (0:00:00.043) 0:01:21.584 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 17:59:52 -0400 (0:00:00.372) 0:01:21.957 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 17:59:52 -0400 (0:00:00.024) 0:01:21.982 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.022) 0:01:22.005 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.022) 0:01:22.028 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.022) 0:01:22.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.023) 0:01:22.074 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.025) 0:01:22.099 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.023) 0:01:22.123 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.037) 0:01:22.160 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.092) 0:01:22.252 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.076) 0:01:22.329 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.037) 0:01:22.366 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle registries.conf.d] ************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.036) 0:01:22.403 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.053) 0:01:22.456 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.030) 0:01:22.486 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.026) 0:01:22.512 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.062) 0:01:22.575 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.076) 0:01:22.652 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.022) 0:01:22.674 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.047) 0:01:22.722 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.022) 0:01:22.744 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_policy_json | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get the existing policy.json] ********* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.022) 0:01:22.767 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.021) 0:01:22.788 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.020) 0:01:22.809 ********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.090) 0:01:22.900 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Tuesday 21 July 2026 17:59:53 -0400 (0:00:00.035) 0:01:22.935 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Tuesday 21 July 2026 17:59:54 -0400 (0:00:00.515) 0:01:23.451 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Tuesday 21 July 2026 17:59:54 -0400 (0:00:00.370) 0:01:23.821 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Tuesday 21 July 2026 17:59:54 -0400 (0:00:00.041) 0:01:23.862 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Tuesday 21 July 2026 17:59:54 -0400 (0:00:00.040) 0:01:23.903 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Tuesday 21 July 2026 17:59:54 -0400 (0:00:00.038) 0:01:23.942 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Tuesday 21 July 2026 17:59:54 -0400 (0:00:00.038) 0:01:23.980 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 21 July 2026 17:59:55 -0400 (0:00:00.086) 0:01:24.067 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Tuesday 21 July 2026 17:59:55 -0400 (0:00:00.064) 0:01:24.131 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Tuesday 21 July 2026 17:59:55 -0400 (0:00:00.041) 0:01:24.173 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__firewall_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Tuesday 21 July 2026 17:59:55 -0400 (0:00:00.037) 0:01:24.210 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Tuesday 21 July 2026 17:59:55 -0400 (0:00:00.038) 0:01:24.249 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Tuesday 21 July 2026 17:59:56 -0400 (0:00:01.234) 0:01:25.484 ********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Tuesday 21 July 2026 17:59:56 -0400 (0:00:00.041) 0:01:25.525 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Tuesday 21 July 2026 17:59:56 -0400 (0:00:00.038) 0:01:25.564 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Tuesday 21 July 2026 17:59:56 -0400 (0:00:00.034) 0:01:25.599 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Tuesday 21 July 2026 17:59:56 -0400 (0:00:00.056) 0:01:25.655 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Tuesday 21 July 2026 17:59:56 -0400 (0:00:00.065) 0:01:25.720 ********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ActiveEnterTimestampMonotonic": "215187902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 17:59:24 EDT", "AssertTimestampMonotonic": "215185061", "Before": "shutdown.target network-pre.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": "891726000", "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": "Tue 2026-07-21 17:59:24 EDT", "ConditionTimestampMonotonic": "215185058", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service ip6tables.service ipset.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainHandoffTimestampMonotonic": "215223597", "ExecMainPID": "15039", "ExecMainStartTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainStartTimestampMonotonic": "215187427", "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": "Tue 2026-07-21 17:59:24 EDT", "InactiveExitTimestampMonotonic": "215187902", "InvocationID": "c4953b2eb00643479faa78a72d548c71", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15039", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2920873984", "MemoryCurrent": "32993280", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34820096", "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": "Tue 2026-07-21 17:59:24 EDT", "StateChangeTimestampMonotonic": "215187902", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Tuesday 21 July 2026 17:59:57 -0400 (0:00:00.603) 0:01:26.324 ********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ActiveEnterTimestampMonotonic": "215187902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 17:59:24 EDT", "AssertTimestampMonotonic": "215185061", "Before": "shutdown.target network-pre.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": "891726000", "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": "Tue 2026-07-21 17:59:24 EDT", "ConditionTimestampMonotonic": "215185058", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service ip6tables.service ipset.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainHandoffTimestampMonotonic": "215223597", "ExecMainPID": "15039", "ExecMainStartTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainStartTimestampMonotonic": "215187427", "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": "Tue 2026-07-21 17:59:24 EDT", "InactiveExitTimestampMonotonic": "215187902", "InvocationID": "c4953b2eb00643479faa78a72d548c71", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15039", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2919354368", "MemoryCurrent": "32993280", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34820096", "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": "Tue 2026-07-21 17:59:24 EDT", "StateChangeTimestampMonotonic": "215187902", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Tuesday 21 July 2026 17:59:57 -0400 (0:00:00.577) 0:01:26.901 ********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.207469", "end": "2026-07-21 17:59:58.462552", "rc": 0, "start": "2026-07-21 17:59:58.255083" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Tuesday 21 July 2026 17:59:58 -0400 (0:00:00.609) 0:01:27.510 ********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Tuesday 21 July 2026 17:59:59 -0400 (0:00:00.863) 0:01:28.374 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Tuesday 21 July 2026 17:59:59 -0400 (0:00:00.037) 0:01:28.411 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Tuesday 21 July 2026 17:59:59 -0400 (0:00:00.038) 0:01:28.450 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Tuesday 21 July 2026 17:59:59 -0400 (0:00:00.035) 0:01:28.485 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Tuesday 21 July 2026 17:59:59 -0400 (0:00:00.061) 0:01:28.547 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Tuesday 21 July 2026 17:59:59 -0400 (0:00:00.055) 0:01:28.602 ********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 21 July 2026 18:00:00 -0400 (0:00:00.386) 0:01:28.989 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Tuesday 21 July 2026 18:00:00 -0400 (0:00:00.246) 0:01:29.235 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Tuesday 21 July 2026 18:00:00 -0400 (0:00:00.046) 0:01:29.281 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Tuesday 21 July 2026 18:00:00 -0400 (0:00:00.547) 0:01:29.829 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Tuesday 21 July 2026 18:00:01 -0400 (0:00:00.421) 0:01:30.251 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Tuesday 21 July 2026 18:00:01 -0400 (0:00:00.065) 0:01:30.317 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Tuesday 21 July 2026 18:00:01 -0400 (0:00:00.038) 0:01:30.355 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Tuesday 21 July 2026 18:00:01 -0400 (0:00:00.040) 0:01:30.395 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Tuesday 21 July 2026 18:00:01 -0400 (0:00:00.039) 0:01:30.435 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Tuesday 21 July 2026 18:00:01 -0400 (0:00:00.039) 0:01:30.474 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Tuesday 21 July 2026 18:00:01 -0400 (0:00:00.048) 0:01:30.522 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Tuesday 21 July 2026 18:00:02 -0400 (0:00:01.257) 0:01:31.780 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Tuesday 21 July 2026 18:00:02 -0400 (0:00:00.034) 0:01:31.814 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Tuesday 21 July 2026 18:00:04 -0400 (0:00:01.254) 0:01:33.068 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Tuesday 21 July 2026 18:00:05 -0400 (0:00:01.289) 0:01:34.358 ********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Tuesday 21 July 2026 18:00:05 -0400 (0:00:00.030) 0:01:34.388 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Tuesday 21 July 2026 18:00:05 -0400 (0:00:00.022) 0:01:34.411 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Tuesday 21 July 2026 18:00:05 -0400 (0:00:00.029) 0:01:34.440 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.877) 0:01:35.318 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.026) 0:01:35.344 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.029) 0:01:35.374 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.029) 0:01:35.404 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.036) 0:01:35.441 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.030) 0:01:35.471 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.030) 0:01:35.501 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.031) 0:01:35.532 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.020) 0:01:35.553 ********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.026) 0:01:35.579 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.021) 0:01:35.601 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.020) 0:01:35.622 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.019) 0:01:35.641 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.022) 0:01:35.664 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.021) 0:01:35.685 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.019) 0:01:35.705 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Tuesday 21 July 2026 18:00:06 -0400 (0:00:00.019) 0:01:35.724 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Tuesday 21 July 2026 18:00:07 -0400 (0:00:00.585) 0:01:36.309 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Tuesday 21 July 2026 18:00:07 -0400 (0:00:00.019) 0:01:36.329 ********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Tuesday 21 July 2026 18:00:10 -0400 (0:00:02.838) 0:01:39.168 ********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.117) 0:01:39.285 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.051) 0:01:39.337 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.023) 0:01:39.361 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.021) 0:01:39.382 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.023) 0:01:39.406 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.379) 0:01:39.785 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.026) 0:01:39.811 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.021) 0:01:39.832 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.022) 0:01:39.854 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.076) 0:01:39.931 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Tuesday 21 July 2026 18:00:10 -0400 (0:00:00.024) 0:01:39.956 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.039) 0:01:39.995 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.032) 0:01:40.028 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.036) 0:01:40.064 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.028) 0:01:40.093 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.194) 0:01:40.287 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.131) 0:01:40.418 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.024) 0:01:40.443 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.099) 0:01:40.543 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.029) 0:01:40.572 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.020) 0:01:40.593 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.030) 0:01:40.623 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.025) 0:01:40.649 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.022) 0:01:40.671 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.061) 0:01:40.733 ********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.036) 0:01:40.769 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.038) 0:01:40.808 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:00:11 -0400 (0:00:00.128) 0:01:40.936 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.049) 0:01:40.986 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.048) 0:01:41.035 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.030) 0:01:41.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.033) 0:01:41.099 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.042) 0:01:41.142 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.368) 0:01:41.510 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.027) 0:01:41.538 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.027) 0:01:41.565 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.026) 0:01:41.592 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.025) 0:01:41.618 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.027) 0:01:41.645 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.025) 0:01:41.671 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.096) 0:01:41.767 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.039) 0:01:41.807 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.039) 0:01:41.846 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.039) 0:01:41.886 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 21 July 2026 18:00:12 -0400 (0:00:00.090) 0:01:41.976 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:00:13 -0400 (0:00:00.067) 0:01:42.044 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:00:13 -0400 (0:00:00.040) 0:01:42.084 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:00:13 -0400 (0:00:00.041) 0:01:42.125 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Tuesday 21 July 2026 18:00:13 -0400 (0:00:00.043) 0:01:42.169 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Tuesday 21 July 2026 18:00:13 -0400 (0:00:00.057) 0:01:42.227 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Tuesday 21 July 2026 18:00:13 -0400 (0:00:00.045) 0:01:42.272 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Tuesday 21 July 2026 18:00:13 -0400 (0:00:00.076) 0:01:42.349 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Tuesday 21 July 2026 18:00:14 -0400 (0:00:00.880) 0:01:43.229 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Tuesday 21 July 2026 18:00:14 -0400 (0:00:00.040) 0:01:43.269 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Tuesday 21 July 2026 18:00:14 -0400 (0:00:00.396) 0:01:43.665 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Tuesday 21 July 2026 18:00:15 -0400 (0:00:00.384) 0:01:44.049 ********** 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-1784671215.1247523-12640-18554873573460/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Tuesday 21 July 2026 18:00:15 -0400 (0:00:00.694) 0:01:44.744 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:296 Tuesday 21 July 2026 18:00:16 -0400 (0:00:00.674) 0:01:45.419 ********** ok: [managed-node2] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:303 Tuesday 21 July 2026 18:00:16 -0400 (0:00:00.054) 0:01:45.473 ********** included: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml for managed-node2 => (item=nopull) included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Tuesday 21 July 2026 18:00:16 -0400 (0:00:00.082) 0:01:45.556 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Tuesday 21 July 2026 18:00:16 -0400 (0:00:00.002) 0:01:45.559 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Tuesday 21 July 2026 18:00:16 -0400 (0:00:00.033) 0:01:45.592 ********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 21 July 2026 18:00:16 -0400 (0:00:00.102) 0:01:45.694 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 21 July 2026 18:00:16 -0400 (0:00:00.030) 0:01:45.724 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Tuesday 21 July 2026 18:00:17 -0400 (0:00:00.567) 0:01:46.292 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Tuesday 21 July 2026 18:00:17 -0400 (0:00:00.350) 0:01:46.643 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Tuesday 21 July 2026 18:00:17 -0400 (0:00:00.023) 0:01:46.666 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Tuesday 21 July 2026 18:00:17 -0400 (0:00:00.037) 0:01:46.704 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Tuesday 21 July 2026 18:00:17 -0400 (0:00:00.032) 0:01:46.736 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Tuesday 21 July 2026 18:00:17 -0400 (0:00:00.020) 0:01:46.756 ********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Tuesday 21 July 2026 18:00:17 -0400 (0:00:00.112) 0:01:46.868 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Tuesday 21 July 2026 18:00:17 -0400 (0:00:00.098) 0:01:46.967 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Tuesday 21 July 2026 18:00:18 -0400 (0:00:00.188) 0:01:47.155 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 21 July 2026 18:00:18 -0400 (0:00:00.030) 0:01:47.186 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.957) 0:01:48.144 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.021) 0:01:48.166 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.033) 0:01:48.200 ********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.023) 0:01:48.223 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.022) 0:01:48.246 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.021) 0:01:48.267 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022721", "end": "2026-07-21 18:00:19.615650", "rc": 0, "start": "2026-07-21 18:00:19.592929" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.402) 0:01:48.670 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.022) 0:01:48.693 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.028) 0:01:48.721 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.027) 0:01:48.749 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.016) 0:01:48.766 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.057) 0:01:48.823 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.036) 0:01:48.859 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.021) 0:01:48.881 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:00:19 -0400 (0:00:00.046) 0:01:48.927 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:00:20 -0400 (0:00:00.396) 0:01:49.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:00:20 -0400 (0:00:00.041) 0:01:49.365 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:00:20 -0400 (0:00:00.059) 0:01:49.425 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:00:20 -0400 (0:00:00.435) 0:01:49.860 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:00:20 -0400 (0:00:00.062) 0:01:49.922 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:00:20 -0400 (0:00:00.038) 0:01:49.961 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.040) 0:01:50.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 : Get subgid file] ********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.037) 0:01:50.039 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.038) 0:01:50.077 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.038) 0:01:50.115 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.039) 0:01:50.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 : Set config file paths] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.037) 0:01:50.193 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.089) 0:01:50.282 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.076) 0:01:50.359 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.036) 0:01:50.396 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.038) 0:01:50.434 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.143) 0:01:50.578 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.035) 0:01:50.613 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.034) 0:01:50.647 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.081) 0:01:50.729 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.027) 0:01:50.757 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.027) 0:01:50.784 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.057) 0:01:50.841 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.024) 0:01:50.866 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.025) 0:01:50.892 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.030) 0:01:50.923 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Tuesday 21 July 2026 18:00:21 -0400 (0:00:00.035) 0:01:50.958 ********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 21 July 2026 18:00:22 -0400 (0:00:00.101) 0:01:51.059 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Tuesday 21 July 2026 18:00:22 -0400 (0:00:00.036) 0:01:51.096 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Tuesday 21 July 2026 18:00:22 -0400 (0:00:00.529) 0:01:51.625 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Tuesday 21 July 2026 18:00:23 -0400 (0:00:00.422) 0:01:52.048 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Tuesday 21 July 2026 18:00:23 -0400 (0:00:00.038) 0:01:52.087 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Tuesday 21 July 2026 18:00:23 -0400 (0:00:00.040) 0:01:52.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 flag if transactional-update exists] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Tuesday 21 July 2026 18:00:23 -0400 (0:00:00.043) 0:01:52.170 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Tuesday 21 July 2026 18:00:23 -0400 (0:00:00.038) 0:01:52.209 ********** [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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 21 July 2026 18:00:23 -0400 (0:00:00.082) 0:01:52.292 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Tuesday 21 July 2026 18:00:23 -0400 (0:00:00.069) 0:01:52.361 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Tuesday 21 July 2026 18:00:23 -0400 (0:00:00.041) 0:01:52.403 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Tuesday 21 July 2026 18:00:23 -0400 (0:00:00.040) 0:01:52.443 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Tuesday 21 July 2026 18:00:23 -0400 (0:00:00.041) 0:01:52.484 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Tuesday 21 July 2026 18:00:24 -0400 (0:00:01.287) 0:01:53.771 ********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Tuesday 21 July 2026 18:00:24 -0400 (0:00:00.026) 0:01:53.798 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Tuesday 21 July 2026 18:00:24 -0400 (0:00:00.022) 0:01:53.820 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Tuesday 21 July 2026 18:00:24 -0400 (0:00:00.021) 0:01:53.841 ********** [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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Tuesday 21 July 2026 18:00:24 -0400 (0:00:00.035) 0:01:53.877 ********** [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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Tuesday 21 July 2026 18:00:24 -0400 (0:00:00.033) 0:01:53.911 ********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ActiveEnterTimestampMonotonic": "215187902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 17:59:24 EDT", "AssertTimestampMonotonic": "215185061", "Before": "shutdown.target network-pre.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": "1138518000", "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": "Tue 2026-07-21 17:59:24 EDT", "ConditionTimestampMonotonic": "215185058", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service ip6tables.service ipset.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainHandoffTimestampMonotonic": "215223597", "ExecMainPID": "15039", "ExecMainStartTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainStartTimestampMonotonic": "215187427", "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": "Tue 2026-07-21 17:59:24 EDT", "InactiveExitTimestampMonotonic": "215187902", "InvocationID": "c4953b2eb00643479faa78a72d548c71", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15039", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2932482048", "MemoryCurrent": "33046528", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34820096", "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": "Tue 2026-07-21 17:59:24 EDT", "StateChangeTimestampMonotonic": "215187902", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Tuesday 21 July 2026 18:00:25 -0400 (0:00:00.535) 0:01:54.446 ********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ActiveEnterTimestampMonotonic": "215187902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 17:59:24 EDT", "AssertTimestampMonotonic": "215185061", "Before": "shutdown.target network-pre.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": "1138518000", "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": "Tue 2026-07-21 17:59:24 EDT", "ConditionTimestampMonotonic": "215185058", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service ip6tables.service ipset.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainHandoffTimestampMonotonic": "215223597", "ExecMainPID": "15039", "ExecMainStartTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainStartTimestampMonotonic": "215187427", "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": "Tue 2026-07-21 17:59:24 EDT", "InactiveExitTimestampMonotonic": "215187902", "InvocationID": "c4953b2eb00643479faa78a72d548c71", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15039", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2932203520", "MemoryCurrent": "33046528", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34820096", "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": "Tue 2026-07-21 17:59:24 EDT", "StateChangeTimestampMonotonic": "215187902", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Tuesday 21 July 2026 18:00:26 -0400 (0:00:00.546) 0:01:54.992 ********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.200794", "end": "2026-07-21 18:00:26.519996", "rc": 0, "start": "2026-07-21 18:00:26.319202" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Tuesday 21 July 2026 18:00:26 -0400 (0:00:00.574) 0:01:55.567 ********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Tuesday 21 July 2026 18:00:27 -0400 (0:00:00.872) 0:01:56.440 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Tuesday 21 July 2026 18:00:27 -0400 (0:00:00.036) 0:01:56.476 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Tuesday 21 July 2026 18:00:27 -0400 (0:00:00.026) 0:01:56.503 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Tuesday 21 July 2026 18:00:27 -0400 (0:00:00.077) 0:01:56.580 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Tuesday 21 July 2026 18:00:27 -0400 (0:00:00.044) 0:01:56.624 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Tuesday 21 July 2026 18:00:27 -0400 (0:00:00.039) 0:01:56.664 ********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 21 July 2026 18:00:28 -0400 (0:00:00.372) 0:01:57.037 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Tuesday 21 July 2026 18:00:28 -0400 (0:00:00.212) 0:01:57.249 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Tuesday 21 July 2026 18:00:28 -0400 (0:00:00.052) 0:01:57.302 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Tuesday 21 July 2026 18:00:28 -0400 (0:00:00.529) 0:01:57.832 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Tuesday 21 July 2026 18:00:29 -0400 (0:00:00.374) 0:01:58.206 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Tuesday 21 July 2026 18:00:29 -0400 (0:00:00.067) 0:01:58.274 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Tuesday 21 July 2026 18:00:29 -0400 (0:00:00.047) 0:01:58.321 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Tuesday 21 July 2026 18:00:29 -0400 (0:00:00.052) 0:01:58.374 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Tuesday 21 July 2026 18:00:29 -0400 (0:00:00.041) 0:01:58.416 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Tuesday 21 July 2026 18:00:29 -0400 (0:00:00.039) 0:01:58.455 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Tuesday 21 July 2026 18:00:29 -0400 (0:00:00.052) 0:01:58.508 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Tuesday 21 July 2026 18:00:30 -0400 (0:00:01.252) 0:01:59.760 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Tuesday 21 July 2026 18:00:30 -0400 (0:00:00.032) 0:01:59.793 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Tuesday 21 July 2026 18:00:32 -0400 (0:00:01.195) 0:02:00.988 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Tuesday 21 July 2026 18:00:33 -0400 (0:00:01.222) 0:02:02.211 ********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Tuesday 21 July 2026 18:00:33 -0400 (0:00:00.025) 0:02:02.236 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Tuesday 21 July 2026 18:00:33 -0400 (0:00:00.028) 0:02:02.264 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Tuesday 21 July 2026 18:00:33 -0400 (0:00:00.021) 0:02:02.286 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.859) 0:02:03.146 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.030) 0:02:03.176 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.026) 0:02:03.202 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.026) 0:02:03.228 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.036) 0:02:03.265 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.025) 0:02:03.290 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.029) 0:02:03.320 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.031) 0:02:03.351 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.022) 0:02:03.374 ********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.025) 0:02:03.399 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.020) 0:02:03.419 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.020) 0:02:03.440 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.022) 0:02:03.462 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.020) 0:02:03.482 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.019) 0:02:03.502 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.019) 0:02:03.522 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Tuesday 21 July 2026 18:00:34 -0400 (0:00:00.096) 0:02:03.618 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Tuesday 21 July 2026 18:00:35 -0400 (0:00:00.600) 0:02:04.218 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Tuesday 21 July 2026 18:00:35 -0400 (0:00:00.032) 0:02:04.251 ********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Tuesday 21 July 2026 18:00:37 -0400 (0:00:02.657) 0:02:06.908 ********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.134) 0:02:07.043 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.048) 0:02:07.091 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.035) 0:02:07.127 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.026) 0:02:07.153 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.025) 0:02:07.179 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.380) 0:02:07.559 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.031) 0:02:07.591 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.035) 0:02:07.626 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.037) 0:02:07.664 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.194) 0:02:07.858 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.041) 0:02:07.900 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:00:38 -0400 (0:00:00.069) 0:02:07.969 ********** skipping: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Fail if kube spec user does not exist] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:00:39 -0400 (0:00:00.054) 0:02:08.024 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:00:39 -0400 (0:00:00.049) 0:02:08.073 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.005548", "end": "2026-07-21 18:00:39.549088", "rc": 0, "start": "2026-07-21 18:00:39.543540" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:00:39 -0400 (0:00:00.536) 0:02:08.610 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Tuesday 21 July 2026 18:00:39 -0400 (0:00:00.275) 0:02:08.885 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.247) 0:02:09.133 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.036) 0:02:09.170 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.052) 0:02:09.223 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.032) 0:02:09.255 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.020) 0:02:09.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.035) 0:02:09.311 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.021) 0:02:09.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.024) 0:02:09.357 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.038) 0:02:09.396 ********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.021) 0:02:09.417 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.022) 0:02:09.439 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.096) 0:02:09.536 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.040) 0:02:09.576 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.045) 0:02:09.622 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.042) 0:02:09.665 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.054) 0:02:09.720 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:00:40 -0400 (0:00:00.071) 0:02:09.791 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.420) 0:02:10.211 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.028) 0:02:10.240 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.027) 0:02:10.267 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.028) 0:02:10.295 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.025) 0:02:10.321 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.090) 0:02:10.411 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.029) 0:02:10.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 : Fail if user not in subgid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.028) 0:02:10.469 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.040) 0:02:10.510 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.039) 0:02:10.549 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.057) 0:02:10.607 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 21 July 2026 18:00:41 -0400 (0:00:00.030) 0:02:10.638 ********** 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 \"system-podman\\\\x2dkube.slice\" -.mount systemd-journald.socket 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": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "2948456448", "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": "-.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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Tuesday 21 July 2026 18:00:42 -0400 (0:00:00.546) 0:02:11.184 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671186.9356172, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "4811b1d29c774e289cb599267b3a9ecfdefb464d", "ctime": 1784671186.2706137, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 310378701, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784671185.9796119, "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": "3401503704", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Tuesday 21 July 2026 18:00:42 -0400 (0:00:00.412) 0:02:11.597 ********** 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: 481eadc40a94e53b58693c89bb361357e8ab396e9a518f9fdb8eab077f4e1b0b Pods removed: 481eadc40a94e53b58693c89bb361357e8ab396e9a518f9fdb8eab077f4e1b0b Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 21 July 2026 18:00:43 -0400 (0:00:00.561) 0:02:12.158 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/nopull.yml" ], "delta": "0:00:00.029856", "end": "2026-07-21 18:00:43.512563", "rc": 0, "start": "2026-07-21 18:00:43.482707" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Tuesday 21 July 2026 18:00:43 -0400 (0:00:00.426) 0:02:12.585 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.417) 0:02:13.003 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.027765", "end": "2026-07-21 18:00:44.398882", "rc": 0, "start": "2026-07-21 18:00:44.371117" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.459) 0:02:13.463 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.069) 0:02:13.532 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.044) 0:02:13.577 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.043) 0:02:13.620 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.045) 0:02:13.665 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.028) 0:02:13.694 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.026) 0:02:13.721 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.027) 0:02:13.748 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.028) 0:02:13.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.022) 0:02:13.799 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Tuesday 21 July 2026 18:00:44 -0400 (0:00:00.026) 0:02:13.825 ********** ok: [managed-node2] => { "changed": false } TASK [Clear facts] ************************************************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Tuesday 21 July 2026 18:00:45 -0400 (0:00:00.468) 0:02:14.294 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Tuesday 21 July 2026 18:00:45 -0400 (0:00:00.002) 0:02:14.297 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Tuesday 21 July 2026 18:00:45 -0400 (0:00:00.029) 0:02:14.326 ********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 21 July 2026 18:00:45 -0400 (0:00:00.090) 0:02:14.417 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 21 July 2026 18:00:45 -0400 (0:00:00.041) 0:02:14.459 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Tuesday 21 July 2026 18:00:46 -0400 (0:00:00.600) 0:02:15.059 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Tuesday 21 July 2026 18:00:46 -0400 (0:00:00.356) 0:02:15.415 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Tuesday 21 July 2026 18:00:46 -0400 (0:00:00.021) 0:02:15.437 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Tuesday 21 July 2026 18:00:46 -0400 (0:00:00.020) 0:02:15.457 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Tuesday 21 July 2026 18:00:46 -0400 (0:00:00.018) 0:02:15.476 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Tuesday 21 July 2026 18:00:46 -0400 (0:00:00.019) 0:02:15.495 ********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Tuesday 21 July 2026 18:00:46 -0400 (0:00:00.044) 0:02:15.540 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Tuesday 21 July 2026 18:00:46 -0400 (0:00:00.019) 0:02:15.559 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Tuesday 21 July 2026 18:00:46 -0400 (0:00:00.020) 0:02:15.580 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 21 July 2026 18:00:46 -0400 (0:00:00.019) 0:02:15.599 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 21 July 2026 18:00:47 -0400 (0:00:00.934) 0:02:16.533 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 21 July 2026 18:00:47 -0400 (0:00:00.021) 0:02:16.555 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 21 July 2026 18:00:47 -0400 (0:00:00.027) 0:02:16.582 ********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 21 July 2026 18:00:47 -0400 (0:00:00.021) 0:02:16.604 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if reboot is needed and not set] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 21 July 2026 18:00:47 -0400 (0:00:00.022) 0:02:16.627 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 21 July 2026 18:00:47 -0400 (0:00:00.021) 0:02:16.648 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.021798", "end": "2026-07-21 18:00:47.981900", "rc": 0, "start": "2026-07-21 18:00:47.960102" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.376) 0:02:17.025 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.025) 0:02:17.050 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.025) 0:02:17.076 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.022) 0:02:17.098 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.012) 0:02:17.111 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.031) 0:02:17.143 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.022) 0:02:17.166 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.020) 0:02:17.187 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.052) 0:02:17.239 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.380) 0:02:17.619 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.029) 0:02:17.649 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:00:48 -0400 (0:00:00.050) 0:02:17.699 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.378) 0:02:18.078 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.024) 0:02:18.102 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.025) 0:02:18.128 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.024) 0:02:18.152 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.023) 0:02:18.176 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.023) 0:02:18.200 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.025) 0:02:18.225 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.024) 0:02:18.250 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.032) 0:02:18.283 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.091) 0:02:18.374 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.161) 0:02:18.536 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.036) 0:02:18.572 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.033) 0:02:18.606 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.080) 0:02:18.687 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.033) 0:02:18.721 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.034) 0:02:18.756 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.084) 0:02:18.840 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.035) 0:02:18.876 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Tuesday 21 July 2026 18:00:49 -0400 (0:00:00.035) 0:02:18.911 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 21 July 2026 18:00:50 -0400 (0:00:00.081) 0:02:18.993 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 21 July 2026 18:00:50 -0400 (0:00:00.036) 0:02:19.029 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 21 July 2026 18:00:50 -0400 (0:00:00.036) 0:02:19.066 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 21 July 2026 18:00:50 -0400 (0:00:00.035) 0:02:19.102 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Tuesday 21 July 2026 18:00:50 -0400 (0:00:00.033) 0:02:19.136 ********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 21 July 2026 18:00:50 -0400 (0:00:00.122) 0:02:19.259 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Tuesday 21 July 2026 18:00:50 -0400 (0:00:00.045) 0:02:19.305 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Tuesday 21 July 2026 18:00:50 -0400 (0:00:00.525) 0:02:19.831 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Tuesday 21 July 2026 18:00:51 -0400 (0:00:00.405) 0:02:20.236 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Tuesday 21 July 2026 18:00:51 -0400 (0:00:00.040) 0:02:20.277 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Tuesday 21 July 2026 18:00:51 -0400 (0:00:00.041) 0:02:20.319 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Tuesday 21 July 2026 18:00:51 -0400 (0:00:00.041) 0:02:20.360 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Tuesday 21 July 2026 18:00:51 -0400 (0:00:00.046) 0:02:20.407 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 21 July 2026 18:00:51 -0400 (0:00:00.113) 0:02:20.520 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Tuesday 21 July 2026 18:00:51 -0400 (0:00:00.072) 0:02:20.593 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Tuesday 21 July 2026 18:00:51 -0400 (0:00:00.029) 0:02:20.622 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Tuesday 21 July 2026 18:00:51 -0400 (0:00:00.027) 0:02:20.650 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Tuesday 21 July 2026 18:00:51 -0400 (0:00:00.026) 0:02:20.677 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Tuesday 21 July 2026 18:00:52 -0400 (0:00:01.186) 0:02:21.864 ********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Tuesday 21 July 2026 18:00:52 -0400 (0:00:00.022) 0:02:21.887 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Tuesday 21 July 2026 18:00:52 -0400 (0:00:00.022) 0:02:21.909 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Tuesday 21 July 2026 18:00:52 -0400 (0:00:00.024) 0:02:21.933 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Tuesday 21 July 2026 18:00:52 -0400 (0:00:00.033) 0:02:21.967 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Tuesday 21 July 2026 18:00:53 -0400 (0:00:00.038) 0:02:22.006 ********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ActiveEnterTimestampMonotonic": "215187902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 17:59:24 EDT", "AssertTimestampMonotonic": "215185061", "Before": "shutdown.target network-pre.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": "1377821000", "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": "Tue 2026-07-21 17:59:24 EDT", "ConditionTimestampMonotonic": "215185058", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service ip6tables.service ipset.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainHandoffTimestampMonotonic": "215223597", "ExecMainPID": "15039", "ExecMainStartTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainStartTimestampMonotonic": "215187427", "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": "Tue 2026-07-21 17:59:24 EDT", "InactiveExitTimestampMonotonic": "215187902", "InvocationID": "c4953b2eb00643479faa78a72d548c71", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15039", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2954473472", "MemoryCurrent": "33046528", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34820096", "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": "Tue 2026-07-21 17:59:24 EDT", "StateChangeTimestampMonotonic": "215187902", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Tuesday 21 July 2026 18:00:53 -0400 (0:00:00.534) 0:02:22.540 ********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ActiveEnterTimestampMonotonic": "215187902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 17:59:24 EDT", "AssertTimestampMonotonic": "215185061", "Before": "shutdown.target network-pre.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": "1377821000", "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": "Tue 2026-07-21 17:59:24 EDT", "ConditionTimestampMonotonic": "215185058", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service ip6tables.service ipset.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainHandoffTimestampMonotonic": "215223597", "ExecMainPID": "15039", "ExecMainStartTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainStartTimestampMonotonic": "215187427", "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": "Tue 2026-07-21 17:59:24 EDT", "InactiveExitTimestampMonotonic": "215187902", "InvocationID": "c4953b2eb00643479faa78a72d548c71", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15039", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2937421824", "MemoryCurrent": "33046528", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34820096", "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": "Tue 2026-07-21 17:59:24 EDT", "StateChangeTimestampMonotonic": "215187902", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Tuesday 21 July 2026 18:00:54 -0400 (0:00:00.618) 0:02:23.159 ********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.192515", "end": "2026-07-21 18:00:54.688457", "rc": 0, "start": "2026-07-21 18:00:54.495942" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Tuesday 21 July 2026 18:00:54 -0400 (0:00:00.575) 0:02:23.734 ********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Tuesday 21 July 2026 18:00:55 -0400 (0:00:00.822) 0:02:24.557 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Tuesday 21 July 2026 18:00:55 -0400 (0:00:00.028) 0:02:24.586 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Tuesday 21 July 2026 18:00:55 -0400 (0:00:00.043) 0:02:24.630 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Tuesday 21 July 2026 18:00:55 -0400 (0:00:00.022) 0:02:24.652 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Tuesday 21 July 2026 18:00:55 -0400 (0:00:00.036) 0:02:24.689 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Tuesday 21 July 2026 18:00:55 -0400 (0:00:00.036) 0:02:24.725 ********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 21 July 2026 18:00:56 -0400 (0:00:00.383) 0:02:25.109 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Tuesday 21 July 2026 18:00:56 -0400 (0:00:00.142) 0:02:25.251 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Tuesday 21 July 2026 18:00:56 -0400 (0:00:00.039) 0:02:25.290 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Tuesday 21 July 2026 18:00:56 -0400 (0:00:00.497) 0:02:25.787 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Tuesday 21 July 2026 18:00:57 -0400 (0:00:00.364) 0:02:26.151 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Tuesday 21 July 2026 18:00:57 -0400 (0:00:00.040) 0:02:26.192 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Tuesday 21 July 2026 18:00:57 -0400 (0:00:00.030) 0:02:26.223 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Tuesday 21 July 2026 18:00:57 -0400 (0:00:00.027) 0:02:26.250 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Tuesday 21 July 2026 18:00:57 -0400 (0:00:00.042) 0:02:26.293 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Tuesday 21 July 2026 18:00:57 -0400 (0:00:00.044) 0:02:26.337 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Tuesday 21 July 2026 18:00:57 -0400 (0:00:00.049) 0:02:26.387 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Tuesday 21 July 2026 18:00:58 -0400 (0:00:01.215) 0:02:27.602 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Tuesday 21 July 2026 18:00:58 -0400 (0:00:00.034) 0:02:27.637 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Tuesday 21 July 2026 18:00:59 -0400 (0:00:01.227) 0:02:28.865 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Tuesday 21 July 2026 18:01:01 -0400 (0:00:01.206) 0:02:30.072 ********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Tuesday 21 July 2026 18:01:01 -0400 (0:00:00.036) 0:02:30.108 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Tuesday 21 July 2026 18:01:01 -0400 (0:00:00.036) 0:02:30.145 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Tuesday 21 July 2026 18:01:01 -0400 (0:00:00.038) 0:02:30.183 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.918) 0:02:31.102 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.041) 0:02:31.143 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.041) 0:02:31.185 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.029) 0:02:31.214 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.038) 0:02:31.253 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.032) 0:02:31.285 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.036) 0:02:31.322 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.041) 0:02:31.363 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.023) 0:02:31.386 ********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.026) 0:02:31.413 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.022) 0:02:31.435 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.090) 0:02:31.526 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.021) 0:02:31.547 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.021) 0:02:31.569 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.021) 0:02:31.590 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.021) 0:02:31.611 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Tuesday 21 July 2026 18:01:02 -0400 (0:00:00.024) 0:02:31.636 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Tuesday 21 July 2026 18:01:03 -0400 (0:00:00.612) 0:02:32.249 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Tuesday 21 July 2026 18:01:03 -0400 (0:00:00.034) 0:02:32.283 ********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Tuesday 21 July 2026 18:01:06 -0400 (0:00:02.736) 0:02:35.019 ********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.163) 0:02:35.183 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.048) 0:02:35.232 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.037) 0:02:35.270 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.037) 0:02:35.307 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.038) 0:02:35.346 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.394) 0:02:35.741 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.024) 0:02:35.765 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.021) 0:02:35.786 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.021) 0:02:35.807 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.085) 0:02:35.893 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.026) 0:02:35.919 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:01:06 -0400 (0:00:00.064) 0:02:35.984 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:01:07 -0400 (0:00:00.055) 0:02:36.040 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:01:07 -0400 (0:00:00.052) 0:02:36.092 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.005430", "end": "2026-07-21 18:01:07.682786", "rc": 0, "start": "2026-07-21 18:01:07.677356" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:01:07 -0400 (0:00:00.711) 0:02:36.804 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Tuesday 21 July 2026 18:01:07 -0400 (0:00:00.141) 0:02:36.946 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.094) 0:02:37.040 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.026) 0:02:37.066 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.045) 0:02:37.111 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.025) 0:02:37.136 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.021) 0:02:37.158 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.030) 0:02:37.188 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.021) 0:02:37.210 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.030) 0:02:37.240 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.052) 0:02:37.293 ********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.022) 0:02:37.316 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.022) 0:02:37.338 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.096) 0:02:37.435 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.041) 0:02:37.477 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.043) 0:02:37.520 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.032) 0:02:37.553 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.032) 0:02:37.586 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:01:08 -0400 (0:00:00.044) 0:02:37.630 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.378) 0:02:38.008 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.027) 0:02:38.036 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.123) 0:02:38.159 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.033) 0:02:38.193 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.033) 0:02:38.226 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.034) 0:02:38.261 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.043) 0:02:38.305 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.039) 0:02:38.344 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.027) 0:02:38.371 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_kube_parsed.kube_yamls | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Cleanup containers and services] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.025) 0:02:38.397 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.053) 0:02:38.451 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 21 July 2026 18:01:09 -0400 (0:00:00.025) 0:02:38.476 ********** 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 \"system-podman\\\\x2dkube.slice\" sysinit.target network-online.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "2960949248", "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 -.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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Tuesday 21 July 2026 18:01:10 -0400 (0:00:00.559) 0:02:39.035 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671216.1507823, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "761582558b17bc57295ca927c1e894ff8d4f12fc", "ctime": 1784671215.6995497, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 608174300, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784671215.4387784, "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": "3376594774", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Tuesday 21 July 2026 18:01:10 -0400 (0:00:00.401) 0:02:39.437 ********** 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: cf111f645213abec121c1874bb894d7d19e1da02a6c4086c47c83929d5885e2a Pods removed: cf111f645213abec121c1874bb894d7d19e1da02a6c4086c47c83929d5885e2a Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove volumes associated with pod/containers removed above] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 21 July 2026 18:01:11 -0400 (0:00:00.554) 0:02:39.992 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/bogus.yml" ], "delta": "0:00:00.030613", "end": "2026-07-21 18:01:11.360220", "rc": 0, "start": "2026-07-21 18:01:11.329607" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Tuesday 21 July 2026 18:01:11 -0400 (0:00:00.454) 0:02:40.446 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Tuesday 21 July 2026 18:01:11 -0400 (0:00:00.429) 0:02:40.875 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "image", "prune", "-f" ], "delta": "0:00:00.028717", "end": "2026-07-21 18:01:12.266997", "rc": 0, "start": "2026-07-21 18:01:12.238280" } TASK [fedora.linux_system_roles.podman : Manage linger] ************************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.438) 0:02:41.314 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.040) 0:02:41.354 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.026) 0:02:41.381 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.025) 0:02:41.406 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.025) 0:02:41.432 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.024) 0:02:41.456 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.032) 0:02:41.489 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.036) 0:02:41.525 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.020) 0:02:41.546 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.091) 0:02:41.637 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Tuesday 21 July 2026 18:01:12 -0400 (0:00:00.021) 0:02:41.659 ********** ok: [managed-node2] => { "changed": false } TASK [Run role] **************************************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:324 Tuesday 21 July 2026 18:01:13 -0400 (0:00:00.380) 0:02:42.040 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Tuesday 21 July 2026 18:01:13 -0400 (0:00:00.039) 0:02:42.079 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Tuesday 21 July 2026 18:01:13 -0400 (0:00:00.001) 0:02:42.081 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Tuesday 21 July 2026 18:01:13 -0400 (0:00:00.026) 0:02:42.107 ********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 21 July 2026 18:01:13 -0400 (0:00:00.088) 0:02:42.195 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 21 July 2026 18:01:13 -0400 (0:00:00.043) 0:02:42.239 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Tuesday 21 July 2026 18:01:13 -0400 (0:00:00.588) 0:02:42.828 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Tuesday 21 July 2026 18:01:14 -0400 (0:00:00.374) 0:02:43.203 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Tuesday 21 July 2026 18:01:14 -0400 (0:00:00.021) 0:02:43.224 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Tuesday 21 July 2026 18:01:14 -0400 (0:00:00.020) 0:02:43.244 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Tuesday 21 July 2026 18:01:14 -0400 (0:00:00.019) 0:02:43.264 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Tuesday 21 July 2026 18:01:14 -0400 (0:00:00.019) 0:02:43.283 ********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Tuesday 21 July 2026 18:01:14 -0400 (0:00:00.045) 0:02:43.329 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Tuesday 21 July 2026 18:01:14 -0400 (0:00:00.021) 0:02:43.350 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Tuesday 21 July 2026 18:01:14 -0400 (0:00:00.021) 0:02:43.371 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 21 July 2026 18:01:14 -0400 (0:00:00.022) 0:02:43.394 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 21 July 2026 18:01:15 -0400 (0:00:00.997) 0:02:44.391 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 21 July 2026 18:01:15 -0400 (0:00:00.035) 0:02:44.427 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 21 July 2026 18:01:15 -0400 (0:00:00.046) 0:02:44.473 ********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 21 July 2026 18:01:15 -0400 (0:00:00.036) 0:02:44.510 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 21 July 2026 18:01:15 -0400 (0:00:00.038) 0:02:44.548 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 21 July 2026 18:01:15 -0400 (0:00:00.036) 0:02:44.585 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022097", "end": "2026-07-21 18:01:15.973704", "rc": 0, "start": "2026-07-21 18:01:15.951607" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.448) 0:02:45.034 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.040) 0:02:45.074 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.042) 0:02:45.116 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.037) 0:02:45.153 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.024) 0:02:45.177 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.055) 0:02:45.233 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.038) 0:02:45.272 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.024) 0:02:45.297 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.057) 0:02:45.354 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.413) 0:02:45.768 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.045) 0:02:45.813 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:01:16 -0400 (0:00:00.059) 0:02:45.873 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.420) 0:02:46.293 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.024) 0:02:46.318 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.026) 0:02:46.345 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.109) 0:02:46.454 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.029) 0:02:46.484 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.026) 0:02:46.510 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.041) 0:02:46.551 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.038) 0:02:46.590 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set config file paths] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.039) 0:02:46.630 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.091) 0:02:46.722 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.104) 0:02:46.826 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.030) 0:02:46.856 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.026) 0:02:46.883 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.045) 0:02:46.929 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.023) 0:02:46.952 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Tuesday 21 July 2026 18:01:17 -0400 (0:00:00.023) 0:02:46.976 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.046) 0:02:47.022 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.023) 0:02:47.045 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.025) 0:02:47.071 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.073) 0:02:47.144 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.036) 0:02:47.181 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.037) 0:02:47.218 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.034) 0:02:47.253 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.027) 0:02:47.280 ********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.110) 0:02:47.390 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.037) 0:02:47.427 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Tuesday 21 July 2026 18:01:18 -0400 (0:00:00.540) 0:02:47.968 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Tuesday 21 July 2026 18:01:19 -0400 (0:00:00.408) 0:02:48.377 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Tuesday 21 July 2026 18:01:19 -0400 (0:00:00.040) 0:02:48.418 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Tuesday 21 July 2026 18:01:19 -0400 (0:00:00.044) 0:02:48.462 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Tuesday 21 July 2026 18:01:19 -0400 (0:00:00.042) 0:02:48.505 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Tuesday 21 July 2026 18:01:19 -0400 (0:00:00.041) 0:02:48.547 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 21 July 2026 18:01:19 -0400 (0:00:00.088) 0:02:48.635 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Tuesday 21 July 2026 18:01:19 -0400 (0:00:00.072) 0:02:48.707 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Tuesday 21 July 2026 18:01:19 -0400 (0:00:00.046) 0:02:48.754 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Tuesday 21 July 2026 18:01:19 -0400 (0:00:00.041) 0:02:48.795 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Tuesday 21 July 2026 18:01:19 -0400 (0:00:00.143) 0:02:48.939 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Tuesday 21 July 2026 18:01:21 -0400 (0:00:01.338) 0:02:50.278 ********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Tuesday 21 July 2026 18:01:21 -0400 (0:00:00.028) 0:02:50.306 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Tuesday 21 July 2026 18:01:21 -0400 (0:00:00.025) 0:02:50.331 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Tuesday 21 July 2026 18:01:21 -0400 (0:00:00.029) 0:02:50.360 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Tuesday 21 July 2026 18:01:21 -0400 (0:00:00.041) 0:02:50.401 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Tuesday 21 July 2026 18:01:21 -0400 (0:00:00.038) 0:02:50.440 ********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ActiveEnterTimestampMonotonic": "215187902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 17:59:24 EDT", "AssertTimestampMonotonic": "215185061", "Before": "shutdown.target network-pre.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": "1613873000", "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": "Tue 2026-07-21 17:59:24 EDT", "ConditionTimestampMonotonic": "215185058", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service ip6tables.service ipset.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainHandoffTimestampMonotonic": "215223597", "ExecMainPID": "15039", "ExecMainStartTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainStartTimestampMonotonic": "215187427", "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": "Tue 2026-07-21 17:59:24 EDT", "InactiveExitTimestampMonotonic": "215187902", "InvocationID": "c4953b2eb00643479faa78a72d548c71", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15039", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2921508864", "MemoryCurrent": "33058816", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34820096", "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": "Tue 2026-07-21 17:59:24 EDT", "StateChangeTimestampMonotonic": "215187902", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Tuesday 21 July 2026 18:01:22 -0400 (0:00:00.587) 0:02:51.027 ********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ActiveEnterTimestampMonotonic": "215187902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 17:59:24 EDT", "AssertTimestampMonotonic": "215185061", "Before": "shutdown.target network-pre.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": "1613873000", "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": "Tue 2026-07-21 17:59:24 EDT", "ConditionTimestampMonotonic": "215185058", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target iptables.service ip6tables.service ipset.service ebtables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainHandoffTimestampMonotonic": "215223597", "ExecMainPID": "15039", "ExecMainStartTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainStartTimestampMonotonic": "215187427", "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": "Tue 2026-07-21 17:59:24 EDT", "InactiveExitTimestampMonotonic": "215187902", "InvocationID": "c4953b2eb00643479faa78a72d548c71", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15039", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2940211200", "MemoryCurrent": "33058816", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34820096", "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": "Tue 2026-07-21 17:59:24 EDT", "StateChangeTimestampMonotonic": "215187902", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Tuesday 21 July 2026 18:01:22 -0400 (0:00:00.600) 0:02:51.628 ********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.198992", "end": "2026-07-21 18:01:23.184640", "rc": 0, "start": "2026-07-21 18:01:22.985648" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Tuesday 21 July 2026 18:01:23 -0400 (0:00:00.602) 0:02:52.231 ********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Tuesday 21 July 2026 18:01:24 -0400 (0:00:00.859) 0:02:53.090 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Tuesday 21 July 2026 18:01:24 -0400 (0:00:00.031) 0:02:53.122 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Tuesday 21 July 2026 18:01:24 -0400 (0:00:00.026) 0:02:53.148 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Tuesday 21 July 2026 18:01:24 -0400 (0:00:00.023) 0:02:53.172 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Tuesday 21 July 2026 18:01:24 -0400 (0:00:00.036) 0:02:53.209 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Tuesday 21 July 2026 18:01:24 -0400 (0:00:00.038) 0:02:53.248 ********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 21 July 2026 18:01:24 -0400 (0:00:00.376) 0:02:53.624 ********** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node2 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Tuesday 21 July 2026 18:01:24 -0400 (0:00:00.169) 0:02:53.794 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Tuesday 21 July 2026 18:01:24 -0400 (0:00:00.050) 0:02:53.844 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Tuesday 21 July 2026 18:01:25 -0400 (0:00:00.552) 0:02:54.397 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Tuesday 21 July 2026 18:01:25 -0400 (0:00:00.394) 0:02:54.792 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Tuesday 21 July 2026 18:01:25 -0400 (0:00:00.054) 0:02:54.847 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Tuesday 21 July 2026 18:01:25 -0400 (0:00:00.031) 0:02:54.879 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Tuesday 21 July 2026 18:01:25 -0400 (0:00:00.030) 0:02:54.910 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Tuesday 21 July 2026 18:01:25 -0400 (0:00:00.030) 0:02:54.941 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Tuesday 21 July 2026 18:01:25 -0400 (0:00:00.031) 0:02:54.972 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Tuesday 21 July 2026 18:01:26 -0400 (0:00:00.030) 0:02:55.003 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Tuesday 21 July 2026 18:01:27 -0400 (0:00:01.254) 0:02:56.258 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['os_family'] == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Ensure grubby used to modify selinux kernel parameter] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Tuesday 21 July 2026 18:01:27 -0400 (0:00:00.058) 0:02:56.317 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Tuesday 21 July 2026 18:01:28 -0400 (0:00:01.327) 0:02:57.644 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Tuesday 21 July 2026 18:01:29 -0400 (0:00:01.248) 0:02:58.892 ********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Tuesday 21 July 2026 18:01:29 -0400 (0:00:00.028) 0:02:58.921 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Tuesday 21 July 2026 18:01:29 -0400 (0:00:00.024) 0:02:58.945 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Tuesday 21 July 2026 18:01:29 -0400 (0:00:00.029) 0:02:58.975 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Tuesday 21 July 2026 18:01:30 -0400 (0:00:00.923) 0:02:59.898 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Tuesday 21 July 2026 18:01:30 -0400 (0:00:00.041) 0:02:59.939 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Tuesday 21 July 2026 18:01:30 -0400 (0:00:00.042) 0:02:59.982 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.030) 0:03:00.013 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.041) 0:03:00.054 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.033) 0:03:00.088 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.037) 0:03:00.126 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.036) 0:03:00.162 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.021) 0:03:00.184 ********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.024) 0:03:00.209 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.021) 0:03:00.230 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.101) 0:03:00.332 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.036) 0:03:00.369 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.031) 0:03:00.401 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.040) 0:03:00.441 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.038) 0:03:00.480 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Tuesday 21 July 2026 18:01:31 -0400 (0:00:00.029) 0:03:00.509 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Tuesday 21 July 2026 18:01:32 -0400 (0:00:00.612) 0:03:01.122 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Tuesday 21 July 2026 18:01:32 -0400 (0:00:00.034) 0:03:01.156 ********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Tuesday 21 July 2026 18:01:34 -0400 (0:00:02.783) 0:03:03.940 ********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.172) 0:03:04.113 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.049) 0:03:04.163 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.038) 0:03:04.202 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.045) 0:03:04.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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.041) 0:03:04.288 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.427) 0:03:04.715 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.024) 0:03:04.740 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.023) 0:03:04.764 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.022) 0:03:04.786 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.084) 0:03:04.871 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Tuesday 21 July 2026 18:01:35 -0400 (0:00:00.044) 0:03:04.916 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:01:36 -0400 (0:00:00.087) 0:03:05.003 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:01:36 -0400 (0:00:00.399) 0:03:05.403 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:01:36 -0400 (0:00:00.035) 0:03:05.439 ********** 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.005801", "end": "2026-07-21 18:01:36.997860", "rc": 0, "start": "2026-07-21 18:01:36.992059" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:01:37 -0400 (0:00:00.700) 0:03:06.139 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:01:37 -0400 (0:00:00.162) 0:03:06.302 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:01:37 -0400 (0:00:00.425) 0:03:06.727 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:01:37 -0400 (0:00:00.061) 0:03:06.788 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005746", "end": "2026-07-21 18:01:38.213064", "rc": 0, "start": "2026-07-21 18:01:38.207318" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:01:38 -0400 (0:00:00.474) 0:03:07.263 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:01:38 -0400 (0:00:00.155) 0:03:07.418 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:01:38 -0400 (0:00:00.033) 0:03:07.452 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__kube_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get kube service name using systemd-escape] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:01:38 -0400 (0:00:00.034) 0:03:07.486 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005656", "end": "2026-07-21 18:01:38.912591", "rc": 0, "start": "2026-07-21 18:01:38.906935" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:01:38 -0400 (0:00:00.473) 0:03:07.960 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.205) 0:03:08.166 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.112) 0:03:08.279 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.026) 0:03:08.305 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.077) 0:03:08.383 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.045) 0:03:08.428 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.052) 0:03:08.481 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.053) 0:03:08.535 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.024) 0:03:08.559 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.037) 0:03:08.596 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.028) 0:03:08.625 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.026) 0:03:08.652 ********** 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_wugen3va_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.070) 0:03:08.722 ********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.020) 0:03:08.743 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Tuesday 21 July 2026 18:01:39 -0400 (0:00:00.098) 0:03:08.841 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:01:40 -0400 (0:00:00.169) 0:03:09.011 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:01:40 -0400 (0:00:00.043) 0:03:09.055 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:01:40 -0400 (0:00:00.042) 0:03:09.097 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:01:40 -0400 (0:00:00.387) 0:03:09.485 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:01:40 -0400 (0:00:00.033) 0:03:09.519 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:01:40 -0400 (0:00:00.044) 0:03:09.563 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:01:40 -0400 (0:00:00.390) 0:03:09.954 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004213", "end": "2026-07-21 18:01:41.298373", "rc": 0, "start": "2026-07-21 18:01:41.294160" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:01:41 -0400 (0:00:00.394) 0:03:10.348 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004092", "end": "2026-07-21 18:01:41.683254", "rc": 0, "start": "2026-07-21 18:01:41.679162" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:01:41 -0400 (0:00:00.383) 0:03:10.732 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:01:41 -0400 (0:00:00.061) 0:03:10.793 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:01:41 -0400 (0:00:00.034) 0:03:10.828 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:01:41 -0400 (0:00:00.032) 0:03:10.860 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:01:41 -0400 (0:00:00.033) 0:03:10.893 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:01:41 -0400 (0:00:00.037) 0:03:10.931 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:01:41 -0400 (0:00:00.043) 0:03:10.974 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:01:42 -0400 (0:00:00.026) 0:03:11.000 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:01:42 -0400 (0:00:00.025) 0:03:11.026 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 21 July 2026 18:01:42 -0400 (0:00:00.055) 0:03:11.082 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:01:42 -0400 (0:00:00.041) 0:03:11.123 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "enable-linger", "podman_basic_user" ], "delta": "0:00:00.019061", "end": "2026-07-21 18:01:42.481305", "rc": 0, "start": "2026-07-21 18:01:42.462244" } TASK [fedora.linux_system_roles.podman : Mark user as not yet needing to cancel linger] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:01:42 -0400 (0:00:00.522) 0:03:11.645 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:01:42 -0400 (0:00:00.034) 0:03:11.680 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Tuesday 21 July 2026 18:01:42 -0400 (0:00:00.031) 0:03:11.712 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_wugen3va_podman/httpd1", "/tmp/lsr_wugen3va_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Tuesday 21 July 2026 18:01:42 -0400 (0:00:00.057) 0:03:11.769 ********** changed: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd1) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_wugen3va_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_wugen3va_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": true, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_wugen3va_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Tuesday 21 July 2026 18:01:43 -0400 (0:00:00.795) 0:03:12.565 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Tuesday 21 July 2026 18:01:43 -0400 (0:00:00.078) 0:03:12.643 ********** [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Tuesday 21 July 2026 18:01:49 -0400 (0:00:05.790) 0:03:18.434 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Tuesday 21 July 2026 18:01:49 -0400 (0:00:00.039) 0:03:18.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Tuesday 21 July 2026 18:01:49 -0400 (0:00:00.412) 0:03:18.885 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Tuesday 21 July 2026 18:01:50 -0400 (0:00:00.404) 0:03:19.290 ********** changed: [managed-node2] => { "changed": true, "checksum": "a37e67d1b4e7c4f445321cbb7c1e633a75794990", "dest": "/home/podman_basic_user/.config/containers/ansible-kubernetes.d/httpd1.yml", "gid": 3001, "group": "podman_basic_user", "md5sum": "a8d2c4f0419b751b4927f2b1974846a8", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 1070, "src": "/root/.ansible/tmp/ansible-tmp-1784671310.3613636-16367-69529485603131/.source.yml", "state": "file", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Tuesday 21 July 2026 18:01:51 -0400 (0:00:00.736) 0:03:20.026 ********** 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: da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a Container: 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad STDERR: time="2026-07-21T18:01:51-04:00" level=info msg="/bin/podman filtering at log level debug" time="2026-07-21T18:01:51-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-21T18:01:51-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-21T18:01:51-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-21T18:01:51-04:00" level=info msg="Using sqlite as database backend" time="2026-07-21T18:01:51-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2026-07-21T18:01:51-04:00" level=debug msg="Using graph driver overlay" time="2026-07-21T18:01:51-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2026-07-21T18:01:51-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2026-07-21T18:01:51-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2026-07-21T18:01:51-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2026-07-21T18:01:51-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2026-07-21T18:01:51-04:00" level=debug msg="Using transient store: false" time="2026-07-21T18:01:51-04:00" level=debug msg="Initializing event backend file" time="2026-07-21T18:01:51-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-21T18:01:51-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-21T18:01:51-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2026-07-21T18:01:51-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2026-07-21T18:01:51-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2026-07-21T18:01:51-04:00" level=debug msg="Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument" time="2026-07-21T18:01:51-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-21T18:01:51-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-21T18:01:51-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-21T18:01:51-04:00" level=debug msg="Configured OCI runtime crun-vm initialization failed: no valid executable found for OCI runtime crun-vm: invalid argument" time="2026-07-21T18:01:51-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-21T18:01:51-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-21T18:01:51-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-21T18:01:51-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-21T18:01:51-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Successfully loaded 1 networks" time="2026-07-21T18:01:51-04:00" level=debug msg="Validating options for local driver" time="2026-07-21T18:01:51-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-21T18:01:51-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice for parent user.slice and name libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a" time="2026-07-21T18:01:51-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice" time="2026-07-21T18:01:51-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice" time="2026-07-21T18:01:51-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2026-07-21T18:01:51-04:00" level=debug msg="using systemd mode: false" time="2026-07-21T18:01:51-04:00" level=debug msg="setting container name da14aaa1593f-infra" time="2026-07-21T18:01:51-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 8206a93c8e3fe5469fbfb39374d5f43d9817c1df356c9a97558ded028ba29340 bridge podman1 2026-07-21 22:01:51.57985915 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-21T18:01:51-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-21T18:01:51-04:00" level=debug msg="Allocated lock 2 for container 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed" time="2026-07-21T18:01:51-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are not supported" time="2026-07-21T18:01:51-04:00" level=debug msg="Check for idmapped mounts support " time="2026-07-21T18:01:51-04:00" level=debug msg="Created container \"9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Container \"9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed/userdata\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Container \"9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed\" has run directory \"/run/user/3001/containers/overlay-containers/9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed/userdata\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-21T18:01:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-21T18:01:51-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-21T18:01:51-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-21T18:01:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-21T18:01:51-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-21T18:01:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2026-07-21T18:01:51-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-21T18:01:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-21T18:01:51-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-21T18:01:51-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-21T18:01:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-21T18:01:51-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-21T18:01:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-21T18:01:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:01:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-21T18:01:51-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-21T18:01:51-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-21T18:01:51-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-21T18:01:51-04:00" level=debug msg="Found image \"quay.io/libpod/testimage:20210610\" as \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-21T18:01:51-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-21T18:01:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-21T18:01:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:01:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-21T18:01:51-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-21T18:01:51-04:00" level=debug msg="using systemd mode: false" time="2026-07-21T18:01:51-04:00" level=debug msg="adding container to pod httpd1" time="2026-07-21T18:01:51-04:00" level=debug msg="setting container name httpd1-httpd1" time="2026-07-21T18:01:51-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-21T18:01:51-04:00" level=info msg="Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host" time="2026-07-21T18:01:51-04:00" level=debug msg="Adding mount /proc" time="2026-07-21T18:01:51-04:00" level=debug msg="Adding mount /dev" time="2026-07-21T18:01:51-04:00" level=debug msg="Adding mount /dev/pts" time="2026-07-21T18:01:51-04:00" level=debug msg="Adding mount /dev/mqueue" time="2026-07-21T18:01:51-04:00" level=debug msg="Adding mount /sys" time="2026-07-21T18:01:51-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2026-07-21T18:01:51-04:00" level=debug msg="Allocated lock 3 for container 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad" time="2026-07-21T18:01:51-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Created container \"4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Container \"4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad\" has work directory \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad/userdata\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Container \"4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad\" has run directory \"/run/user/3001/containers/overlay-containers/4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad/userdata\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Strongconnecting node 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed" time="2026-07-21T18:01:51-04:00" level=debug msg="Pushed 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed onto stack" time="2026-07-21T18:01:51-04:00" level=debug msg="Finishing node 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed. Popped 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed off stack" time="2026-07-21T18:01:51-04:00" level=debug msg="Strongconnecting node 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad" time="2026-07-21T18:01:51-04:00" level=debug msg="Pushed 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad onto stack" time="2026-07-21T18:01:51-04:00" level=debug msg="Finishing node 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad. Popped 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad off stack" time="2026-07-21T18:01:51-04:00" level=debug msg="Created root filesystem for container 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed/rootfs/merge" time="2026-07-21T18:01:51-04:00" level=debug msg="Made network namespace at /run/user/3001/netns/netns-ea1f5d8c-449e-8348-903e-717d8a825252 for container 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed" time="2026-07-21T18:01:51-04:00" level=debug msg="Creating rootless network namespace at \"/run/user/3001/containers/networks/rootless-netns/rootless-netns\"" time="2026-07-21T18:01:51-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-21T18:01:51-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_8206a93c_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: "72:be:87:6e:e4:4e", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2026-07-21T18:01:51-04:00" level=debug msg="rootlessport: time=\"2026-07-21T18:01:51-04:00\" level=info msg=\"Starting parent driver\"\n" time="2026-07-21T18:01:51-04:00" level=debug msg="rootlessport: time=\"2026-07-21T18:01:51-04:00\" level=info msg=\"opaque=map[builtin.readypipepath:/run/user/3001/libpod/tmp/rootlessport3577095950/.bp-ready.pipe builtin.socketpath:/run/user/3001/libpod/tmp/rootlessport3577095950/.bp.sock]\"\n" time="2026-07-21T18:01:51-04:00" level=debug msg="rootlessport: time=\"2026-07-21T18:01:51-04:00\" level=info msg=\"Starting child driver in child netns (\\\"/proc/self/exe\\\" [rootlessport-child])\"\n" time="2026-07-21T18:01:51-04:00" level=debug msg="rootlessport: time=\"2026-07-21T18:01:51-04:00\" level=info msg=\"Waiting for initComplete\"\n" time="2026-07-21T18:01:51-04:00" level=debug msg="rootlessport: time=\"2026-07-21T18:01:51-04:00\" level=info msg=\"initComplete is closed; parent and child established the communication channel\"\ntime=\"2026-07-21T18:01:51-04:00\" level=info msg=\"Exposing ports [{ 80 15001 1 tcp}]\"\n" time="2026-07-21T18:01:51-04:00" level=debug msg="rootlessport: time=\"2026-07-21T18:01:51-04:00\" level=info msg=Ready\n" time="2026-07-21T18:01:51-04:00" level=debug msg="rootlessport is ready" time="2026-07-21T18:01:51-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-21T18:01:51-04:00" level=debug msg="Setting Cgroups for container 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed to user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice:libpod:9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed" time="2026-07-21T18:01:51-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-21T18:01:51-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/home/podman_basic_user/.local/share/containers/storage/overlay-containers/9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed/rootfs/merge\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Created OCI spec for container 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed/userdata/config.json" time="2026-07-21T18:01:51-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice for parent user.slice and name libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a" time="2026-07-21T18:01:51-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice" time="2026-07-21T18:01:51-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice" time="2026-07-21T18:01:51-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-21T18:01:51-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed -u 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed/userdata -p /run/user/3001/containers/overlay-containers/9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed/userdata/pidfile -n da14aaa1593f-infra --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed --full-attach -s -l journald --log-level debug --syslog --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/3001/containers/overlay-containers/9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed/userdata/oci-log --conmon-pidfile /run/user/3001/containers/overlay-containers/9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed/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 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed]" time="2026-07-21T18:01:51-04:00" level=info msg="Running conmon under slice user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice and unitName libpod-conmon-9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2026-07-21T18:01:51-04:00" level=debug msg="Received: 41082" time="2026-07-21T18:01:51-04:00" level=info msg="Got Conmon PID as 41080" time="2026-07-21T18:01:51-04:00" level=debug msg="Created container 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed in OCI runtime" time="2026-07-21T18:01:51-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2026-07-21T18:01:51-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2026-07-21T18:01:51-04:00" level=debug msg="Starting container 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed with command [/catatonit -P]" time="2026-07-21T18:01:51-04:00" level=debug msg="Started container 9ca2af39cdd320c21650ecf93e119f2be807de5b17df3d3c1cbfa64050f2caed" time="2026-07-21T18:01:51-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/f7529a903f16970e3f203ee3f351abb7b424f72f72b985c84d98659b01c4614e/diff,workdir=/home/podman_basic_user/.local/share/containers/storage/overlay/f7529a903f16970e3f203ee3f351abb7b424f72f72b985c84d98659b01c4614e/work,nodev,userxattr,context=\"system_u:object_r:container_file_t:s0:c180,c559\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Mounted container \"4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad\" at \"/home/podman_basic_user/.local/share/containers/storage/overlay/f7529a903f16970e3f203ee3f351abb7b424f72f72b985c84d98659b01c4614e/merged\"" time="2026-07-21T18:01:51-04:00" level=debug msg="Going to mount named volume testfile1" time="2026-07-21T18:01:51-04:00" level=debug msg="Copying up contents from container 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad to volume testfile1" time="2026-07-21T18:01:51-04:00" level=debug msg="Created root filesystem for container 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad at /home/podman_basic_user/.local/share/containers/storage/overlay/f7529a903f16970e3f203ee3f351abb7b424f72f72b985c84d98659b01c4614e/merged" time="2026-07-21T18:01:51-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-21T18:01:51-04:00" level=debug msg="Setting Cgroups for container 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad to user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice:libpod:4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad" time="2026-07-21T18:01:51-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-21T18:01:51-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2026-07-21T18:01:51-04:00" level=debug msg="Created OCI spec for container 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad at /home/podman_basic_user/.local/share/containers/storage/overlay-containers/4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad/userdata/config.json" time="2026-07-21T18:01:51-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice for parent user.slice and name libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a" time="2026-07-21T18:01:51-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice" time="2026-07-21T18:01:51-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice" time="2026-07-21T18:01:51-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-21T18:01:51-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad -u 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad -r /usr/bin/crun -b /home/podman_basic_user/.local/share/containers/storage/overlay-containers/4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad/userdata -p /run/user/3001/containers/overlay-containers/4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad/userdata/pidfile -n httpd1-httpd1 --exit-dir /run/user/3001/libpod/tmp/exits --persist-dir /run/user/3001/libpod/tmp/persist/4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad --full-attach -s -l journald --log-level debug --syslog --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/user/3001/containers/overlay-containers/4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad/userdata/oci-log --conmon-pidfile /run/user/3001/containers/overlay-containers/4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad/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 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad]" time="2026-07-21T18:01:51-04:00" level=info msg="Running conmon under slice user-libpod_pod_da14aaa1593f4e79494631a53e24587a3bc1e02b4f06332844b88c271e66c71a.slice and unitName libpod-conmon-4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad.scope" [conmon:d]: failed to write to /proc/self/oom_score_adj: Permission denied time="2026-07-21T18:01:52-04:00" level=debug msg="Received: 41087" time="2026-07-21T18:01:52-04:00" level=info msg="Got Conmon PID as 41085" time="2026-07-21T18:01:52-04:00" level=debug msg="Created container 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad in OCI runtime" time="2026-07-21T18:01:52-04:00" level=debug msg="Starting container 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad with command [/bin/busybox-extras httpd -f -p 80]" time="2026-07-21T18:01:52-04:00" level=debug msg="Started container 4e70e1eb2364f64e47acb638b9dd96a432f308f48456207f320b0339f59628ad" time="2026-07-21T18:01:52-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-21T18:01:52-04:00" level=debug msg="Shutting down engines" time="2026-07-21T18:01:52-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=41016 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Tuesday 21 July 2026 18:01:52 -0400 (0:00:01.070) 0:03:21.097 ********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Tuesday 21 July 2026 18:01:52 -0400 (0:00:00.703) 0:03:21.801 ********** 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": "network-online.target -.mount run-user-3001.mount \"app-podman\\\\x2dkube.slice\" 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": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "3555606528", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Tuesday 21 July 2026 18:01:53 -0400 (0:00:00.717) 0:03:22.519 ********** 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 network-online.target \"app-podman\\\\x2dkube.slice\" run-user-3001.mount -.mount", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target default.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "3554955264", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Tuesday 21 July 2026 18:02:04 -0400 (0:00:11.340) 0:03:33.859 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:02:04 -0400 (0:00:00.044) 0:03:33.904 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:02:04 -0400 (0:00:00.042) 0:03:33.946 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:02:05 -0400 (0:00:00.043) 0:03:33.989 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:02:05 -0400 (0:00:00.420) 0:03:34.410 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:02:05 -0400 (0:00:00.052) 0:03:34.463 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:02:05 -0400 (0:00:00.071) 0:03:34.534 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:02:05 -0400 (0:00:00.421) 0:03:34.956 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:02:05 -0400 (0:00:00.027) 0:03:34.983 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.109) 0:03:35.093 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.029) 0:03:35.122 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.027) 0:03:35.150 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.028) 0:03:35.178 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.027) 0:03:35.206 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subgid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.034) 0:03:35.240 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.028) 0:03:35.268 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.045) 0:03:35.314 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.029) 0:03:35.344 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.062) 0:03:35.406 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.053) 0:03:35.460 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.028) 0:03:35.489 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.032) 0:03:35.521 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.025) 0:03:35.547 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_wugen3va_podman/httpd2", "/tmp/lsr_wugen3va_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Tuesday 21 July 2026 18:02:06 -0400 (0:00:00.058) 0:03:35.605 ********** ok: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_wugen3va_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_wugen3va_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_wugen3va_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Tuesday 21 July 2026 18:02:07 -0400 (0:00:00.812) 0:03:36.418 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Tuesday 21 July 2026 18:02:07 -0400 (0:00:00.072) 0:03:36.491 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Tuesday 21 July 2026 18:02:10 -0400 (0:00:03.250) 0:03:39.741 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Tuesday 21 July 2026 18:02:10 -0400 (0:00:00.036) 0:03:39.778 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Tuesday 21 July 2026 18:02:11 -0400 (0:00:00.437) 0:03:40.215 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Tuesday 21 July 2026 18:02:11 -0400 (0:00:00.459) 0:03:40.675 ********** changed: [managed-node2] => { "changed": true, "checksum": "9b0fa2dc1afe776d7245cd6f588fe0351f7f1c90", "dest": "/etc/containers/ansible-kubernetes.d/httpd2.yml", "gid": 0, "group": "root", "md5sum": "3ef4f6175c0213fa3aedbeb56078ee3b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 770, "src": "/root/.ansible/tmp/ansible-tmp-1784671331.7531693-17051-88018441930903/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Tuesday 21 July 2026 18:02:12 -0400 (0:00:00.769) 0:03:41.445 ********** 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: 13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4 Container: fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 STDERR: time="2026-07-21T18:02:12-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-07-21T18:02:12-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-21T18:02:12-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-21T18:02:12-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-21T18:02:12-04:00" level=info msg="Using sqlite as database backend" time="2026-07-21T18:02:12-04:00" level=debug msg="Using graph driver overlay" time="2026-07-21T18:02:12-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2026-07-21T18:02:12-04:00" level=debug msg="Using run root /run/containers/storage" time="2026-07-21T18:02:12-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2026-07-21T18:02:12-04:00" level=debug msg="Using tmp dir /run/libpod" time="2026-07-21T18:02:12-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2026-07-21T18:02:12-04:00" level=debug msg="Using transient store: false" time="2026-07-21T18:02:12-04:00" level=debug msg="Initializing event backend journald" time="2026-07-21T18:02:12-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-21T18:02:12-04:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2026-07-21T18:02:12-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-21T18:02:12-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-21T18:02:12-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2026-07-21T18:02:12-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2026-07-21T18:02:12-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-21T18:02:12-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2026-07-21T18:02:12-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-21T18:02:12-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-21T18:02:12-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-21T18:02:12-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-21T18:02:12-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-21T18:02:12-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-21T18:02:12-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-21T18:02:12-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-21T18:02:12-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-21T18:02:12-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 40192b92e341def2293e8302edfe7f707ae6d9a1aa419543f41c1b7bb63990b2 bridge podman1 2026-07-21 21:59:46.938457581 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-21T18:02:12-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-21T18:02:12-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-21T18:02:12-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice for parent machine.slice and name libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4" time="2026-07-21T18:02:12-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice" time="2026-07-21T18:02:12-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice" time="2026-07-21T18:02:12-04:00" level=debug msg="no command or entrypoint provided, and no CMD or ENTRYPOINT from image: defaulting to empty string" time="2026-07-21T18:02:12-04:00" level=debug msg="using systemd mode: false" time="2026-07-21T18:02:12-04:00" level=debug msg="setting container name 13796ac88f3b-infra" time="2026-07-21T18:02:12-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Allocated lock 1 for container 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01" time="2026-07-21T18:02:12-04:00" level=debug msg="Cached value indicated that idmapped mounts for overlay are supported" time="2026-07-21T18:02:12-04:00" level=debug msg="Created container \"1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Container \"1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01\" has work directory \"/var/lib/containers/storage/overlay-containers/1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01/userdata\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Container \"1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01\" has run directory \"/run/containers/storage/overlay-containers/1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01/userdata\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-21T18:02:12-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-21T18:02:12-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-21T18:02:12-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-21T18:02:12-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-21T18:02:12-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-21T18:02:12-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Pulling image quay.io/libpod/testimage:20210610 (policy: missing)" time="2026-07-21T18:02:12-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-21T18:02:12-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-21T18:02:12-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-21T18:02:12-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-21T18:02:12-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-21T18:02:12-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-21T18:02:12-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-21T18:02:12-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:02:12-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Looking up image \"quay.io/libpod/testimage:20210610\" in local containers storage" time="2026-07-21T18:02:12-04:00" level=debug msg="Normalized platform linux/amd64 to {amd64 linux [] }" time="2026-07-21T18:02:12-04:00" level=debug msg="Trying \"quay.io/libpod/testimage:20210610\" ..." time="2026-07-21T18:02:12-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-21T18:02:12-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-21T18:02:12-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-21T18:02:12-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-21T18:02:12-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:02:12-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-21T18:02:12-04:00" level=debug msg="Inspecting image 9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f" time="2026-07-21T18:02:12-04:00" level=debug msg="using systemd mode: false" time="2026-07-21T18:02:12-04:00" level=debug msg="adding container to pod httpd2" time="2026-07-21T18:02:12-04:00" level=debug msg="setting container name httpd2-httpd2" time="2026-07-21T18:02:12-04:00" level=debug msg="Loading seccomp profile from \"/usr/share/containers/seccomp.json\"" time="2026-07-21T18:02:12-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-21T18:02:12-04:00" level=debug msg="Adding mount /proc" time="2026-07-21T18:02:12-04:00" level=debug msg="Adding mount /dev" time="2026-07-21T18:02:12-04:00" level=debug msg="Adding mount /dev/pts" time="2026-07-21T18:02:12-04:00" level=debug msg="Adding mount /dev/mqueue" time="2026-07-21T18:02:12-04:00" level=debug msg="Adding mount /sys" time="2026-07-21T18:02:12-04:00" level=debug msg="Adding mount /sys/fs/cgroup" time="2026-07-21T18:02:12-04:00" level=debug msg="Allocated lock 2 for container fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711" time="2026-07-21T18:02:12-04:00" level=debug msg="exporting opaque data as blob \"sha256:9f9ec7f2fdef9168f74e9d057f307955db14d782cff22ded51d277d74798cb2f\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Created container \"fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Container \"fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711\" has work directory \"/var/lib/containers/storage/overlay-containers/fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711/userdata\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Container \"fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711\" has run directory \"/run/containers/storage/overlay-containers/fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711/userdata\"" time="2026-07-21T18:02:12-04:00" level=debug msg="Strongconnecting node 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01" time="2026-07-21T18:02:12-04:00" level=debug msg="Pushed 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01 onto stack" time="2026-07-21T18:02:12-04:00" level=debug msg="Finishing node 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01. Popped 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01 off stack" time="2026-07-21T18:02:12-04:00" level=debug msg="Strongconnecting node fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711" time="2026-07-21T18:02:12-04:00" level=debug msg="Pushed fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 onto stack" time="2026-07-21T18:02:12-04:00" level=debug msg="Finishing node fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711. Popped fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 off stack" time="2026-07-21T18:02:12-04:00" level=debug msg="Created root filesystem for container 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01 at /var/lib/containers/storage/overlay-containers/1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01/rootfs/merge" time="2026-07-21T18:02:12-04:00" level=debug msg="Made network namespace at /run/netns/netns-f6fc46d4-e562-22d7-919c-9dcc2f890f6f for container 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01" [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_40192b92_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: "72:5e:4c:b9:f2:99", subnets: Some( [ NetAddress { gateway: Some( 10.89.0.1, ), ipnet: 10.89.0.2/24, }, ], ), }, }, ), }, } [DEBUG netavark::commands::setup] Setup complete time="2026-07-21T18:02:13-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-21T18:02:13-04:00" level=debug msg="Setting Cgroups for container 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01 to machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice:libpod:1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01" time="2026-07-21T18:02:13-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-21T18:02:13-04:00" level=debug msg="Workdir \"/\" resolved to host path \"/var/lib/containers/storage/overlay-containers/1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01/rootfs/merge\"" time="2026-07-21T18:02:13-04:00" level=debug msg="Created OCI spec for container 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01 at /var/lib/containers/storage/overlay-containers/1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01/userdata/config.json" time="2026-07-21T18:02:13-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice for parent machine.slice and name libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4" time="2026-07-21T18:02:13-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice" time="2026-07-21T18:02:13-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice" time="2026-07-21T18:02:13-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-21T18:02:13-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01 -u 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01/userdata -p /run/containers/storage/overlay-containers/1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01/userdata/pidfile -n 13796ac88f3b-infra --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01 --full-attach -s -l journald --log-level debug --syslog --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/containers/storage/overlay-containers/1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01/userdata/oci-log --conmon-pidfile /run/containers/storage/overlay-containers/1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01/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 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01]" time="2026-07-21T18:02:13-04:00" level=info msg="Running conmon under slice machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice and unitName libpod-conmon-1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01.scope" time="2026-07-21T18:02:13-04:00" level=debug msg="Received: 43397" time="2026-07-21T18:02:13-04:00" level=info msg="Got Conmon PID as 43395" time="2026-07-21T18:02:13-04:00" level=debug msg="Created container 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01 in OCI runtime" time="2026-07-21T18:02:13-04:00" level=debug msg="Adding nameserver(s) from network status of '[\"10.89.0.1\"]'" time="2026-07-21T18:02:13-04:00" level=debug msg="Adding search domain(s) from network status of '[\"dns.podman\"]'" time="2026-07-21T18:02:13-04:00" level=debug msg="Starting container 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01 with command [/catatonit -P]" time="2026-07-21T18:02:13-04:00" level=debug msg="Started container 1d0b5a0f789a69cfa4eb0382bde209a8e5c9c0b735ebf263fc2f3927b693aa01" time="2026-07-21T18:02:13-04:00" level=debug msg="overlay: mount_data=lowerdir=/var/lib/containers/storage/overlay/f36118df491fbfd96093731809941d7bb881136415ccc114bc26d6bf10499a0e/diff,upperdir=/var/lib/containers/storage/overlay/1677df9c47b0bfc340f770aa3a57e5446190d7eaa2a413481baa911bce44d5fe/diff,workdir=/var/lib/containers/storage/overlay/1677df9c47b0bfc340f770aa3a57e5446190d7eaa2a413481baa911bce44d5fe/work,nodev,metacopy=on,context=\"system_u:object_r:container_file_t:s0:c440,c878\"" time="2026-07-21T18:02:13-04:00" level=debug msg="Mounted container \"fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711\" at \"/var/lib/containers/storage/overlay/1677df9c47b0bfc340f770aa3a57e5446190d7eaa2a413481baa911bce44d5fe/merged\"" time="2026-07-21T18:02:13-04:00" level=debug msg="Created root filesystem for container fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 at /var/lib/containers/storage/overlay/1677df9c47b0bfc340f770aa3a57e5446190d7eaa2a413481baa911bce44d5fe/merged" time="2026-07-21T18:02:13-04:00" level=debug msg="/proc/sys/crypto/fips_enabled does not contain '1', not adding FIPS mode bind mounts" time="2026-07-21T18:02:13-04:00" level=debug msg="Setting Cgroups for container fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 to machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice:libpod:fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711" time="2026-07-21T18:02:13-04:00" level=debug msg="reading hooks from /usr/share/containers/oci/hooks.d" time="2026-07-21T18:02:13-04:00" level=debug msg="Workdir \"/var/www\" resolved to a volume or mount" time="2026-07-21T18:02:13-04:00" level=debug msg="Created OCI spec for container fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 at /var/lib/containers/storage/overlay-containers/fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711/userdata/config.json" time="2026-07-21T18:02:13-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice for parent machine.slice and name libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4" time="2026-07-21T18:02:13-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice" time="2026-07-21T18:02:13-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice" time="2026-07-21T18:02:13-04:00" level=debug msg="/usr/bin/conmon messages will be logged to syslog" time="2026-07-21T18:02:13-04:00" level=debug msg="running conmon: /usr/bin/conmon" args="[--api-version 1 -c fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 -u fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 -r /usr/bin/crun -b /var/lib/containers/storage/overlay-containers/fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711/userdata -p /run/containers/storage/overlay-containers/fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711/userdata/pidfile -n httpd2-httpd2 --exit-dir /run/libpod/exits --persist-dir /run/libpod/persist/fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 --full-attach -s -l journald --log-level debug --syslog --runtime-arg --log-format=json --runtime-arg --log --runtime-arg=/run/containers/storage/overlay-containers/fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711/userdata/oci-log --conmon-pidfile /run/containers/storage/overlay-containers/fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711/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 fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711]" time="2026-07-21T18:02:13-04:00" level=info msg="Running conmon under slice machine-libpod_pod_13796ac88f3b0354d6169d1cd019fa449226c8b02c2322a187b82775b2d297c4.slice and unitName libpod-conmon-fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711.scope" time="2026-07-21T18:02:13-04:00" level=debug msg="Received: 43402" time="2026-07-21T18:02:13-04:00" level=info msg="Got Conmon PID as 43400" time="2026-07-21T18:02:13-04:00" level=debug msg="Created container fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 in OCI runtime" time="2026-07-21T18:02:13-04:00" level=debug msg="Starting container fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711 with command [/bin/busybox-extras httpd -f -p 80]" time="2026-07-21T18:02:13-04:00" level=debug msg="Started container fe5dcf487c2cb097b20f677e401bca72e9d4b017172c8eeb934d220bef3d3711" time="2026-07-21T18:02:13-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-21T18:02:13-04:00" level=debug msg="Shutting down engines" time="2026-07-21T18:02:13-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=43355 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Tuesday 21 July 2026 18:02:13 -0400 (0:00:00.890) 0:03:42.335 ********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Tuesday 21 July 2026 18:02:14 -0400 (0:00:00.901) 0:03:43.236 ********** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"system-podman\\\\x2dkube.slice\" basic.target network-online.target -.mount sysinit.target systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "2914787328", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Tuesday 21 July 2026 18:02:15 -0400 (0:00:00.917) 0:03:44.154 ********** changed: [managed-node2] => { "changed": true, "name": "podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "\"system-podman\\\\x2dkube.slice\" -.mount network-online.target systemd-journald.socket sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "2927431680", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Tuesday 21 July 2026 18:02:26 -0400 (0:00:11.380) 0:03:55.534 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:02:26 -0400 (0:00:00.032) 0:03:55.567 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:02:26 -0400 (0:00:00.044) 0:03:55.612 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:02:26 -0400 (0:00:00.044) 0:03:55.657 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:02:26 -0400 (0:00:00.032) 0:03:55.690 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:02:26 -0400 (0:00:00.030) 0:03:55.720 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:02:26 -0400 (0:00:00.075) 0:03:55.795 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.436) 0:03:56.232 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.046) 0:03:56.278 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.046) 0:03:56.325 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.048) 0:03:56.374 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.045) 0:03:56.419 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.044) 0:03:56.464 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.046) 0:03:56.510 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.046) 0:03:56.557 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.049) 0:03:56.607 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.049) 0:03:56.657 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.039) 0:03:56.696 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.063) 0:03:56.760 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.072) 0:03:56.833 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.124) 0:03:56.957 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:02:27 -0400 (0:00:00.027) 0:03:56.984 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Tuesday 21 July 2026 18:02:28 -0400 (0:00:00.026) 0:03:57.011 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_wugen3va_podman/httpd3", "/tmp/lsr_wugen3va_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Tuesday 21 July 2026 18:02:28 -0400 (0:00:00.056) 0:03:57.067 ********** ok: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_wugen3va_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_wugen3va_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 23, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": "/tmp/lsr_wugen3va_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Tuesday 21 July 2026 18:02:28 -0400 (0:00:00.810) 0:03:57.878 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Tuesday 21 July 2026 18:02:28 -0400 (0:00:00.059) 0:03:57.938 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Tuesday 21 July 2026 18:02:30 -0400 (0:00:01.107) 0:03:59.046 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Tuesday 21 July 2026 18:02:30 -0400 (0:00:00.025) 0:03:59.071 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Tuesday 21 July 2026 18:02:30 -0400 (0:00:00.408) 0:03:59.479 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Tuesday 21 July 2026 18:02:30 -0400 (0:00:00.444) 0:03:59.924 ********** changed: [managed-node2] => { "changed": true, "checksum": "781f938674201b356d9c6ca623fec972ccc54c37", "dest": "/etc/containers/ansible-kubernetes.d/httpd3.yml", "gid": 0, "group": "root", "md5sum": "ab0052ae33c8988ff604f5349059f7a1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:etc_t:s0", "size": 1070, "src": "/root/.ansible/tmp/ansible-tmp-1784671351.020881-17644-85660377372983/.source.yml", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.podman : Update containers/pods] *************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Tuesday 21 July 2026 18:02:31 -0400 (0:00:00.789) 0:04:00.713 ********** changed: [managed-node2] => { "actions": [ "/usr/bin/podman play kube --start=true /etc/containers/ansible-kubernetes.d/httpd3.yml" ], "changed": true } STDOUT: Pod: 1308760a221ac6d3552354ec656d19d99d0bcf01375c309881c59644685cb939 Container: 1401273bf32a635cef3be66f94d13cfd287359e6880021a6fa0f4f10ce1f8a8d TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Tuesday 21 July 2026 18:02:32 -0400 (0:00:00.754) 0:04:01.467 ********** ok: [managed-node2] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.podman : Enable service] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Tuesday 21 July 2026 18:02:33 -0400 (0:00:00.834) 0:04:02.302 ********** 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": "network-online.target basic.target sysinit.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": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "2902949888", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Tuesday 21 July 2026 18:02:34 -0400 (0:00:00.899) 0:04:03.201 ********** 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": "network-online.target \"system-podman\\\\x2dkube.slice\" -.mount basic.target systemd-journald.socket sysinit.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "multi-user.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "A template for running K8s workloads via podman-kube-play", "DevicePolicy": "auto", "Documentation": "\"man:podman-kube-play(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "2908573696", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" -.mount sysinit.target", "RequiresMountsFor": "/run/containers", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system-podman\\x2dkube.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Tuesday 21 July 2026 18:02:45 -0400 (0:00:11.125) 0:04:14.327 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 21 July 2026 18:02:45 -0400 (0:00:00.033) 0:04:14.361 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Tuesday 21 July 2026 18:02:45 -0400 (0:00:00.023) 0:04:14.384 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Tuesday 21 July 2026 18:02:45 -0400 (0:00:00.032) 0:04:14.417 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Tuesday 21 July 2026 18:02:45 -0400 (0:00:00.037) 0:04:14.454 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Tuesday 21 July 2026 18:02:45 -0400 (0:00:00.030) 0:04:14.485 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Tuesday 21 July 2026 18:02:45 -0400 (0:00:00.028) 0:04:14.513 ********** ok: [managed-node2] => { "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:334 Tuesday 21 July 2026 18:02:45 -0400 (0:00:00.436) 0:04:14.950 ********** 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.082052", "end": "2026-07-21 18:02:46.456805", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-21 18:02:46.374753" } 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.034930", "end": "2026-07-21 18:02:46.864586", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-21 18:02:46.829656" } 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.033421", "end": "2026-07-21 18:02:47.258585", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-21 18:02:47.225164" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:345 Tuesday 21 July 2026 18:02:47 -0400 (0:00:01.360) 0:04:16.310 ********** 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.012299", "end": "2026-07-21 18:02:47.736163", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-21 18:02:47.723864" } 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.014800", "end": "2026-07-21 18:02:48.116397", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-21 18:02:48.101597" } 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.014607", "end": "2026-07-21 18:02:48.494950", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-21 18:02:48.480343" } 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:362 Tuesday 21 July 2026 18:02:48 -0400 (0:00:01.236) 0:04:17.547 ********** 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": "Tue, 21 Jul 2026 22:02:49 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Tue, 21 Jul 2026 21:58:37 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": "Tue, 21 Jul 2026 22:02:49 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Tue, 21 Jul 2026 21:58:38 GMT", "redirected": false, "status": 200, "url": "http://localhost:15002/index.txt" } MSG: OK (3 bytes) TASK [Check host directories] ************************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:370 Tuesday 21 July 2026 18:02:49 -0400 (0:00:01.275) 0:04:18.822 ********** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_wugen3va_podman/httpd1-create" ], "delta": "0:00:00.004559", "end": "2026-07-21 18:02:50.164206", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-21 18:02:50.159647" } STDOUT: total 0 drwxr-xr-x. 2 podman_basic_user podman_basic_user 6 Jul 21 18:01 ./ drwxrwxrwx. 8 root root 111 Jul 21 18:02 ../ ok: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_wugen3va_podman/httpd2-create" ], "delta": "0:00:00.003942", "end": "2026-07-21 18:02:50.529155", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-21 18:02:50.525213" } STDOUT: total 0 drwxr-xr-x. 2 root root 6 Jul 21 18:02 ./ drwxrwxrwx. 8 root root 111 Jul 21 18:02 ../ ok: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ls", "-alrtF", "/tmp/lsr_wugen3va_podman/httpd3-create" ], "delta": "0:00:00.003987", "end": "2026-07-21 18:02:50.890074", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-21 18:02:50.886087" } STDOUT: total 0 drwxrwxrwx. 8 root root 111 Jul 21 18:02 ../ drwxr-xr-x. 2 root root 6 Jul 21 18:02 ./ TASK [Run role again to test for idempotency] ********************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:375 Tuesday 21 July 2026 18:02:50 -0400 (0:00:01.117) 0:04:19.940 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Tuesday 21 July 2026 18:02:50 -0400 (0:00:00.044) 0:04:19.984 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Tuesday 21 July 2026 18:02:51 -0400 (0:00:00.001) 0:04:19.986 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Tuesday 21 July 2026 18:02:51 -0400 (0:00:00.023) 0:04:20.009 ********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 21 July 2026 18:02:51 -0400 (0:00:00.065) 0:04:20.075 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 21 July 2026 18:02:51 -0400 (0:00:00.031) 0:04:20.107 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Tuesday 21 July 2026 18:02:51 -0400 (0:00:00.603) 0:04:20.711 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Tuesday 21 July 2026 18:02:52 -0400 (0:00:00.375) 0:04:21.086 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Tuesday 21 July 2026 18:02:52 -0400 (0:00:00.021) 0:04:21.108 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Tuesday 21 July 2026 18:02:52 -0400 (0:00:00.019) 0:04:21.127 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Tuesday 21 July 2026 18:02:52 -0400 (0:00:00.020) 0:04:21.148 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Tuesday 21 July 2026 18:02:52 -0400 (0:00:00.020) 0:04:21.168 ********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Tuesday 21 July 2026 18:02:52 -0400 (0:00:00.046) 0:04:21.215 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Tuesday 21 July 2026 18:02:52 -0400 (0:00:00.021) 0:04:21.236 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Tuesday 21 July 2026 18:02:52 -0400 (0:00:00.022) 0:04:21.258 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 21 July 2026 18:02:52 -0400 (0:00:00.021) 0:04:21.279 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.960) 0:04:22.240 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.022) 0:04:22.263 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.030) 0:04:22.293 ********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.023) 0:04:22.317 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.024) 0:04:22.341 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.023) 0:04:22.365 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023525", "end": "2026-07-21 18:02:53.727020", "rc": 0, "start": "2026-07-21 18:02:53.703495" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.409) 0:04:22.774 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.026) 0:04:22.800 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.024) 0:04:22.826 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.024) 0:04:22.850 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.016) 0:04:22.866 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.033) 0:04:22.899 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.034) 0:04:22.933 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Tuesday 21 July 2026 18:02:53 -0400 (0:00:00.031) 0:04:22.965 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:02:54 -0400 (0:00:00.043) 0:04:23.008 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:02:54 -0400 (0:00:00.389) 0:04:23.398 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:02:54 -0400 (0:00:00.027) 0:04:23.426 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:02:54 -0400 (0:00:00.039) 0:04:23.465 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:02:54 -0400 (0:00:00.389) 0:04:23.855 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:02:54 -0400 (0:00:00.026) 0:04:23.882 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:02:54 -0400 (0:00:00.025) 0:04:23.907 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:02:54 -0400 (0:00:00.025) 0:04:23.933 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:02:54 -0400 (0:00:00.024) 0:04:23.957 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.124) 0:04:24.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 user not in subuid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.025) 0:04:24.107 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.024) 0:04:24.132 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.024) 0:04:24.156 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.058) 0:04:24.215 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.044) 0:04:24.259 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_containers_conf | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Update container config file] ********* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.023) 0:04:24.282 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.024) 0:04:24.307 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.043) 0:04:24.351 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.023) 0:04:24.375 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.024) 0:04:24.399 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.045) 0:04:24.445 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.023) 0:04:24.469 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.022) 0:04:24.492 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.046) 0:04:24.538 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.025) 0:04:24.564 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.022) 0:04:24.586 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.023) 0:04:24.610 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.023) 0:04:24.633 ********** included: fedora.linux_system_roles.firewall for managed-node2 TASK [fedora.linux_system_roles.firewall : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.093) 0:04:24.727 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:2 Tuesday 21 July 2026 18:02:55 -0400 (0:00:00.043) 0:04:24.770 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.firewall : Record role begin fingerprint] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:7 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.530) 0:04:25.301 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:16 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.381) 0:04:25.682 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:21 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.028) 0:04:25.711 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:28 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.027) 0:04:25.738 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:33 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.026) 0:04:25.765 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/set_vars.yml:37 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.026) 0:04:25.791 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.057) 0:04:25.849 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:5 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.041) 0:04:25.890 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:13 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.028) 0:04:25.919 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:18 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.027) 0:04:25.946 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:23 Tuesday 21 July 2026 18:02:56 -0400 (0:00:00.026) 0:04:25.973 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:36 Tuesday 21 July 2026 18:02:58 -0400 (0:00:01.311) 0:04:27.285 ********** skipping: [managed-node2] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:41 Tuesday 21 July 2026 18:02:58 -0400 (0:00:00.023) 0:04:27.309 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:46 Tuesday 21 July 2026 18:02:58 -0400 (0:00:00.112) 0:04:27.421 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:8 Tuesday 21 July 2026 18:02:58 -0400 (0:00:00.040) 0:04:27.462 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:18 Tuesday 21 July 2026 18:02:58 -0400 (0:00:00.058) 0:04:27.521 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:29 Tuesday 21 July 2026 18:02:58 -0400 (0:00:00.059) 0:04:27.580 ********** ok: [managed-node2] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ActiveEnterTimestampMonotonic": "215187902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 17:59:24 EDT", "AssertTimestampMonotonic": "215185061", "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": "1914804000", "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": "Tue 2026-07-21 17:59:24 EDT", "ConditionTimestampMonotonic": "215185058", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainHandoffTimestampMonotonic": "215223597", "ExecMainPID": "15039", "ExecMainStartTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainStartTimestampMonotonic": "215187427", "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": "Tue 2026-07-21 17:59:24 EDT", "InactiveExitTimestampMonotonic": "215187902", "InvocationID": "c4953b2eb00643479faa78a72d548c71", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15039", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2875285504", "MemoryCurrent": "33439744", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34820096", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Tue 2026-07-21 17:59:24 EDT", "StateChangeTimestampMonotonic": "215187902", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:36 Tuesday 21 July 2026 18:02:59 -0400 (0:00:00.607) 0:04:28.188 ********** ok: [managed-node2] => { "changed": false, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ActiveEnterTimestampMonotonic": "215187902", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target system.slice basic.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 17:59:24 EDT", "AssertTimestampMonotonic": "215185061", "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": "1914804000", "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": "Tue 2026-07-21 17:59:24 EDT", "ConditionTimestampMonotonic": "215185058", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ipset.service shutdown.target ip6tables.service iptables.service", "ControlGroup": "/system.slice/firewalld.service", "ControlGroupId": "4775", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainHandoffTimestampMonotonic": "215223597", "ExecMainPID": "15039", "ExecMainStartTimestamp": "Tue 2026-07-21 17:59:24 EDT", "ExecMainStartTimestampMonotonic": "215187427", "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": "Tue 2026-07-21 17:59:24 EDT", "InactiveExitTimestampMonotonic": "215187902", "InvocationID": "c4953b2eb00643479faa78a72d548c71", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "15039", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2874527744", "MemoryCurrent": "33439744", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "34820096", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service dbus-org.fedoraproject.FirewallD1.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PartOf": "dbus-broker.service", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "tmpfs", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Tue 2026-07-21 17:59:24 EDT", "StateChangeTimestampMonotonic": "215187902", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Tuesday 21 July 2026 18:02:59 -0400 (0:00:00.570) 0:04:28.759 ********** ok: [managed-node2] => { "attempts": 1, "changed": false, "cmd": [ "firewall-cmd", "--state" ], "delta": "0:00:00.210695", "end": "2026-07-21 18:03:00.306263", "rc": 0, "start": "2026-07-21 18:03:00.095568" } STDOUT: running TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:60 Tuesday 21 July 2026 18:03:00 -0400 (0:00:00.605) 0:04:29.364 ********** ok: [managed-node2] => { "__firewall_changed": false, "changed": false, "short_circuit": true } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:69 Tuesday 21 July 2026 18:03:01 -0400 (0:00:00.906) 0:04:30.271 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:79 Tuesday 21 July 2026 18:03:01 -0400 (0:00:00.052) 0:04:30.323 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:90 Tuesday 21 July 2026 18:03:01 -0400 (0:00:00.040) 0:04:30.364 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:97 Tuesday 21 July 2026 18:03:01 -0400 (0:00:00.038) 0:04:30.402 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:104 Tuesday 21 July 2026 18:03:01 -0400 (0:00:00.064) 0:04:30.467 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:108 Tuesday 21 July 2026 18:03:01 -0400 (0:00:00.058) 0:04:30.525 ********** ok: [managed-node2] => { "changed": false } TASK [Manage selinux for specified ports] ************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 21 July 2026 18:03:01 -0400 (0:00:00.415) 0:04:30.941 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Tuesday 21 July 2026 18:03:02 -0400 (0:00:00.155) 0:04:31.096 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Tuesday 21 July 2026 18:03:02 -0400 (0:00:00.037) 0:04:31.134 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Record role begin fingerprint] ******* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Tuesday 21 July 2026 18:03:02 -0400 (0:00:00.533) 0:04:31.668 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:13 Tuesday 21 July 2026 18:03:03 -0400 (0:00:00.420) 0:04:32.089 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Tuesday 21 July 2026 18:03:03 -0400 (0:00:00.049) 0:04:32.138 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Tuesday 21 July 2026 18:03:03 -0400 (0:00:00.033) 0:04:32.172 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Tuesday 21 July 2026 18:03:03 -0400 (0:00:00.035) 0:04:32.207 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Tuesday 21 July 2026 18:03:03 -0400 (0:00:00.033) 0:04:32.240 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Tuesday 21 July 2026 18:03:03 -0400 (0:00:00.026) 0:04:32.267 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "ansible_facts['python_version'] is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Tuesday 21 July 2026 18:03:03 -0400 (0:00:00.030) 0:04:32.298 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Tuesday 21 July 2026 18:03:04 -0400 (0:00:01.333) 0:04:33.631 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Tuesday 21 July 2026 18:03:04 -0400 (0:00:00.034) 0:04:33.666 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 Tuesday 21 July 2026 18:03:05 -0400 (0:00:01.316) 0:04:34.982 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:81 Tuesday 21 July 2026 18:03:07 -0400 (0:00:01.331) 0:04:36.314 ********** skipping: [managed-node2] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:86 Tuesday 21 July 2026 18:03:07 -0400 (0:00:00.029) 0:04:36.344 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:91 Tuesday 21 July 2026 18:03:07 -0400 (0:00:00.023) 0:04:36.367 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:98 Tuesday 21 July 2026 18:03:07 -0400 (0:00:00.022) 0:04:36.390 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.selinux : Run systemctl] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:8 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.969) 0:04:37.360 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:15 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.028) 0:04:37.388 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:20 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.026) 0:04:37.415 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:29 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.040) 0:04:37.456 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "(not selinux_state is none and selinux_state | length > 0) or (not selinux_policy is none and selinux_policy | length > 0)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:40 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.057) 0:04:37.513 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:52 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.052) 0:04:37.566 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:56 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.175) 0:04:37.742 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:70 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.057) 0:04:37.800 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:77 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.034) 0:04:37.834 ********** skipping: [managed-node2] => { "false_condition": "ansible_facts['selinux']['status'] == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:82 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.038) 0:04:37.873 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:90 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.037) 0:04:37.911 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:95 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.035) 0:04:37.947 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:100 Tuesday 21 July 2026 18:03:08 -0400 (0:00:00.034) 0:04:37.982 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:105 Tuesday 21 July 2026 18:03:09 -0400 (0:00:00.032) 0:04:38.014 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:110 Tuesday 21 July 2026 18:03:09 -0400 (0:00:00.036) 0:04:38.051 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:121 Tuesday 21 July 2026 18:03:09 -0400 (0:00:00.033) 0:04:38.084 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:134 Tuesday 21 July 2026 18:03:09 -0400 (0:00:00.033) 0:04:38.117 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:146 Tuesday 21 July 2026 18:03:09 -0400 (0:00:00.652) 0:04:38.769 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Tuesday 21 July 2026 18:03:09 -0400 (0:00:00.023) 0:04:38.793 ********** ok: [managed-node2] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Set SELinux modules facts] *********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:165 Tuesday 21 July 2026 18:03:12 -0400 (0:00:02.757) 0:04:41.551 ********** ok: [managed-node2] => { "ansible_facts": { "__selinux_modules_needs_reload": false, "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:51279fc561f82e3ed766ce8da3137b8b0cef610ac0f1f08802183f970755cc38", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:ee7cfdfb492c30bf3a1873073a2ef178653af23443d22cab35bcef276dee619d", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:6156565aa66405ecb2efdeb50a3c0b15eed8883061a5946c3e458fb225866795", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:634c80be00ac898add54ea6d59ead5a6e92e4d06a230b9b4485059070b0a3bde", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:90f08987cd8645d1bc99245841a9f2d0c9858196064df233655623d1b5cfbdde", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:c59e1e8e511ef99a0e5715ed9dd2c15ea0b522186e683ed8bf715029c4ef325c", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:cbeb772935413f95265386d9d226ef9b48938185ebd8d92886d64f1890ee6ef6", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:daa5a3fb40ba12b99c08da3e2bd7050679257a1b75b47a7ab386144938a6465d", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:fa6379cd7148fe136dbb0313058a44ef0decff23ff38c9e76c58179df5e01d06", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:05ca08433291b3ccabbb4b4c31c853478f637e8fe6a49eadf7971c656d33e69d", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:6bf55da6b370eab12f32ef7aeac14700cd853fe4a7279efa3acb05ba0f1daf02", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:35030bf2d1dc7ec055a954de113ff7918709262d5c318040b0cbd07018e9ee88", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:dd34b12d43316fdc4f9d3b9613b6922aea9939f617cf1b79a5b9a024d20c531d", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:c10017000a7c7d7cd0623e7a0934c6cc9854c45951a5568a8f0a42cff0118bee", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:29340200f1e734a24f31f0791b04a0fb39872575656a7205b6f506a7feb90a82", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:b32454d748e7d5daeefe2f115d727d25e0bd0deb0d69dddfef0d9a235bbef076", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:5dffba89c2812fe868d4f6007673a6d113576859781003cf1a7aa16ca68e923c", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:157a218e19e8671aee54b0a7eb5405f262c706babfc8e9d7b31f616d9a6c5602", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4d13ddead5cb94be9c944061044e0bd56974a9db9df64f7259593b57d51386d5", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:00bebe07cf015d4084870d1f0866913ae687801ca2d26e12c00df6823b3bc304", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:dd97fae2ee5ee71dadaa539690a42107897b40242be572f01419b0a9fd0a9592", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:6fae776d5fa02121460c40d40ea17274be00d62124677efd83939868789bacc4", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:afaeabb15d1d5e4f3d07865c5213f4a78ae5865d0f782e95d1c599e61b7ed7d3", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:9401a452d254e641db44a3732be72291c2072ae797ba06c60d91647f782d34a4", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:dd35cbec0b5e8f81e3394a60905606fb9d986fd394ad60ccedfcdb60f0137b0b", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:c971643bd910e4e9fc4cea0fafdd3fce9ae7d65f8a10be06758e9da61a849ac1", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:96474cc59c799aa0e25123ea9909b4fb319a03f1b5f6cbbf1ae3dcda374815a7", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:7c8fa6c136fc6624a1dd4345c3484ffbc07c9a4be8b7543d78f0615680cb73cc", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:1b066f5d029b5584d34d95007991d218446244f994f3ff802339cd5890e48091", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:9bae2dddd4e6ff188d845816227075fbb754778a32e9dcb513593626dc9efd80", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:815d2bba5c316d5d0334add30dca473daf3fdc85e48785c26c7b47b2ef833823", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:4ec687f59310bcb03685bec14fec451d393508d1ca5f926209ba967d42673d90", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:b76ad4865ab65417af86dfd96ed40611933516eab46a528baeefade5ec761894", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:9abd781fae49803a5b88b7e58d9e26d7058b0a659c246ae1da5dfccb72d995ba", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:84bdcbe20b0e6d6c498b411672c27edbdcffed7a36a401ada5e579730cf2fecf", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:8179f7c04e9db7da0c5a4ac7d825a6e3965117c5cd45ddd5a302726ba19b462d", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:b7bf40a0012f9c481e4afc6bf8f9a46124565c267ce81b68cb708aca3efde3a4", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:f2a90e78b257b57cea0205d187fa368e3adda0a9a69509bd4889e2c2f497f746", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:0ae822bb67f347f0a88f4ec8584f394e3e10fc11363dcf34b1d583305e76c9e6", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:c21c0317466f6e8602112b2deae509edf425a8d4a3701a60cecc8807ff784d58", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:78d2309e850a49cbdaf206902c8d398a893cb5e3960bbf4fdef1906c86fc86d8", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:80b987a686635b3e05bedf481ef892af7231100a61fbf6ca5e93da17dbb887c3", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:08800aae9fecc5808da16eaadbf700bd1ca46210fcd6b6e1cb63c2ff581c42a3", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:94604318a0bfe7986193ef086d2817657af1436385fd9e5ccffaacb1dc2de2db", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:c2a7a6e354a6e51d07ffd8728eecb0d9e672df094df27dbe6301df1eaf0086c5", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:33c562fd35e8b9fc5fdf807c488d1ac4adfa6c3b92dbbf87034a6732478e1bf7", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:e905ede38cb83940ceb6a58ef60e1bc9006e93f3843710049f69b150c1af2575", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:f89476b4ce6acf51cb0628609027a6c44a90db4ccde4da07505b5332a00b7c63", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:f5bb3e9af284cd31785600d62eeb441f01381726f4795cbf871eb54b407c5625", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:d5d67d239ca7cd2acbd4c5e15fbbc0f97810139fd352e9966c1e63a7d6ab5188", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:913a998d860b74fbe2825e599af4d50aa75c7190a72434b46a7e8597d57ca3c8", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:36bd297ee2c16ed1564895422c05f51d957f09ef17120ac2efc93dc46d2d81a0", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:187be1c289a5835c48f3def4edbce1fb4bddc617b247eaefb024572b11a5ac09", "enabled": 1 } }, "container": { "200": { "checksum": "sha256:aa96f460835573fd58ebd47d75c58bd1129a69a6908d7083b0be73a851abfbb5", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:30f5c27286f67a240fb46c40b0d2fcdffd9f7db1ba7c933cc3cba7be9fbfd8e7", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:b2df098efb3e838b490973af9c0cae1c7a91c538f2bfe664e01d2ff5e15cd014", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:43d7d85e3ba10ded9dc83c910484a12266cc02118cda6bf3fba513dbcf33196c", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:13fd1083c48d63b5d2582ee8c441a85d7c02ac19533cd9e7a3622974490eefb7", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:629423401aaf5d0f529905a421a461d2f1d7ddbdb94020a140831f8873724c39", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:4c074e31b9236ef0d417be475c8ab95948c90127ecbece9e6927c5a96a981f27", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:f5db8ed7d9b8099277b6a75d0961a9f9b3466374bb4e16d4f5a9a9db76a47d7c", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:61fe7b6b04513d7eb62a92ded22b5952edfbde6b01319b34bb6ea52aedbf2e72", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:5d64fbf2f59d2c8ce842a9e8adf39877e41bb1d3e77c374681044aafbd662d7d", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:a9cec3a21af7152b5f0e5b978ab0ac7a49e2c6858b0ee57b28ed95aa1c872a0e", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:5c25f0963dd4b04941788b8ea41b8cd6c5ea7726eacca1bf37609669c0fa59fc", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:f6643411d4b5fbc33bd87d4b3b1d4ea1b5d3659a2092cdee9ecbd4dd700af416", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:41bc4ffe76c9e5c220822efd68a2e55b1126b38f646b7c4016a36263a89e482d", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:17545dbb0e430082fca97acae5729618fb38919baa5eecf8f2cd8e96ded63e07", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:8b52f0bebd92342ee6b7e00dfe3e20d3a0f041badd4312b9b22b3d3ab0d1b3b1", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:0e4afdca085c886d91f2048617dbc129b66bac0aadc78644ff9370435135d03a", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:d2fd55efb8fdfa1f219eabfb4a8f3f8fb0b892bcc0f6f256ebdacb77381bd1bc", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:bb44141bd9e4a8497c79860d1be4f81804ca07a345bebbf408464b9aeee89dbf", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:6cdf81585aeb903ef5da64551f6bde953aeb48f8623a8d416485847541b7b283", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:113deb21278e996cf10320183453986fe3b97177d401022648b09d5d94d6b04b", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:fcfd1953f055859e12875264a6b695dfa090cffbd057eb066276b4ab450f68ca", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:1205bd72660c46019cfb8c3a899accaefb280f5f6bda63850ee2b508cc4542d6", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:b799553c2c0ab0abd040196142394a15d429e15b573df56edd0e150295d6993c", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:7deaa4b189f57129f6fc6d4ba5723f8c0837e997c1693fac1c78372346066226", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:f248764445e8efe9f1074e8a6dfca938f41a47f3313da6c493aa8637af153f84", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:5d8847ac4f68cf59bdc174bc1ce3688f86efbdd4a4563f701cdc74b2fa01504c", "enabled": 1 } }, "extra_varrun": { "400": { "checksum": "sha256:6c694e4be5a9d1895e17048eace0eb110c69a81ab1d1e01d59c2a075e08a4f42", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:58fbe8fa7832fec940b7afc7ffe8e4357ddb5a03a662687b928f84029d81c781", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:eaa88415fd135bd46d0fa3110d9f1a4f5f42c4692ca2d60fca27d834dd9cc4b3", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:5e12047af1f0e34212a4111540862cb5f1423a30f62452787801f9d3e8469274", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:d0bab8bef3001d8596bc9f30f03d3af4d8f840feab1ad31ff96087b9eed502e4", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:893bdea5d418b70a49fc6e87247ba43ba1c68e1b1b17c904ad17995ba5b5e5ef", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:eae419fa6b7c2537d2cfa296b1152d48af84599111f86c25721ed34d7db181c5", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:46b1c383ca96d9b1bc463793fcb9a3cc8bfc4436b03843e16c150551dfbff6ac", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:8d10737fea4fe0dd3ae3725002a8f0c5889a3645ba4894e9dccec01a3e51b3d9", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:b197c52103f9a2a8454706477d3d5a5814d7b963d07c2fc5f9ac232789185d17", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:e206bfbfcbe748672784fe52a91a1220965bcae5ff57dab458ade953f0b17b80", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:8826b12f85b02168080b03dec5eef5c91283ba1ebf8370022a71170064a97dcc", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:b5dab0493bc7b7a3b52df1e7e4fad8b97d7d70054e79e9b011758e70bb3e85af", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:30111a60bc1563b493bb9a3b263c27778d0966d7216efd4fa9e8c4b42a78bf3a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:54578edd17537e1639df33aa54a731059844519c32cb8dee24e31b29f499dc67", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:16c8de22883e57229ac740d344c31b2b430521c39edfda63390cfeb09abf0b0e", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:cc675a74a781d13a6e200dcbe0b3f1435cfad4b46e8786c86c4d958cb2255866", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:3ff30af37df84c4f9afc2c27ba6f9918c6909904be9deb336919394691d8f30f", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:575331739f8b52ff5f46bd5b8674d0e51750d5eb6af49714b75e3921006d6676", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:734fa4ddae6d81a4071d8f7f878614d8bb07ff205dc4902a59451e83d9975397", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:be8c238e5899885d4a9968eb5e5688bd57cb3a5c3bf82c6c70a6918268ad1abc", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:6f85041d9136bb2ee90311d2ba64fa6361f23d8a01c051328c2da5e0c6eb7f90", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:0fc5dfef9f0c336df6e3298b204bcd81ca9cf7e8fcfb428b90af6eab131b5c2d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:840c649229032dfd9b5880f50fcd371e5cc4c87fba7d424f03f3f5f28cb1f686", "enabled": 1 } }, "go_fdo_server": { "100": { "checksum": "sha256:afdadf8830f558ed2e00ec99624648632a7fb0fba487a4e32e554d489248d2a1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:e30cd7036d3dca609d65dcb4ac9624ad148b2447d817375809e735733e6078c6", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:3b3f4538fdffe23885b90ece09b6859afc8a0b7f3314b9b4a60bcb9525776725", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:8184e98e265b9082358f87a8a715bf235f96c31008e60541b742525e7f09bce2", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:a57b0a11f54bad916a170bf890b15978ad925ccc5e976d9d7b94b6c66f7c2e83", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:0668d841ed847e244d5e5950a6962892c4fad9d7c8831a6f687bb3eb904c181f", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:b13286a614402a3538fc0387f3d7abc30085c382a33e83faed9be57f33b63f45", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:37d95ab4a25b542db931edf26632d35e3a969239ff1de338b037e2e5ec506fad", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:a9e3dd18f705f17fd03a56ae4a7092cae30a1e3aa58fe61bc582a508e03e173e", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:6719dc568ff70220e53b2f1ed86d9a395a2f038d99901396022e4dc63d4ae868", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:68a9b4f546eebe1cf2970a59288f94ece58245e67dce44acad9ebb4ce2947e7a", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:872ac0aef91bc7a5c91a62a3964f752d288d18452ba1812e8388e6acf359b62e", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:a90844f8b8a25de5abadb4887f1b1ac84367f5ae248d9213a90a39859b3e5df3", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:40b455ce92e388b7f1eb0c65645000ae54076221c2acce0fa34c6f8d29d6ee67", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:392808628481e796663a1b99d1340efca31995d4832ec45fe71a939f12c117e7", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:59557d1383fbb0a9586e18a4b129912d3ff989dbb853ed29bd0e27dfc160351d", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:7000aecb8441b676e1f7c5ef659359e9b8c42077943f959a197f7456190faef6", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:9c23fb7144c9738abafae6801f2cedbed7c3be657caf5985aba4088b816b6050", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:ba854cf9b8d026cd15cfbe3f5592a7bb25006ac3151dcdadf54cd6d484c3cf9a", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:630a305bf2ae45b8211c97cd029f1ae4247e0a00f936d8595e3cff59570cbd5f", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:85eb6c56d7c0497aba02aa84b89d168ca93c12bb69414e18ae0cfe1022f063eb", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:637921864855ae1dd6fb2c013766923b8f2c55fd18a4f5339753b07ade29183f", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:86502eb9743bdf53c5f8a8d0c80039f71b29ff5fa56736253436a1619078a803", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:89eb4066d097b68ea2ced43dce99e7a4f1347b6796fc501ce1bcacfbd8e0296b", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:fd58a35a02308d11348aa7e40e845ac6faceee02befba8ac18e00603b5d68cb6", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:42c6066d4a0751cb1db4526c055b0527a4d9403b45794571ea0dc4c71a666bec", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:a9257b1fa190915855ca792b6d683bd961f035673e1c5b34c397457979f3f428", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:80496dfdf52576d83029c83097446766868b289a06aab9e9df110b733594a98e", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:9d18c20cb6e6c448dca12936fc401c9e49b505321ea65efa8138785f84704b44", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:08176a05c004f44627ae68d18b2f8331950ce7d3bd259094115dd9b080ffbd4d", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:4d6d33495f8893b7f83f96e0eacb4248cd2454b065f38174d26ae04ddb864f1a", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:aaf33db8a8c17988d72e2b5e588ff63600efa0eac8d0b0556999432ae7e0de29", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:34f943a522e251615c58df783c4ace2086a1752a3b69e5cbfef2ec5d42234da5", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f1c8fb1b021e5c10bb4203eb272a6286b8552171f51bb13d3c7ac69bd9787734", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:239e22fb1ffbeefa0150177f3593496cc045e3ec1779a07365029bc267528aba", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:1cab9b9f1a3fdd666e57df0c8e2b4ade7236d44e3fb5d4f8ed15d256674eb79c", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:2854906e408230b50a164900f09b5c5df9e42a03b16a948098cdcb4a5109557c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:33d8e3fbc9f8f48ff7a69685721a782c9f8b62bbbd1878e9bafefad5bdcf51db", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:44d6307bf689890bade5b1b78e6d0b2fa8a7e5ce6b68f96ed89879c1fab02e06", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:ce6eff701d719a641d364ae5c1f98dcea83c1e0226a4420869cd08ad1220c560", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:5ce569e72f0825e60822e68cc9cca2b61dfb5b08024f89eed85b88754535a5c1", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:c167e5f3e2be1f0125cb9dd025766e35ce513a0e587bc2f6e8630bb588bc3c4a", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:5aef42708e32164624f866e384b4ad586d2fabd1643df72f3486b23f06c2acdb", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:0c9136b18fb83249b1dd825fd497435d852adfaddc9d618ac4d269843a458317", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:af902de3fcdce437b32570d369b7b16ac336009d1cc669e54454aa3fd65cfe54", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:f2322f689c55de691d98651af5bfece0b87608950ccd1a92e9225cfe47415851", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:454587674794c66f8b25f9e90154c291e81f6ab93d7c8fb3107068cfcefb797d", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:bacb03f6329dadce026ec8d477d6cbb7a6cfcc01ebe06fd77937e7af14048a57", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:1e0fa55e4ddf1277f4e4b3cd20416806b9206417eec073e53511b054608b8d33", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:0ce1278246981f7ca5fe815a19cb65a97a914732c6ffbf77b1ce95360a0fbf1d", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:3604b18105578ba41be41e2cdc530219a1337f2586749ea1e22edda72c992460", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:bc457c7839567f5943e06ec31f915742988f5e602c918a3a0d46bde5b94b6c78", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:d369ef834c0087ca09871e4dff0128cfc8e39a97e1e3b5bd3001fd752b7af5cb", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:44be0b6eec67ceb9e495411e0964a4b2b87297ee5141d90206bc13ae08d23e9b", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:9cef6c24a8692ae928acd6885cf2cd281cea643916d4b7409cc2045b1104232b", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:f4e46ca04ef1d7524a363f822907bc3db90d5bfe1d18a4dd7239d9e218bd2dab", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:db5b022b0b6b14fc0145bd79394bcac4f19be937c29aa08d9995622e92068a65", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acb9cb35434be72ee7bc111f6a0eb7f42f8e65625a40d18a6a398ece7805f6eb", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:df6549aa4c7f6da83ea00cd100284b33791e9a1cb42c15d8d981fa00d450b009", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:785eccecd0aae876df35afb1be2b3132164dec057e18b32bcb061d91ebb0ac0f", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:b400f4c0f5970cef5d4e625f71acf891b7032615b08b7ead9a90cf2d00e89d3d", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:97a7bc629d388e660ad9551abc1974ed24f9168e9bdd72eb88987ac288fbfd0d", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:067389c903715a12a93937a436e3df918c42a4871765668bea50eca4f02212ba", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:6cffe11f14b5c03ba0969f0a3f476455cfac505f2cc1f2d467222a21a3ed7c5c", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:1ea9c32ae0a7becd1e1879dd4c4b367d450b2721dd8fc3f771081d1568b450f5", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:ea5057da646444d5450ff16e5dcb82ab338e8fd5fcf5f8dd72e782ef18ad1031", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:957b7f1d9dab16117eb04cf9b4093706a090fd22ab95f21d532caf4d0fa1c18d", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:190b20b4f54d9e967e0976521ddf67259a1ca358fa4b51121f5b594537944d3f", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:0464738bfa038fc9ba7ce06c15abf3ff5c2113083e236dd8b96b5d85b1fb51b7", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:9489c6c732b353e34ed3e5624fe8b73c336f4786c47bc30827b4a5a59b7dca44", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:660ecac63132d47b51afaeea6f55f74e3a6f25141a4d0d28065e094d7cdc6c75", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:350c87850041fa4648eef11b188372b82dee2257d757c75b35b6c67bd9624677", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:fc7e2d283eb8115d5f60cf343794c727598c117fa8e3f94c592a4ec6a76cd0dd", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:bc92a172fa0c6bfd7d130ca4ace6858e6a4a18a4f1e5c69c1a47994ce6281757", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:dc069f3a6c78dc367c39cd7e50fe17948cf9877f3e306f090f1160b07989d503", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:c0efdcc2490c571c2d90b30900eaf52df0845dab21c911ff17c39dfdc3902290", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:207e1b0c461824b574608c4be687b5bcd9fc4c6c6f7df791bcdd7a88e4b11921", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:692efc267d2b45d4287f6ffae7c1375a23beded6f0f7c8aba2e8e0ea34cd65df", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:bd730a6479baa42060a62b9c7346dfe21ce28e1a8a432342aa5f302c2cf8ef86", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:01131128229571749a7f5df2e65e22e9850789bfe386926cb34e91153ca9e88c", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:add1a2f2e76dfcaba0177fd6fc054c0ffb74ce45a8a49a980684d4b8efa13625", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:6b1d96d794e477b1e2832a05568b90df5a3e86cf37523ab84a93e86a51d58994", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:c9195f75fa3dc572eb528f56802ddda9ac4b198bee0a088040ffbbd301d79408", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:38237397558f865a83ed9b6e810fdd41ee7a7b9514272826437328531dd3eae9", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:3b235676dff7abd25b2b57fa770833d05561bdd24216f4de1202e9ced52a4f4a", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:3f92bbd0f5a87822fdcd1d3b70fd80a534640ec2d0c79b6c940669a46d6be69d", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:20057c1895e1f7da809d13e1ea1bf513a9f3a11d427cfd91c2ea60aea74e6644", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:d4f61bea290cce978cbb1653866414f9f848bc56ee6491cf022e9131dd2ff5fe", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:6f174abacc65b0de9248c39a31210eecb6fdbcd15ecff5bc254fb0d366f83806", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:5053d74b0f4734131234b4faf6cf7815a725bfd5b73b6acf07deb77a3cced1e2", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:507c7096fd5bf494df78077f6487e7f40f04ed3b783617e5e5a769cf379fb666", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:0b904a56abceb3086a7329740d73db3701e9753708c93b19903038a4f72cf9c8", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:a3b7c308fe73bec0edcfceb85e1e1799927a4d7e25ec4314649b447f670a49ef", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:7f9eab46510112927ba9434f62757eaacbefbc6114c40946a59c300aded9c8b1", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:bd4724acfb4c0ec9283595e24e29f9926c18e7af0169fd5eb344ed00de6bf393", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:8c5d7d97e89b7770726d79f2bc3fb647c81b511cc45877cdc9e970c1362ef62c", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:d2bd05813a6a5257688f9bb486a1bda49fb169eab4f16c3d503e01883c52bd11", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:1f914ab331a94d32ceb76d6436a28336f2cb4b42e4da4375bb3936307e432aac", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:66173ad07abd0c8bb7e529350399507549601923afeca8e2ff2b0f80cb9992e3", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:6eaae9081f4b6698056432baa84d759d656df668296e7b2eb2405d84bf0ea189", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:c04c0db0b7d5648fd5e85730a972c83a07a11ae1e7c9553e58e9c51e1ea64923", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:c73d5f710032819a6456d1020ef5fc8bb683aeb167b6169f56a295c31b14c72d", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:c43abfd794d016a91d12083f7bb43817a96876014a2e2201062c8039c8402b91", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:405e2b19f5636882354d55768bce8f76ded91dd35e3584481b6aa06ab62eb85b", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:92ded69a63e7ecda34b1d8ef17ffae8c9e8075046a724f8f8242f4b66d2eff19", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b8b8fbfab8ae955c8d1686debb98b2a908193391b9d191f3e20de00f6413b3ad", "enabled": 1 } }, "passt": { "200": { "checksum": "sha256:1ba9e341383e37d2ebdab50a20e2cf9a46e91fa175826af5ec6e3e4c2b6259ed", "enabled": 1 } }, "passt-repair": { "200": { "checksum": "sha256:8db1470548f38cb87c2ad8fc2ec5945e3e21be70c0dc187303b9f77e03428c92", "enabled": 1 } }, "pasta": { "200": { "checksum": "sha256:229ca12d46942f2c3ec4679e1e6ab9ef70ae7ef3c1f01b614ac3b0ab77976d43", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:efb8d7713759d10043647317acb0288204e9178efd6304870c63260a58b142cf", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:8d6835bdf52f73dfd1acf73ce13ea8325b0bd3d0107b0ba86953fe2fbee20330", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:016a326cb4a747756723c0e7d675e4992e8abfd1f51a6c06aa93066bf45412ea", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:a4d0a140a6a009626c64d195898070dbf6128a41856f8cd6354fb67b8efcc1d8", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5d77621f8da0f789c1b9ea9ac24925e02e0a7fe2a3a26cd7e5f46085277041bc", "enabled": 1 } }, "pesto": { "200": { "checksum": "sha256:60d8055f0ca10db87ada77777062f5ac8dd6de332917328b23fcc4cf5b65491d", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:6cfcf3051765f61e954cd243d3b652cee14d378e4925b12569512e5ae815b40e", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:6bccf624cd0e7cf17b3e66c90792d9b97f913cf194cefcb4a1dfd78b7f9d56fa", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:d916794d5e6cb7b15f9cd0d74f76c187a26c211eba38c6394d69b2f94f2f4951", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:602a74e60fee3f736b367426360fdd94e68e10cb258994ffd3056d278143130b", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:7778a9412372b63b14334b6806450afb06bcb33fec37660590ba6decc98630b0", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:d59109d36dd2868269eb18631e37feb5981db0aa780c55f7e0fb66d897e4f48c", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:93a95273e16837c24572e635d58446ed1162ecbfed59695e866058df4dcbec2c", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:f878b2cf560b4bdff33fedf8c8f2011af390b77ee8f9416fe93ebf46153c97d0", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:c75e69d85556d2ab22f395853782b6d6bd5cbc6390dae627c1cc053819a0c79e", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:73cac1fc4262c18997bb4dfb4c8275c9b8289a3c165f0c61744947c6c4a3b320", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:380eb35ff01b1f462ff5ab79299897d7bfc9b2de43e9074d60125e8d84e7cdba", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:a5d72b6a754338e2220e64b30226500407203c30f2da1f28708f0495309b4663", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:9ee74535e71e637732fd6574ed309d7eff5c588b7e219aabacf83334225e1003", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:721749ce7a56d36d7f46a3400af3b03f4ce532b1d4b254d1079b39c61a569ecb", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:d58fb38422b37d406bf3e79136e3a94a40885c08f9c1591975c9a7495b7f606d", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:a5b8d4a4e875c3d4f73943f9d550b7d2e47df59bf2c7dbe15023f581cc590ab8", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:6fb589efd773d470d17cd5684141807b0fb8e07c6e567fc2f1b44fa2363fe415", "enabled": 1 } }, "qgs": { "100": { "checksum": "sha256:e0b5e9f8f7abaf300b3580866f9798bcf95104cb5a4b4c640a668419885704a4", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:ebdfa805e8e02d184b49274282de4aadefc6c761ece5ed7fd6b62274c534594b", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:71a7ff78c03cde811d19a4c115de8a898007bdf437a9350d4708b3f9142481c6", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:bcfbda07aa8cdf940f69ab1d12adc7801fcdc15b2ad532a0d7505c8b62e6eb64", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:682232f167f6ecaafcb051df5557addc52b814e923f143bf37a2035fb17315ae", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:40322d0d0e906b787c96e786f97370697c6e93788ffaf162a43285637a6754ca", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:63176a4c2db5325970a0684e9a69a183abc85f1ca584dbe2abb9ad11dc3de0d6", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:a8e3e2b90df3917dbaf684a1bdf72432d8bf2aa6ec41233e06a2eaf02aa81686", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:24b215ad498c0a685f60d16f7b3571800909fd54726e9bf18f0c1ba41efa8e5e", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:5b612d92ca273de5f4cd2dd26394b69c8be3e2dcf3518f4d3edff7b6f36f12b2", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:4788c42c425e54a8dedb4882a6a2bd2183ad72f980f4217299be830afe275069", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:7d65968a2e3d186de718f9f6604f2cce60bd08bab6dbe0e60f60222b228a5744", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:103908844e846ad3d38a4c88d431443bc9222ea5bbcfe9541bae31f5faa21e58", "enabled": 1 } }, "redfish-finder": { "100": { "checksum": "sha256:8e12aceaf99a01743f0d0c15bc50f76a5aaa51b624bcacf4809421d15dde1c4f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:7328be3b9b071f0e80e6165042da7b70c799dfe6c06c76a1a1701a9bc77d8c5a", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:fd99a0336c4a8368bde43fb319fde7c67660ae2afc426b3bcb49e5453d9917af", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:892885a058782b7fdfb5d86e5ec3ecca261363a14a2254652c6a7ff8a52807ae", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:39bc17cbd08c0377eb935fd0ca86b6542752c5ce07cb0f9d9e5d8adfe4306a13", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:f5cd597cc021f73a21c50d770eedb09fa38433c092de2e4725101ae51a5bdc99", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:7fcbc09bde0fe01d3998d26565bd42fef6c56e6f183174dfb289aa036b052105", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:248410b9c0ca96e62097458cd082037f23eeffd7f4b6a4d02b3da7509bfcb08e", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:01a0243955a53483185554d630775b2e8e45629d1ba3298f96fabc17875de195", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:008a840aa2183d0fbf1b3f3bb9542a7ba51c03a1e3a415b188ca49d2e4ed7e51", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:95a101f91b1caa87638475f205ac8deb968b7c492ad921a79d5c2b07450e5ab5", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:b4fc4fbb8572088eb785b643f5d103d5791af96d37e6cce850d671d9291bf70f", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:49dcbdb9a5af3291ee6eb429f93e6cba242317112b5f064970f032f9c2eea0b8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:2eff54dfdbe1903cc6b127b476a53123bfcbc2b05add4f5ce93ebc96493c06d0", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:4cfda0dd9868ff0890c7a612f07c282a8cbe4a319c766d7cf842ed639fc2b34c", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:d8374091e3581ce001b45230393a8898650fbc32f6fa3fe75c78ee1a0a3c09ef", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:2f0c18590911b20c58bbc9db0c9c0c471f4d66171f7400079a2e956366580e24", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:f19a726a7c78ddd9aafcf8d2c4b6a57bd05fdc8450a91119e1f0d0abc09151dd", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:b29d987a469d59767e7120202e2abad06865eaa84d3eb61d2ae6b7a78c1d6dca", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:44e8808dad842eb55d51c204374ef445bd8515701db580d2c91f06ca9949f2f6", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:676a007a21a8842a3490944ef1d2a058ba2d59ddd2997b1cdf0a7c7721b519ec", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:2a990092d1cf38541a49375e9e605d82515a34e19b9ab6b70392afb596e0c612", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:80bda9a30a4b5ab4b6b14d7f6c92efbfd5a63658a4b44565a02c2c552cf4a28c", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:ea0089400f05418d9b8d0a81bc7faecedc11ca541aa935f24a9cfa10439a11ab", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:a1e393c35b3fd0a66d5b444040fa36fd05d03437b77c6afdd174ad41faf1d284", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:375b8c27bd116f5e11ce430cec92a58205ca5f9ffedece06547d2b2ec6049991", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:a325046b57e7040f2a9d89dac8a2616ff6fefe5292ff94adc329b365f26c36f9", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:89169ffed763d6257769d5ed83185a9eb376145baa60dbf01b4088f37aa663bb", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:e2eaea0e31972633793eb115e897e389efb0d31ffe6908d282c1da3edd2d21b2", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:1ad633f30ae0f80052b31090652780dab90b10696c098ac81ea831035a652835", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:35e08dd05688890ce3362c061ebb327d546f7939789b117e2567d486762a4b5e", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:67b8654cf2404ad763f5343ad3ded35f198c26e99b8a9a150143911acc89ac6c", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:326953f4972fbcbdd9bc8de72b8d9b8e909d32498b09853a75a9c1e8de87b002", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:629d035baa977486bedab5cc494e6e971e852a8bfd714882e9df92abf03f81f2", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:a9be0a9da3915d2cf71d8aafea9579ca71ff5366cd53ee73fa3f34484fa444e9", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:74c4476fd43f388556a7b7af81ff0aa3231d43f30012e4a07850db8f76dc9061", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:191a531a60c27b33fadbdb48213980f03b68efec3287545eff3592fcdf4bf686", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:e6f726edf701657c80853712b94a4bf5dd0430254d93db45804e60a243c51818", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:04179fb0142637e82c5f4447266dd2a8bcc9b5b5cd447ee935110fe7deb87b39", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:9088842336f4a851b40cadb555c4e7678c454b6fa40e1eb04805145a447ea917", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:a01215b85b7e816aad1d7d47d7938ff59b61505c03faea200d781b125fe5f391", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:f7d1617b9ad0fcce415791ecdf927504e06d7ea2ba825b55daa74446047a8228", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:9b8a5c1ff4c21846701eb5e0603cc022f4530c568db6d9fab392e41c0ed64720", "enabled": 1 } }, "slrnpull": { "100": { "checksum": "sha256:bcf004c239b72d23fb4f1e5842272bc20f287cd312ed394464db8cb9218f4377", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:fc3eaf23ee99b98d2ff17a5df04776e8553f490d7f57d49a24061cd49bfaa997", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:8139cb1459cd5c9608d8b51e93bd54c3fb14d3a4b95ae5c5b686d6a01f6084b2", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:e73ac3e1de2900f342a33241afd96e15e09ccfcee90caab85ee52509134ae6b1", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:27e44ee17132f327b126cfc9dfbc144267a3a6665cae179524931e797dd9189d", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:34b45f69552f2b284b1f6e0876e4a96d1c05c28e4ab42d2bc2a241c03fa73309", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:35ef9c580c4071208af6169ae1059bfee51938d36dbec2bc2354d51ed5dc505d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:5594f07c04c9057b74df1612012c2515265ee04d58b11bfa46a73531b703c1f7", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:f29fcaa94eb0ba877d79164b29765f26e42f8305367ddf89bcefa42bcc709b9b", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:874410d4edbbd1f73ef0e69ea40e93054a5d65cfe1556b00f6b474b928400a39", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:9e983143714b7dede3dd4d9fb69a570452525cd8b8dee6981dc6a4dbbeddad85", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:fd0192d4f06e70a59f566a32a5787ca89871a62750731f97cbd0a47cac95f6c0", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:fd8c0b8cc073d8025ab8754b7885e0375b4e700dd3fcc921c45666829b652de5", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:97f6b61cbbdb744ec653305e1b6ac62e821b5e10898281523021cbe125041832", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:50019c4baba09da4de417125efe01caf5ab4b13add00b51ae0675980d41998a1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:e7caeb60df6f2002f7be4adc7a1506b6fb585e6bb9f4585381c115a90bff4a15", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:22e23cb6066c667f5b6dd8c92b4469460cc33098597b800c9770b0624db01210", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e2c86cd06c00d3ed79b9f7a602b18593d5929156df58e761a04a3cc3ba8be891", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:825864bb08d11ede09e75d7da0f35e4841b164d758d50dd51a248cbeda922683", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:dd116a718e125ba88d28936b746a2292088080254134d2001084e2d252ce9379", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:df73dbc3f1e232bb5f4d3ba0bd1850eae3c3bc401508b1819c0989b8f67f8033", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:7f9672b1b7f324151dc8df8419aba8fb61b17e5704f2537b0d93093fee8f8810", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:213b25e863a36052958cfb22a560740ccfff0df7002e1f0371d097f665bc4688", "enabled": 1 } }, "switcheroo": { "100": { "checksum": "sha256:f8f67d2c990489a09a436dbd72704b13d6617fdbbb8c5c2c040a85b584de6a7b", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:7fc0ea54211e61e493e3f0cc6e4156dd4ecc7a36d10b6480275be6e1edb9d5b1", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:fc1ca3d8b12406dfef9f012c9275817169fbfafc411969e60d357be3b35835a8", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:ee7bc0d5a2388dae18f6fe3720d4fd8584c1332743218f9dbb7c2f55bfc7aca6", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:6422d8ea53cd8f98abe19c4b1c18b8e3fd16f13e3fb0bea2409132c2ef16eaa4", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:ce8f3aacc5229c0edf2d18957d2761c17cfc53a49821fd9bbaaad95ac2eaf12e", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:367d4e42b9dedf7c4650aac8f2ce0317f1e893e2a05390b2813289ba3d936958", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:10bf8e2fa3ff28cdc94474a3cc80d651fd803f2c088cf8cdc6109a0f6a33811c", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:4010c13a942efe9bffce6ad1c96bd874effd7a6f2ae82590dd9c6fb3eddede9d", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:f482585c8f26517c6ed8e9203bec4adadec8ebc65840089d7483e31ee24fa679", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:a5312c216b56620ca8e69679e99275e793b3de9b6e524db1a5678d22b9909056", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:3a4e10afbea76bb0a825f3e10b6be09c1e380f19737aef7a6171a9744c15b33f", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:37851100cdcc646d38c659df19b6bc0c8468b4393f7fe82b2fd5bf5dfc394055", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:21d79598d5c43c5ddaf914e03260cc49d6d1c0aad4edbe690792ab8ec1ed5272", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:582f97ebdd95264e11917425eead9202d30240074d85e7725f0c71337b829cb3", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:b0a5c387f2f8e15a53fe1f3128e33a878795ae7c675f47fe99023e196f741392", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:3726f2a95e00613c01693fceaf4735a05b8093be05aeead75df64b6457cb9b77", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:561814e9fa4d9ffa1be3bcc8e27ee1a50260293a17de3db6eb9d4a83e14e8faf", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:48fac9542e02d0c8f461e03905339795331b4fcb2082e830e83189e50af59040", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:80d84cb83923e4d5d6b9870b4311a67c87609f010c5ffcdcb00ef6e926a8d785", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:848b7b4e790a4e3202c2697c530cd6b7f4e06b53123fe9c55fdf990a6dce023e", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:38e42ce3f0baba47216f3b50d7bec9ac531a11d659c8807d0bb43b5e5b4ce873", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:d1edfdb4cf3f085643e686a263942de39ed7256f034d7b95b934b2afd0f04819", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:2f55ef3a5145328ed09f316753cec5b85f67c1b43902be5152fc57c4b95c3026", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:e226ae200aa723b33f3d8172dc0018d0af3e1703ac53a3e32a8e5c6ad45916ba", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:9aff8d3308a27abf7ff93ce363a7eae0b1b5f4216f93203bfaaa67cdc7efea7d", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:f71781a997aa0d0df5c9baa600b6212105c75cc290bf634a198ed0d5b42a668d", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:f58eadcb76889082e3a109afa993bc7eeed39675991d171a13744bc8b61c279a", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:3273a187cddfddb6669da897183edfa8c2d3dd86b32feb780613aa4881c69dc1", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:896c0e3e72c3af09a125bd2576de76a35ecb6b810edc7fbff6a588d453b0df03", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:0f3ae42276e2a9b0a501453c8dae577a626b9bec9483306079a3d7e009ab6a7a", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:5dd0c8c730eb12056050c739b95bbaff96154143ca17bca2930ca948fd8c47b8", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:e75b2034f049f5feab023c8e8590e639dfafb3fcbf3c132e9abc0add6220ae55", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:c500e8df08994b81cc1d743db684060d03bfe4465fc12eea9a4af83a69af307b", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:a0898a7ce8b48ad09b1507f63cf701a8dae63eaa09e0aef9ab84e8b5f60b900b", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:84679e67832759be8220885abe3fa0157305fc8f50efa604b1343e99907925dc", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:f9c95fded77f4a888cb81dec2851296463f8fb3f8bc8d826afadbb8ca5ec9df5", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:43bb410057d1a81038029456155235dd120dd0174255833134a2ae0d7ca5aa71", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:48a3040c6b9a80e6bcef8bbf135a47a4b0f02ba4287e05b1b401db7e41eda81a", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:e68a71817476b5ebb8ae2e13e9ea9418a31dd64ffe4e156258cb77029635cefa", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:909d90f7e19704824de7dfcf07a25ac14f10468271e34c289f3cf12133227029", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:99b97e23f5678a6f5266295b2c1b2f3b0ab07590288874813b93ed84c6281225", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:76a11dd14f578f940e874ab4d68ca1370ddfcb2585b6a3a955569fadb77d269f", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:6400616c1057580f423e27322d3ba3f541f83138fa966c90e66a3a5cad69507d", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:ad1bc8a5bf2338a173f37c1842c5c37c6da4626beed5f2764bbe7786c9c177d6", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:ab64dba3559e3f83affc2ddbbd26df97c45b31ca8091e7da64265e1d11320d86", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:a9e221f7f656f9f0b4937c2bd0f7b93124c7f48f4c88fe8ba608db1eaa5f05d1", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:034bceb856cf79ac9329a4affb6cc53cf29c5bebb089c0ddd486a76148812b89", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:795cea69bb617ed2935c43e8b60fd3d30ee440abcdd9635ad5756082f5f4e941", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:4f35635b35f55050e940a8149570a4c28a3e21dd4fd355c5f3516a32afc7ffc6", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:4fdc29a4863d0ae3b46fdb11d1d1816476b240ab5a9d1a5aaeedaa4b09016d30", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:ea5f5f377305b96d77f331aaa4b14edd7a34a4d207e4a9923fba752927d2eb2c", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:368b6cf6e38d15252c4647e4bf9a1bbe779f571ab93a530d3e61878099625766", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:e27315e58a548c06561117f2dcf86c67e6937dc1ef2071ee612975457091e40c", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:9c9d3b0b2fcb9680ba3eb0c074e126e3caab3e921d79601722d1826ccea6aa5b", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:8228eda847eeaa7529b089edb8c64763d03100e84117526a67fbb41ea006a2b0", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:172 Tuesday 21 July 2026 18:03:12 -0400 (0:00:00.112) 0:04:41.663 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:185 Tuesday 21 July 2026 18:03:12 -0400 (0:00:00.048) 0:04:41.711 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:192 Tuesday 21 July 2026 18:03:12 -0400 (0:00:00.029) 0:04:41.741 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:200 Tuesday 21 July 2026 18:03:12 -0400 (0:00:00.024) 0:04:41.765 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:210 Tuesday 21 July 2026 18:03:12 -0400 (0:00:00.022) 0:04:41.788 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Keep track of users that need to cancel linger] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Tuesday 21 July 2026 18:03:13 -0400 (0:00:00.413) 0:04:42.202 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Tuesday 21 July 2026 18:03:13 -0400 (0:00:00.034) 0:04:42.236 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Tuesday 21 July 2026 18:03:13 -0400 (0:00:00.026) 0:04:42.262 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Tuesday 21 July 2026 18:03:13 -0400 (0:00:00.021) 0:04:42.284 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Tuesday 21 July 2026 18:03:13 -0400 (0:00:00.079) 0:04:42.363 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Tuesday 21 July 2026 18:03:13 -0400 (0:00:00.026) 0:04:42.390 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:03:13 -0400 (0:00:00.153) 0:04:42.544 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:03:13 -0400 (0:00:00.406) 0:04:42.950 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:03:14 -0400 (0:00:00.044) 0:04:42.994 ********** 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.005735", "end": "2026-07-21 18:03:14.487688", "rc": 0, "start": "2026-07-21 18:03:14.481953" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:03:14 -0400 (0:00:00.546) 0:04:43.541 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:03:14 -0400 (0:00:00.276) 0:04:43.818 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:03:15 -0400 (0:00:00.420) 0:04:44.238 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:03:15 -0400 (0:00:00.035) 0:04:44.273 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005779", "end": "2026-07-21 18:03:15.744580", "rc": 0, "start": "2026-07-21 18:03:15.738801" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:03:15 -0400 (0:00:00.528) 0:04:44.802 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:03:16 -0400 (0:00:00.294) 0:04:45.096 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:03:16 -0400 (0:00:00.056) 0:04:45.153 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:03:16 -0400 (0:00:00.054) 0:04:45.207 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005767", "end": "2026-07-21 18:03:16.721072", "rc": 0, "start": "2026-07-21 18:03:16.715305" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:03:16 -0400 (0:00:00.584) 0:04:45.791 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.310) 0:04:46.101 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.154) 0:04:46.255 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.031) 0:04:46.287 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.095) 0:04:46.383 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.041) 0:04:46.424 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.041) 0:04:46.466 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.040) 0:04:46.506 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.023) 0:04:46.530 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.035) 0:04:46.566 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.036) 0:04:46.602 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.139) 0:04:46.742 ********** 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_wugen3va_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.124) 0:04:46.867 ********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.032) 0:04:46.899 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Tuesday 21 July 2026 18:03:17 -0400 (0:00:00.031) 0:04:46.930 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:03:18 -0400 (0:00:00.166) 0:04:47.097 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:03:18 -0400 (0:00:00.048) 0:04:47.145 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:03:18 -0400 (0:00:00.068) 0:04:47.214 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:03:18 -0400 (0:00:00.401) 0:04:47.616 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:03:18 -0400 (0:00:00.055) 0:04:47.671 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:03:18 -0400 (0:00:00.073) 0:04:47.745 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:03:19 -0400 (0:00:00.418) 0:04:48.163 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004147", "end": "2026-07-21 18:03:19.529478", "rc": 0, "start": "2026-07-21 18:03:19.525331" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:03:19 -0400 (0:00:00.422) 0:04:48.585 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004233", "end": "2026-07-21 18:03:19.933440", "rc": 0, "start": "2026-07-21 18:03:19.929207" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.409) 0:04:48.995 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.051) 0:04:49.046 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.034) 0:04:49.081 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.047) 0:04:49.129 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.034) 0:04:49.163 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.030) 0:04:49.193 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.028) 0:04:49.222 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.026) 0:04:49.248 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.029) 0:04:49.278 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.200) 0:04:49.478 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.076) 0:04:49.554 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:03:20 -0400 (0:00:00.397) 0:04:49.952 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:03:21 -0400 (0:00:00.037) 0:04:49.990 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Tuesday 21 July 2026 18:03:21 -0400 (0:00:00.030) 0:04:50.020 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_wugen3va_podman/httpd1", "/tmp/lsr_wugen3va_podman/httpd1-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Tuesday 21 July 2026 18:03:21 -0400 (0:00:00.060) 0:04:50.080 ********** ok: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd1) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_wugen3va_podman/httpd1", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_wugen3va_podman/httpd1", "secontext": "system_u:object_r:container_file_t:s0:c202,c647", "size": 23, "state": "directory", "uid": 3001 } ok: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd1-create) => { "ansible_loop_var": "item", "changed": false, "gid": 3001, "group": "podman_basic_user", "item": "/tmp/lsr_wugen3va_podman/httpd1-create", "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_wugen3va_podman/httpd1-create", "secontext": "system_u:object_r:container_file_t:s0:c202,c647", "size": 6, "state": "directory", "uid": 3001 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Tuesday 21 July 2026 18:03:21 -0400 (0:00:00.819) 0:04:50.899 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Tuesday 21 July 2026 18:03:21 -0400 (0:00:00.051) 0:04:50.951 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Tuesday 21 July 2026 18:03:23 -0400 (0:00:01.322) 0:04:52.273 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Tuesday 21 July 2026 18:03:23 -0400 (0:00:00.042) 0:04:52.316 ********** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784671311.5764391, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a37e67d1b4e7c4f445321cbb7c1e633a75794990", "ctime": 1784671310.9778981, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 184549581, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784671310.6914334, "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": "1761376305", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Tuesday 21 July 2026 18:03:23 -0400 (0:00:00.431) 0:04:52.748 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Tuesday 21 July 2026 18:03:24 -0400 (0:00:00.452) 0:04:53.200 ********** ok: [managed-node2] => { "changed": false, "checksum": "a37e67d1b4e7c4f445321cbb7c1e633a75794990", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Tuesday 21 July 2026 18:03:24 -0400 (0:00:00.701) 0:04:53.902 ********** 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-21T18:03:25-04:00" level=info msg="/bin/podman filtering at log level debug" time="2026-07-21T18:03:25-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-21T18:03:25-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-21T18:03:25-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-21T18:03:25-04:00" level=info msg="Using sqlite as database backend" time="2026-07-21T18:03:25-04:00" level=debug msg="systemd-logind: Unknown object '/'." time="2026-07-21T18:03:25-04:00" level=debug msg="Using graph driver overlay" time="2026-07-21T18:03:25-04:00" level=debug msg="Using graph root /home/podman_basic_user/.local/share/containers/storage" time="2026-07-21T18:03:25-04:00" level=debug msg="Using run root /run/user/3001/containers" time="2026-07-21T18:03:25-04:00" level=debug msg="Using static dir /home/podman_basic_user/.local/share/containers/storage/libpod" time="2026-07-21T18:03:25-04:00" level=debug msg="Using tmp dir /run/user/3001/libpod/tmp" time="2026-07-21T18:03:25-04:00" level=debug msg="Using volume path /home/podman_basic_user/.local/share/containers/storage/volumes" time="2026-07-21T18:03:25-04:00" level=debug msg="Using transient store: false" time="2026-07-21T18:03:25-04:00" level=debug msg="Initializing event backend file" time="2026-07-21T18:03:25-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-21T18:03:25-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-21T18:03:25-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-21T18:03:25-04:00" level=debug msg="Cached value indicated that metacopy is not being used" time="2026-07-21T18:03:25-04:00" level=debug msg="Cached value indicated that native-diff is usable" time="2026-07-21T18:03:25-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=true, usingMetacopy=false" time="2026-07-21T18:03:25-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-21T18:03:25-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-21T18:03:25-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-21T18:03:25-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-21T18:03:25-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-21T18:03:25-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-21T18:03:25-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-21T18:03:25-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-21T18:03:25-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-21T18:03:25-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-21T18:03:25-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 8206a93c8e3fe5469fbfb39374d5f43d9817c1df356c9a97558ded028ba29340 bridge podman1 2026-07-21 22:01:51.57985915 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-21T18:03:25-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-21T18:03:25-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-21T18:03:25-04:00" level=debug msg="Created cgroup path user.slice/user-libpod_pod_b1e6f52bb30de27c214cf124bd7acb1940ff3f3374f58d6b05595e5d609798ab.slice for parent user.slice and name libpod_pod_b1e6f52bb30de27c214cf124bd7acb1940ff3f3374f58d6b05595e5d609798ab" time="2026-07-21T18:03:25-04:00" level=debug msg="Created cgroup user.slice/user-libpod_pod_b1e6f52bb30de27c214cf124bd7acb1940ff3f3374f58d6b05595e5d609798ab.slice" time="2026-07-21T18:03:25-04:00" level=debug msg="Got pod cgroup as user.slice/user-3001.slice/user@3001.service/user.slice/user-libpod_pod_b1e6f52bb30de27c214cf124bd7acb1940ff3f3374f58d6b05595e5d609798ab.slice" time="2026-07-21T18:03:25-04:00" level=debug msg="Shutting down engines" time="2026-07-21T18:03:25-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=54785 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Tuesday 21 July 2026 18:03:25 -0400 (0:00:00.603) 0:04:54.505 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Tuesday 21 July 2026 18:03:25 -0400 (0:00:00.037) 0:04:54.542 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Tuesday 21 July 2026 18:03:25 -0400 (0:00:00.032) 0:04:54.575 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Tuesday 21 July 2026 18:03:25 -0400 (0:00:00.033) 0:04:54.609 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:03:25 -0400 (0:00:00.032) 0:04:54.641 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:03:25 -0400 (0:00:00.045) 0:04:54.687 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:03:25 -0400 (0:00:00.059) 0:04:54.747 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:03:26 -0400 (0:00:00.424) 0:04:55.171 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:03:26 -0400 (0:00:00.038) 0:04:55.210 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:03:26 -0400 (0:00:00.155) 0:04:55.365 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:03:26 -0400 (0:00:00.411) 0:04:55.776 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:03:26 -0400 (0:00:00.029) 0:04:55.806 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:03:26 -0400 (0:00:00.030) 0:04:55.836 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:03:26 -0400 (0:00:00.032) 0:04:55.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 : Get subgid file] ********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:03:26 -0400 (0:00:00.042) 0:04:55.911 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:03:26 -0400 (0:00:00.047) 0:04:55.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 subuid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.049) 0:04:56.009 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.033) 0:04:56.042 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.032) 0:04:56.075 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.033) 0:04:56.109 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.028) 0:04:56.138 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.060) 0:04:56.198 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.043) 0:04:56.242 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.029) 0:04:56.271 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.027) 0:04:56.299 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.032) 0:04:56.331 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_wugen3va_podman/httpd2", "/tmp/lsr_wugen3va_podman/httpd2-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Tuesday 21 July 2026 18:03:27 -0400 (0:00:00.070) 0:04:56.402 ********** ok: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd2) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_wugen3va_podman/httpd2", "mode": "0755", "owner": "root", "path": "/tmp/lsr_wugen3va_podman/httpd2", "secontext": "system_u:object_r:container_file_t:s0:c331,c408", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd2-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_wugen3va_podman/httpd2-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_wugen3va_podman/httpd2-create", "secontext": "system_u:object_r:container_file_t:s0:c331,c408", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Tuesday 21 July 2026 18:03:28 -0400 (0:00:00.814) 0:04:57.216 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Tuesday 21 July 2026 18:03:28 -0400 (0:00:00.050) 0:04:57.266 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Tuesday 21 July 2026 18:03:32 -0400 (0:00:04.412) 0:05:01.679 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Tuesday 21 July 2026 18:03:32 -0400 (0:00:00.033) 0:05:01.712 ********** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784671332.9145749, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9b0fa2dc1afe776d7245cd6f588fe0351f7f1c90", "ctime": 1784671332.3885715, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 33554652, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784671332.0955696, "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": "1483043092", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Tuesday 21 July 2026 18:03:33 -0400 (0:00:00.409) 0:05:02.121 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Tuesday 21 July 2026 18:03:33 -0400 (0:00:00.540) 0:05:02.662 ********** ok: [managed-node2] => { "changed": false, "checksum": "9b0fa2dc1afe776d7245cd6f588fe0351f7f1c90", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Tuesday 21 July 2026 18:03:34 -0400 (0:00:00.693) 0:05:03.356 ********** 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-21T18:03:34-04:00" level=info msg="/usr/bin/podman filtering at log level debug" time="2026-07-21T18:03:34-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-21T18:03:34-04:00" level=info msg="Setting parallel job count to 7" time="2026-07-21T18:03:34-04:00" level=debug msg="Using conmon: \"/usr/bin/conmon\"" time="2026-07-21T18:03:34-04:00" level=info msg="Using sqlite as database backend" time="2026-07-21T18:03:34-04:00" level=debug msg="Using graph driver overlay" time="2026-07-21T18:03:34-04:00" level=debug msg="Using graph root /var/lib/containers/storage" time="2026-07-21T18:03:34-04:00" level=debug msg="Using run root /run/containers/storage" time="2026-07-21T18:03:34-04:00" level=debug msg="Using static dir /var/lib/containers/storage/libpod" time="2026-07-21T18:03:34-04:00" level=debug msg="Using tmp dir /run/libpod" time="2026-07-21T18:03:34-04:00" level=debug msg="Using volume path /var/lib/containers/storage/volumes" time="2026-07-21T18:03:34-04:00" level=debug msg="Using transient store: false" time="2026-07-21T18:03:34-04:00" level=debug msg="Initializing event backend journald" time="2026-07-21T18:03:34-04:00" level=debug msg="[graphdriver] trying provided driver \"overlay\"" time="2026-07-21T18:03:34-04:00" level=debug msg="overlay: imagestore=/usr/lib/containers/storage" time="2026-07-21T18:03:34-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-21T18:03:34-04:00" level=debug msg="Cached value indicated that overlay is supported" time="2026-07-21T18:03:34-04:00" level=debug msg="Cached value indicated that metacopy is being used" time="2026-07-21T18:03:34-04:00" level=debug msg="Cached value indicated that native-diff is not being used" time="2026-07-21T18:03:34-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-21T18:03:34-04:00" level=debug msg="backingFs=xfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=true" time="2026-07-21T18:03:34-04:00" level=debug msg="Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument" time="2026-07-21T18:03:34-04:00" level=debug msg="Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument" time="2026-07-21T18:03:34-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-21T18:03:34-04:00" level=debug msg="Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument" time="2026-07-21T18:03:34-04:00" level=debug msg="Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument" time="2026-07-21T18:03:34-04:00" level=debug msg="Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument" time="2026-07-21T18:03:34-04:00" level=debug msg="Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument" time="2026-07-21T18:03:34-04:00" level=debug msg="Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument" time="2026-07-21T18:03:34-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-21T18:03:34-04:00" level=debug msg="Using OCI runtime \"/usr/bin/crun\"" time="2026-07-21T18:03:34-04:00" level=debug msg="Successfully loaded network podman-default-kube-network: &{podman-default-kube-network 40192b92e341def2293e8302edfe7f707ae6d9a1aa419543f41c1b7bb63990b2 bridge podman1 2026-07-21 21:59:46.938457581 +0000 UTC [{{{10.89.0.0 ffffff00}} 10.89.0.1 }] [] false false true [] map[] map[] map[driver:host-local]}" time="2026-07-21T18:03:34-04:00" level=debug msg="Successfully loaded 2 networks" time="2026-07-21T18:03:34-04:00" level=debug msg="Pod using bridge network mode" time="2026-07-21T18:03:34-04:00" level=debug msg="Created cgroup path machine.slice/machine-libpod_pod_8d2c4e6c5cb974fb6fb22f5a7a18f81259529ab46f7724756f08cc59e511689c.slice for parent machine.slice and name libpod_pod_8d2c4e6c5cb974fb6fb22f5a7a18f81259529ab46f7724756f08cc59e511689c" time="2026-07-21T18:03:34-04:00" level=debug msg="Created cgroup machine.slice/machine-libpod_pod_8d2c4e6c5cb974fb6fb22f5a7a18f81259529ab46f7724756f08cc59e511689c.slice" time="2026-07-21T18:03:34-04:00" level=debug msg="Got pod cgroup as machine.slice/machine-libpod_pod_8d2c4e6c5cb974fb6fb22f5a7a18f81259529ab46f7724756f08cc59e511689c.slice" time="2026-07-21T18:03:34-04:00" level=debug msg="Shutting down engines" time="2026-07-21T18:03:34-04:00" level=info msg="Received shutdown.Stop(), terminating!" PID=56288 TASK [fedora.linux_system_roles.podman : Reload systemctl] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Tuesday 21 July 2026 18:03:34 -0400 (0:00:00.508) 0:05:03.864 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Tuesday 21 July 2026 18:03:34 -0400 (0:00:00.033) 0:05:03.898 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Tuesday 21 July 2026 18:03:34 -0400 (0:00:00.033) 0:05:03.931 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Tuesday 21 July 2026 18:03:34 -0400 (0:00:00.039) 0:05:03.970 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.045) 0:05:04.016 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.051) 0:05:04.067 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.058) 0:05:04.125 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.039) 0:05:04.165 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.033) 0:05:04.199 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.048) 0:05:04.247 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.407) 0:05:04.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.030) 0:05:04.686 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.032) 0:05:04.719 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.050) 0:05:04.770 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.048) 0:05:04.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.066) 0:05:04.884 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.054) 0:05:04.939 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:03:35 -0400 (0:00:00.045) 0:05:04.985 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:03:36 -0400 (0:00:00.047) 0:05:05.032 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:03:36 -0400 (0:00:00.031) 0:05:05.064 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:03:36 -0400 (0:00:00.030) 0:05:05.094 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:2 Tuesday 21 July 2026 18:03:36 -0400 (0:00:00.069) 0:05:05.164 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:03:36 -0400 (0:00:00.152) 0:05:05.316 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:03:36 -0400 (0:00:00.027) 0:05:05.344 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:03:36 -0400 (0:00:00.027) 0:05:05.372 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:9 Tuesday 21 July 2026 18:03:36 -0400 (0:00:00.028) 0:05:05.401 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_volumes": [ "/tmp/lsr_wugen3va_podman/httpd3", "/tmp/lsr_wugen3va_podman/httpd3-create" ] }, "changed": false } TASK [fedora.linux_system_roles.podman : Create host directories] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:20 Tuesday 21 July 2026 18:03:36 -0400 (0:00:00.057) 0:05:05.458 ********** ok: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd3) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_wugen3va_podman/httpd3", "mode": "0755", "owner": "root", "path": "/tmp/lsr_wugen3va_podman/httpd3", "secontext": "system_u:object_r:container_file_t:s0:c137,c913", "size": 23, "state": "directory", "uid": 0 } ok: [managed-node2] => (item=/tmp/lsr_wugen3va_podman/httpd3-create) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": "/tmp/lsr_wugen3va_podman/httpd3-create", "mode": "0755", "owner": "root", "path": "/tmp/lsr_wugen3va_podman/httpd3-create", "secontext": "system_u:object_r:container_file_t:s0:c137,c913", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.podman : Ensure container images are present] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:31 Tuesday 21 July 2026 18:03:37 -0400 (0:00:00.829) 0:05:06.288 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 Tuesday 21 July 2026 18:03:37 -0400 (0:00:00.046) 0:05:06.334 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:31 Tuesday 21 July 2026 18:03:38 -0400 (0:00:01.051) 0:05:07.385 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:44 Tuesday 21 July 2026 18:03:38 -0400 (0:00:00.025) 0:05:07.411 ********** ok: [managed-node2] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1784671352.1396973, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "781f938674201b356d9c6ca623fec972ccc54c37", "ctime": 1784671351.6596944, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 528482511, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784671351.3646924, "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": "2663731197", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:52 Tuesday 21 July 2026 18:03:38 -0400 (0:00:00.415) 0:05:07.826 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:62 Tuesday 21 July 2026 18:03:39 -0400 (0:00:00.398) 0:05:08.225 ********** ok: [managed-node2] => { "changed": false, "checksum": "781f938674201b356d9c6ca623fec972ccc54c37", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73 Tuesday 21 July 2026 18:03:39 -0400 (0:00:00.674) 0:05:08.899 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:82 Tuesday 21 July 2026 18:03:40 -0400 (0:00:00.520) 0:05:09.419 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:95 Tuesday 21 July 2026 18:03:40 -0400 (0:00:00.054) 0:05:09.474 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 Tuesday 21 July 2026 18:03:40 -0400 (0:00:00.054) 0:05:09.528 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:123 Tuesday 21 July 2026 18:03:40 -0400 (0:00:00.041) 0:05:09.569 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_play_info is changed or __podman_copy is changed", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Handle Quadlet specifications] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 21 July 2026 18:03:40 -0400 (0:00:00.038) 0:05:09.607 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Tuesday 21 July 2026 18:03:40 -0400 (0:00:00.028) 0:05:09.636 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Tuesday 21 July 2026 18:03:40 -0400 (0:00:00.034) 0:05:09.671 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Tuesday 21 July 2026 18:03:40 -0400 (0:00:00.027) 0:05:09.698 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Tuesday 21 July 2026 18:03:40 -0400 (0:00:00.021) 0:05:09.719 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Tuesday 21 July 2026 18:03:40 -0400 (0:00:00.022) 0:05:09.742 ********** ok: [managed-node2] => { "changed": false } TASK [Check if pods are running] *********************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:384 Tuesday 21 July 2026 18:03:41 -0400 (0:00:00.411) 0:05:10.154 ********** 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.084044", "end": "2026-07-21 18:03:41.662965", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-21 18:03:41.578921" } 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.034599", "end": "2026-07-21 18:03:42.079283", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-21 18:03:42.044684" } 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.034154", "end": "2026-07-21 18:03:42.510437", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-21 18:03:42.476283" } STDOUT: Running TASK [Check Services] ********************************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:395 Tuesday 21 July 2026 18:03:42 -0400 (0:00:01.520) 0:05:11.675 ********** 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.012292", "end": "2026-07-21 18:03:43.117990", "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 0, "start": "2026-07-21 18:03:43.105698" } 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.014705", "end": "2026-07-21 18:03:43.526225", "item": [ "httpd2", "root", 0 ], "rc": 0, "start": "2026-07-21 18:03:43.511520" } 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.014950", "end": "2026-07-21 18:03:43.909072", "item": [ "httpd3", "root", 0 ], "rc": 0, "start": "2026-07-21 18:03:43.894122" } 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:412 Tuesday 21 July 2026 18:03:43 -0400 (0:00:01.289) 0:05:12.964 ********** 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": "Tue, 21 Jul 2026 22:03:44 GMT", "elapsed": 0, "failed_when_result": false, "item": 15001, "last_modified": "Tue, 21 Jul 2026 21:58:37 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": "Tue, 21 Jul 2026 22:03:44 GMT", "elapsed": 0, "failed_when_result": false, "item": 15002, "last_modified": "Tue, 21 Jul 2026 21:58:38 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": "Tue, 21 Jul 2026 22:03:45 GMT", "elapsed": 0, "failed_when_result": false, "item": 15003, "last_modified": "Tue, 21 Jul 2026 21:58:38 GMT", "redirected": false, "status": 200, "url": "http://localhost:15003/index.txt" } MSG: OK (3 bytes) TASK [Remove pods and units] *************************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:424 Tuesday 21 July 2026 18:03:45 -0400 (0:00:01.417) 0:05:14.381 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Tuesday 21 July 2026 18:03:45 -0400 (0:00:00.054) 0:05:14.436 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Tuesday 21 July 2026 18:03:45 -0400 (0:00:00.001) 0:05:14.438 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Tuesday 21 July 2026 18:03:45 -0400 (0:00:00.024) 0:05:14.462 ********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 21 July 2026 18:03:45 -0400 (0:00:00.062) 0:05:14.524 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 21 July 2026 18:03:45 -0400 (0:00:00.027) 0:05:14.552 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Tuesday 21 July 2026 18:03:46 -0400 (0:00:00.612) 0:05:15.165 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Tuesday 21 July 2026 18:03:46 -0400 (0:00:00.394) 0:05:15.559 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Tuesday 21 July 2026 18:03:46 -0400 (0:00:00.036) 0:05:15.596 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Tuesday 21 July 2026 18:03:46 -0400 (0:00:00.027) 0:05:15.624 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Tuesday 21 July 2026 18:03:46 -0400 (0:00:00.026) 0:05:15.650 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Tuesday 21 July 2026 18:03:46 -0400 (0:00:00.024) 0:05:15.675 ********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Tuesday 21 July 2026 18:03:46 -0400 (0:00:00.058) 0:05:15.734 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Tuesday 21 July 2026 18:03:46 -0400 (0:00:00.025) 0:05:15.760 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Tuesday 21 July 2026 18:03:46 -0400 (0:00:00.025) 0:05:15.786 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 21 July 2026 18:03:46 -0400 (0:00:00.022) 0:05:15.808 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 21 July 2026 18:03:47 -0400 (0:00:01.013) 0:05:16.821 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 21 July 2026 18:03:47 -0400 (0:00:00.039) 0:05:16.861 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 21 July 2026 18:03:47 -0400 (0:00:00.048) 0:05:16.910 ********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 21 July 2026 18:03:47 -0400 (0:00:00.039) 0:05:16.949 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.039) 0:05:16.988 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.040) 0:05:17.028 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.023456", "end": "2026-07-21 18:03:48.408996", "rc": 0, "start": "2026-07-21 18:03:48.385540" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.433) 0:05:17.462 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.027) 0:05:17.489 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.026) 0:05:17.515 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.026) 0:05:17.541 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.013) 0:05:17.555 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.035) 0:05:17.591 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.027) 0:05:17.619 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.024) 0:05:17.643 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:03:48 -0400 (0:00:00.070) 0:05:17.713 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.395) 0:05:18.109 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.033) 0:05:18.142 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.047) 0:05:18.190 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.413) 0:05:18.603 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.042) 0:05:18.645 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.042) 0:05:18.687 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.044) 0:05:18.732 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.041) 0:05:18.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 : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.042) 0:05:18.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 subuid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.042) 0:05:18.859 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.043) 0:05:18.902 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Tuesday 21 July 2026 18:03:49 -0400 (0:00:00.033) 0:05:18.936 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.069) 0:05:19.005 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.153) 0:05:19.159 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.023) 0:05:19.183 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.023) 0:05:19.206 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.053) 0:05:19.260 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.039) 0:05:19.299 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.034) 0:05:19.334 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.061) 0:05:19.395 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.027) 0:05:19.423 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.027) 0:05:19.450 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.075) 0:05:19.525 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.028) 0:05:19.554 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.024) 0:05:19.578 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.026) 0:05:19.604 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.025) 0:05:19.629 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.028) 0:05:19.658 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.032) 0:05:19.691 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.030) 0:05:19.721 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.021) 0:05:19.742 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.025) 0:05:19.768 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.064) 0:05:19.833 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.025) 0:05:19.858 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:03:50 -0400 (0:00:00.070) 0:05:19.929 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:03:51 -0400 (0:00:00.388) 0:05:20.318 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:03:51 -0400 (0:00:00.034) 0:05:20.352 ********** 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.005814", "end": "2026-07-21 18:03:51.794716", "rc": 0, "start": "2026-07-21 18:03:51.788902" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:03:51 -0400 (0:00:00.503) 0:05:20.856 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:03:52 -0400 (0:00:00.229) 0:05:21.085 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:03:52 -0400 (0:00:00.395) 0:05:21.480 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:03:52 -0400 (0:00:00.031) 0:05:21.511 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005820", "end": "2026-07-21 18:03:52.981801", "rc": 0, "start": "2026-07-21 18:03:52.975981" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:03:53 -0400 (0:00:00.531) 0:05:22.043 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:03:53 -0400 (0:00:00.218) 0:05:22.261 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:03:53 -0400 (0:00:00.035) 0:05:22.297 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:03:53 -0400 (0:00:00.028) 0:05:22.325 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005751", "end": "2026-07-21 18:03:53.740488", "rc": 0, "start": "2026-07-21 18:03:53.734737" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:03:53 -0400 (0:00:00.460) 0:05:22.786 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Tuesday 21 July 2026 18:03:53 -0400 (0:00:00.160) 0:05:22.946 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.098) 0:05:23.045 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.039) 0:05:23.084 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.126) 0:05:23.210 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.039) 0:05:23.249 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.036) 0:05:23.286 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.031) 0:05:23.318 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.134) 0:05:23.452 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.028) 0:05:23.481 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.021) 0:05:23.502 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.021) 0:05:23.523 ********** 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_wugen3va_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.071) 0:05:23.595 ********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.020) 0:05:23.615 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.025) 0:05:23.641 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.196) 0:05:23.837 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.068) 0:05:23.906 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:03:54 -0400 (0:00:00.064) 0:05:23.971 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:03:55 -0400 (0:00:00.409) 0:05:24.380 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:03:55 -0400 (0:00:00.049) 0:05:24.430 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:03:55 -0400 (0:00:00.063) 0:05:24.494 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:03:55 -0400 (0:00:00.417) 0:05:24.912 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004358", "end": "2026-07-21 18:03:56.293991", "rc": 0, "start": "2026-07-21 18:03:56.289633" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:03:56 -0400 (0:00:00.429) 0:05:25.341 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004198", "end": "2026-07-21 18:03:56.690464", "rc": 0, "start": "2026-07-21 18:03:56.686266" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:03:56 -0400 (0:00:00.406) 0:05:25.748 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:03:56 -0400 (0:00:00.069) 0:05:25.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:03:56 -0400 (0:00:00.029) 0:05:25.847 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:03:56 -0400 (0:00:00.026) 0:05:25.873 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:03:56 -0400 (0:00:00.027) 0:05:25.901 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:03:56 -0400 (0:00:00.025) 0:05:25.927 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:03:56 -0400 (0:00:00.026) 0:05:25.953 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:03:56 -0400 (0:00:00.028) 0:05:25.982 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 21 July 2026 18:03:57 -0400 (0:00:00.059) 0:05:26.041 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671302.515379, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1784671311.889441, "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": 1784671311.889441, "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 21 July 2026 18:03:57 -0400 (0:00:00.410) 0:05:26.451 ********** 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": "Tue 2026-07-21 18:02:04 EDT", "ActiveEnterTimestampMonotonic": "375640290", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target network-online.target \"app-podman\\\\x2dkube.slice\" run-user-3001.mount -.mount", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 18:01:54 EDT", "AssertTimestampMonotonic": "364987889", "Before": "shutdown.target default.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "365249000", "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": "Tue 2026-07-21 18:01:54 EDT", "ConditionTimestampMonotonic": "364987886", "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": "6613", "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": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "41765", "ExecMainStartTimestamp": "Tue 2026-07-21 18:02:04 EDT", "ExecMainStartTimestampMonotonic": "375390001", "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=[Tue 2026-07-21 18:01:54 EDT] ; stop_time=[n/a] ; pid=41714 ; 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=[Tue 2026-07-21 18:01:54 EDT] ; stop_time=[n/a] ; pid=41714 ; 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": "Tue 2026-07-21 18:01:54 EDT", "InactiveExitTimestampMonotonic": "364989142", "InvocationID": "93111ba031fb486f81abc2d5e777999a", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "41765", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3554435072", "MemoryCurrent": "33738752", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "54775808", "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": "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", "StateChangeTimestamp": "Tue 2026-07-21 18:02:04 EDT", "StateChangeTimestampMonotonic": "375640290", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Tuesday 21 July 2026 18:04:08 -0400 (0:00:11.112) 0:05:37.563 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671311.5764391, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "a37e67d1b4e7c4f445321cbb7c1e633a75794990", "ctime": 1784671310.9778981, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 3001, "gr_name": "podman_basic_user", "inode": 184549581, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784671310.6914334, "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": "1761376305", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Tuesday 21 July 2026 18:04:08 -0400 (0:00:00.412) 0:05:37.976 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 21 July 2026 18:04:09 -0400 (0:00:00.620) 0:05:38.596 ********** 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.046134", "end": "2026-07-21 18:04:10.096662", "rc": 0, "start": "2026-07-21 18:04:10.050528" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: testfile1 TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Tuesday 21 July 2026 18:04:10 -0400 (0:00:00.569) 0:05:39.165 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Tuesday 21 July 2026 18:04:10 -0400 (0:00:00.423) 0:05:39.589 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Tuesday 21 July 2026 18:04:10 -0400 (0:00:00.037) 0:05:39.627 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:04:10 -0400 (0:00:00.042) 0:05:39.669 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:04:10 -0400 (0:00:00.035) 0:05:39.704 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:04:10 -0400 (0:00:00.028) 0:05:39.733 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:04:10 -0400 (0:00:00.033) 0:05:39.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 : Set per-container image variables] **** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:04:10 -0400 (0:00:00.022) 0:05:39.788 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:04:10 -0400 (0:00:00.041) 0:05:39.830 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:04:10 -0400 (0:00:00.041) 0:05:39.871 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:04:11 -0400 (0:00:00.412) 0:05:40.284 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:04:11 -0400 (0:00:00.028) 0:05:40.313 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:04:11 -0400 (0:00:00.044) 0:05:40.358 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:04:11 -0400 (0:00:00.404) 0:05:40.762 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:04:11 -0400 (0:00:00.031) 0:05:40.794 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:04:11 -0400 (0:00:00.033) 0:05:40.827 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:04:11 -0400 (0:00:00.029) 0:05:40.856 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:04:11 -0400 (0:00:00.024) 0:05:40.880 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:04:11 -0400 (0:00:00.025) 0:05:40.906 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:04:12 -0400 (0:00:00.123) 0:05:41.029 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:04:12 -0400 (0:00:00.029) 0:05:41.059 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:04:12 -0400 (0:00:00.042) 0:05:41.101 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:04:12 -0400 (0:00:00.040) 0:05:41.142 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 21 July 2026 18:04:12 -0400 (0:00:00.068) 0:05:41.211 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 21 July 2026 18:04:12 -0400 (0:00:00.026) 0:05:41.238 ********** 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": "Tue 2026-07-21 18:02:26 EDT", "ActiveEnterTimestampMonotonic": "397322898", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target network-online.target \"system-podman\\\\x2dkube.slice\" basic.target -.mount systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 18:02:15 EDT", "AssertTimestampMonotonic": "386587246", "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": "337893000", "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": "Tue 2026-07-21 18:02:15 EDT", "ConditionTimestampMonotonic": "386587245", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd2.yml.service", "ControlGroupId": "8085", "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": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd2.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "44055", "ExecMainStartTimestamp": "Tue 2026-07-21 18:02:26 EDT", "ExecMainStartTimestampMonotonic": "397060000", "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": "Tue 2026-07-21 18:02:15 EDT", "InactiveExitTimestampMonotonic": "386588612", "InvocationID": "c1e888978ce3493baf44da65196330f5", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "44055", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2926657536", "MemoryCurrent": "2228224", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "24064000", "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 \"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", "StateChangeTimestamp": "Tue 2026-07-21 18:02:26 EDT", "StateChangeTimestampMonotonic": "397322898", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Tuesday 21 July 2026 18:04:23 -0400 (0:00:11.213) 0:05:52.451 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671332.9145749, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "9b0fa2dc1afe776d7245cd6f588fe0351f7f1c90", "ctime": 1784671332.3885715, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 33554652, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784671332.0955696, "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": "1483043092", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Tuesday 21 July 2026 18:04:23 -0400 (0:00:00.405) 0:05:52.856 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 21 July 2026 18:04:24 -0400 (0:00:00.525) 0:05:53.381 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.027232", "end": "2026-07-21 18:04:24.774740", "rc": 0, "start": "2026-07-21 18:04:24.747508" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Tuesday 21 July 2026 18:04:24 -0400 (0:00:00.446) 0:05:53.828 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.394) 0:05:54.222 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.037) 0:05:54.260 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.040) 0:05:54.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.027) 0:05:54.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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.025) 0:05:54.354 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.025) 0:05:54.380 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.024) 0:05:54.404 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.044) 0:05:54.448 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.045) 0:05:54.494 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.047) 0:05:54.541 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.048) 0:05:54.590 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:04:25 -0400 (0:00:00.067) 0:05:54.657 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.431) 0:05:55.089 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.027) 0:05:55.116 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.029) 0:05:55.146 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.026) 0:05:55.172 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.024) 0:05:55.197 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.025) 0:05:55.222 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.027) 0:05:55.250 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.030) 0:05:55.280 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.037) 0:05:55.318 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.039) 0:05:55.358 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.077) 0:05:55.436 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 21 July 2026 18:04:26 -0400 (0:00:00.028) 0:05:55.464 ********** 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": "Tue 2026-07-21 18:02:45 EDT", "ActiveEnterTimestampMonotonic": "416125729", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "\"system-podman\\\\x2dkube.slice\" basic.target network-online.target systemd-journald.socket -.mount sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Tue 2026-07-21 18:02:34 EDT", "AssertTimestampMonotonic": "405579941", "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": "312942000", "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": "Tue 2026-07-21 18:02:34 EDT", "ConditionTimestampMonotonic": "405579937", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/system-podman\\x2dkube.slice/podman-kube@-etc-containers-ansible\\x2dkubernetes.d-httpd3.yml.service", "ControlGroupId": "9417", "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": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "Environment": "\"PODMAN_SYSTEMD_UNIT=podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "0", "ExecMainPID": "46143", "ExecMainStartTimestamp": "Tue 2026-07-21 18:02:45 EDT", "ExecMainStartTimestampMonotonic": "415950000", "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": "Tue 2026-07-21 18:02:34 EDT", "InactiveExitTimestampMonotonic": "405581949", "InvocationID": "861b0c1b95774be791b99b033de8d190", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "46143", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "2929307648", "MemoryCurrent": "2162688", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "24281088", "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": "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", "StateChangeTimestamp": "Tue 2026-07-21 18:02:45 EDT", "StateChangeTimestampMonotonic": "416125729", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Tuesday 21 July 2026 18:04:37 -0400 (0:00:11.260) 0:06:06.725 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671352.1396973, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "781f938674201b356d9c6ca623fec972ccc54c37", "ctime": 1784671351.6596944, "dev": 66306, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 528482511, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0644", "mtime": 1784671351.3646924, "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": "2663731197", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Tuesday 21 July 2026 18:04:38 -0400 (0:00:00.422) 0:06:07.148 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 21 July 2026 18:04:38 -0400 (0:00:00.536) 0:06:07.684 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "podman", "kube", "down", "--force", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.038576", "end": "2026-07-21 18:04:39.074120", "rc": 0, "start": "2026-07-21 18:04:39.035544" } STDOUT: Pods stopped: Pods removed: Secrets removed: Volumes removed: testfile3 TASK [fedora.linux_system_roles.podman : Remove kubernetes yaml file] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.443) 0:06:08.128 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.398) 0:06:08.526 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.031) 0:06:08.557 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.047) 0:06:08.605 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.040) 0:06:08.646 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.142) 0:06:08.789 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.029) 0:06:08.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 : Handle Quadlet specifications] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.024) 0:06:08.843 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.020) 0:06:08.864 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.027) 0:06:08.891 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Tuesday 21 July 2026 18:04:39 -0400 (0:00:00.082) 0:06:08.974 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Tuesday 21 July 2026 18:04:40 -0400 (0:00:00.410) 0:06:09.385 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Tuesday 21 July 2026 18:04:40 -0400 (0:00:00.031) 0:06:09.416 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671302.515379, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1784671311.889441, "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": 1784671311.889441, "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Tuesday 21 July 2026 18:04:40 -0400 (0:00:00.416) 0:06:09.833 ********** ok: [managed-node2] => { "changed": false, "containers": [] } TASK [fedora.linux_system_roles.podman : Gather facts for networks] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Tuesday 21 July 2026 18:04:41 -0400 (0:00:00.622) 0:06:10.456 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "network", "ls", "-q" ], "delta": "0:00:00.040595", "end": "2026-07-21 18:04:41.909464", "rc": 0, "start": "2026-07-21 18:04:41.868869" } STDOUT: podman podman-default-kube-network TASK [fedora.linux_system_roles.podman : Gather secrets] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Tuesday 21 July 2026 18:04:41 -0400 (0:00:00.512) 0:06:10.968 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "secret", "ls", "-n", "-q" ], "delta": "0:00:00.040148", "end": "2026-07-21 18:04:42.425306", "rc": 0, "start": "2026-07-21 18:04:42.385158" } TASK [fedora.linux_system_roles.podman : Cancel linger if no more resources are in use] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:51 Tuesday 21 July 2026 18:04:42 -0400 (0:00:00.520) 0:06:11.489 ********** changed: [managed-node2] => { "changed": true, "cmd": [ "loginctl", "disable-linger", "podman_basic_user" ], "delta": "0:00:00.007611", "end": "2026-07-21 18:04:42.867883", "rc": 0, "start": "2026-07-21 18:04:42.860272" } TASK [fedora.linux_system_roles.podman : Wait for user session to exit closing state] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 Tuesday 21 July 2026 18:04:42 -0400 (0:00:00.464) 0:06:11.953 ********** 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.006618", "end": "2026-07-21 18:04:55.232419", "failed_when_result": false, "rc": 1, "start": "2026-07-21 18:04:55.225801" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:83 Tuesday 21 July 2026 18:04:55 -0400 (0:00:12.345) 0:06:24.299 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:88 Tuesday 21 July 2026 18:04:55 -0400 (0:00:00.044) 0:06:24.343 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:99 Tuesday 21 July 2026 18:04:55 -0400 (0:00:00.044) 0:06:24.388 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Tuesday 21 July 2026 18:04:55 -0400 (0:00:00.041) 0:06:24.429 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Tuesday 21 July 2026 18:04:55 -0400 (0:00:00.028) 0:06:24.457 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Tuesday 21 July 2026 18:04:55 -0400 (0:00:00.034) 0:06:24.492 ********** ok: [managed-node2] => { "changed": false } TASK [Check that pods are not running] ***************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:436 Tuesday 21 July 2026 18:04:55 -0400 (0:00:00.405) 0:06:24.897 ********** ok: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "podman", "pod", "exists", "httpd1" ], "delta": "0:00:00.026908", "end": "2026-07-21 18:04:56.341458", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 125, "start": "2026-07-21 18:04:56.314550" } STDERR: time="2026-07-21T18:04:56-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.036179", "end": "2026-07-21 18:04:56.802270", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2026-07-21 18:04:56.766091" } 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.028964", "end": "2026-07-21 18:04:57.189677", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2026-07-21 18:04:57.160713" } MSG: non-zero return code TASK [Check Services should be absent] ***************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:449 Tuesday 21 July 2026 18:04:57 -0400 (0:00:01.342) 0:06:26.239 ********** 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.008755", "end": "2026-07-21 18:04:57.707844", "failed_when_result": false, "item": [ "httpd1", "podman_basic_user", 3001 ], "rc": 1, "start": "2026-07-21 18:04:57.699089" } 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.014580", "end": "2026-07-21 18:04:58.095746", "failed_when_result": false, "item": [ "httpd2", "root", 0 ], "rc": 1, "start": "2026-07-21 18:04:58.081166" } 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.013798", "end": "2026-07-21 18:04:58.498758", "failed_when_result": false, "item": [ "httpd3", "root", 0 ], "rc": 1, "start": "2026-07-21 18:04:58.484960" } MSG: non-zero return code TASK [Ensure no linger] ******************************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:468 Tuesday 21 July 2026 18:04:58 -0400 (0:00:01.318) 0:06:27.558 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:476 Tuesday 21 July 2026 18:04:59 -0400 (0:00:00.436) 0:06:27.994 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:9 Tuesday 21 July 2026 18:04:59 -0400 (0:00:00.041) 0:06:28.035 ********** META: facts cleared TASK [Run the role] ************************************************************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:23 Tuesday 21 July 2026 18:04:59 -0400 (0:00:00.001) 0:06:28.037 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tasks/run_role_with_clear_facts.yml:33 Tuesday 21 July 2026 18:04:59 -0400 (0:00:00.021) 0:06:28.058 ********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Tuesday 21 July 2026 18:04:59 -0400 (0:00:00.059) 0:06:28.118 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Tuesday 21 July 2026 18:04:59 -0400 (0:00:00.027) 0:06:28.145 ********** ok: [managed-node2] TASK [fedora.linux_system_roles.podman : Record role begin fingerprint] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:8 Tuesday 21 July 2026 18:04:59 -0400 (0:00:00.591) 0:06:28.737 ********** ok: [managed-node2] => { "changed": false } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:17 Tuesday 21 July 2026 18:05:00 -0400 (0:00:00.377) 0:06:29.115 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:22 Tuesday 21 July 2026 18:05:00 -0400 (0:00:00.022) 0:06:29.137 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:29 Tuesday 21 July 2026 18:05:00 -0400 (0:00:00.023) 0:06:29.161 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:34 Tuesday 21 July 2026 18:05:00 -0400 (0:00:00.023) 0:06:29.184 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:38 Tuesday 21 July 2026 18:05:00 -0400 (0:00:00.020) 0:06:29.204 ********** ok: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_facts": { "__podman_packages": [ "podman", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:58 Tuesday 21 July 2026 18:05:00 -0400 (0:00:00.049) 0:06:29.254 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:66 Tuesday 21 July 2026 18:05:00 -0400 (0:00:00.021) 0:06:29.276 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:71 Tuesday 21 July 2026 18:05:00 -0400 (0:00:00.024) 0:06:29.301 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Tuesday 21 July 2026 18:05:00 -0400 (0:00:00.026) 0:06:29.328 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Tuesday 21 July 2026 18:05:01 -0400 (0:00:00.992) 0:06:30.320 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Tuesday 21 July 2026 18:05:01 -0400 (0:00:00.024) 0:06:30.344 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:28 Tuesday 21 July 2026 18:05:01 -0400 (0:00:00.030) 0:06:30.374 ********** skipping: [managed-node2] => { "false_condition": "__podman_is_transactional | d(false)" } TASK [fedora.linux_system_roles.podman : Reboot transactional update systems] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:33 Tuesday 21 July 2026 18:05:01 -0400 (0:00:00.023) 0:06:30.398 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:38 Tuesday 21 July 2026 18:05:01 -0400 (0:00:00.025) 0:06:30.424 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:46 Tuesday 21 July 2026 18:05:01 -0400 (0:00:00.023) 0:06:30.448 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "podman", "--version" ], "delta": "0:00:00.022927", "end": "2026-07-21 18:05:01.801324", "rc": 0, "start": "2026-07-21 18:05:01.778397" } STDOUT: podman version 6.0.1 TASK [fedora.linux_system_roles.podman : Set podman version] ******************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:52 Tuesday 21 July 2026 18:05:01 -0400 (0:00:00.410) 0:06:30.858 ********** ok: [managed-node2] => { "ansible_facts": { "podman_version": "6.0.1" }, "changed": false } TASK [fedora.linux_system_roles.podman : Podman package version must be 4.2 or later] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:56 Tuesday 21 July 2026 18:05:01 -0400 (0:00:00.043) 0:06:30.902 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:63 Tuesday 21 July 2026 18:05:01 -0400 (0:00:00.033) 0:06:30.935 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:73 Tuesday 21 July 2026 18:05:02 -0400 (0:00:00.141) 0:06:31.076 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:80 Tuesday 21 July 2026 18:05:02 -0400 (0:00:00.013) 0:06:31.090 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:96 Tuesday 21 July 2026 18:05:02 -0400 (0:00:00.033) 0:06:31.124 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:109 Tuesday 21 July 2026 18:05:02 -0400 (0:00:00.023) 0:06:31.147 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:119 Tuesday 21 July 2026 18:05:02 -0400 (0:00:00.024) 0:06:31.172 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:05:02 -0400 (0:00:00.046) 0:06:31.219 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:05:02 -0400 (0:00:00.393) 0:06:31.613 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not ansible_facts[\"getent_passwd\"][__podman_handle_user]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set group for podman user] ************ task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:05:02 -0400 (0:00:00.045) 0:06:31.659 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:05:02 -0400 (0:00:00.075) 0:06:31.734 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.434) 0:06:32.168 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.026) 0:06:32.195 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.026) 0:06:32.221 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.029) 0:06:32.251 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.026) 0:06:32.277 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.025) 0:06:32.303 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.025) 0:06:32.328 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.027) 0:06:32.355 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:125 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.025) 0:06:32.381 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:136 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.056) 0:06:32.437 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:5 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.046) 0:06:32.483 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_container_conf_d.yml:13 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.025) 0:06:32.508 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:139 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.024) 0:06:32.533 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:5 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.047) 0:06:32.580 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_registries_conf_d.yml:13 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.024) 0:06:32.604 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:142 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.024) 0:06:32.629 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:7 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.047) 0:06:32.677 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_storage_conf.yml:15 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.023) 0:06:32.700 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:145 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.022) 0:06:32.723 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:8 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.057) 0:06:32.780 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:16 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.033) 0:06:32.814 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:21 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.023) 0:06:32.837 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_policy_json.yml:27 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.025) 0:06:32.863 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:151 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.023) 0:06:32.886 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:158 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.024) 0:06:32.911 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:165 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.024) 0:06:32.936 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_cancel_user_linger": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Handle certs.d files - present] ******* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:169 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.026) 0:06:32.962 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:178 Tuesday 21 July 2026 18:05:03 -0400 (0:00:00.020) 0:06:32.982 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:188 Tuesday 21 July 2026 18:05:04 -0400 (0:00:00.019) 0:06:33.002 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:32 Tuesday 21 July 2026 18:05:04 -0400 (0:00:00.048) 0:06:33.051 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_kube_specs_parsed": [] }, "changed": false } TASK [fedora.linux_system_roles.podman : Parse kube specs] ********************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_specs.yml:36 Tuesday 21 July 2026 18:05:04 -0400 (0:00:00.023) 0:06:33.074 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:05:04 -0400 (0:00:00.068) 0:06:33.142 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:05:04 -0400 (0:00:00.388) 0:06:33.531 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:05:04 -0400 (0:00:00.028) 0:06:33.560 ********** 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.005833", "end": "2026-07-21 18:05:04.979454", "rc": 0, "start": "2026-07-21 18:05:04.973621" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:05:05 -0400 (0:00:00.467) 0:06:34.028 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:05:05 -0400 (0:00:00.155) 0:06:34.183 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:05:05 -0400 (0:00:00.388) 0:06:34.572 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:05:05 -0400 (0:00:00.028) 0:06:34.600 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd2.yml" ], "delta": "0:00:00.005822", "end": "2026-07-21 18:05:06.014055", "rc": 0, "start": "2026-07-21 18:05:06.008233" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:05:06 -0400 (0:00:00.461) 0:06:35.061 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:6 Tuesday 21 July 2026 18:05:06 -0400 (0:00:00.376) 0:06:35.437 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:14 Tuesday 21 July 2026 18:05:06 -0400 (0:00:00.029) 0:06:35.466 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:27 Tuesday 21 July 2026 18:05:06 -0400 (0:00:00.027) 0:06:35.494 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "systemd-escape", "--template", "podman-kube@.service", "/etc/containers/ansible-kubernetes.d/httpd3.yml" ], "delta": "0:00:00.005695", "end": "2026-07-21 18:05:06.911540", "rc": 0, "start": "2026-07-21 18:05:06.905845" } 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/parse_kube_spec_item.yml:39 Tuesday 21 July 2026 18:05:06 -0400 (0:00:00.464) 0:06:35.959 ********** 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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:192 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.164) 0:06:36.124 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:4 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.077) 0:06:36.201 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:12 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.024) 0:06:36.225 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.073) 0:06:36.298 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.022) 0:06:36.320 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/resolve_kube_restart_spec.yml:4 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.020) 0:06:36.341 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:20 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.021) 0:06:36.362 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:28 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.021) 0:06:36.384 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:33 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.026) 0:06:36.411 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:42 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.019) 0:06:36.431 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:52 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.019) 0:06:36.451 ********** 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_wugen3va_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd1\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd1" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd2\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd2" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3'}}, {'name': 'create', 'hostPath': {'path': '/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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_wugen3va_podman/httpd3\n name: www\n - hostPath:\n path: /tmp/lsr_wugen3va_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_wugen3va_podman/httpd3" }, "name": "www" }, { "hostPath": { "path": "/tmp/lsr_wugen3va_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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/build_restart_map.yml:62 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.070) 0:06:36.521 ********** skipping: [managed-node2] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.podman : Handle secrets] *********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:198 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.020) 0:06:36.542 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:205 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.020) 0:06:36.562 ********** included: /tmp/collections-gXq/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-gXq/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-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.110) 0:06:36.673 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.041) 0:06:36.715 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:05:07 -0400 (0:00:00.038) 0:06:36.753 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:05:08 -0400 (0:00:00.389) 0:06:37.143 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:05:08 -0400 (0:00:00.029) 0:06:37.172 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "3001" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:05:08 -0400 (0:00:00.039) 0:06:37.212 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:05:08 -0400 (0:00:00.383) 0:06:37.596 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "podman_basic_user" ], "delta": "0:00:00.004130", "end": "2026-07-21 18:05:08.935355", "rc": 0, "start": "2026-07-21 18:05:08.931225" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Check with getsubids for user subgids] *** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:05:08 -0400 (0:00:00.385) 0:06:37.982 ********** ok: [managed-node2] => { "changed": false, "cmd": [ "getsubids", "-g", "podman_basic_user" ], "delta": "0:00:00.004354", "end": "2026-07-21 18:05:09.321939", "rc": 0, "start": "2026-07-21 18:05:09.317585" } STDOUT: 0: podman_basic_user 524288 65536 TASK [fedora.linux_system_roles.podman : Set user subuid and subgid info] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:05:09 -0400 (0:00:00.387) 0:06:38.369 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:05:09 -0400 (0:00:00.042) 0:06:38.411 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:05:09 -0400 (0:00:00.024) 0:06:38.436 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:05:09 -0400 (0:00:00.025) 0:06:38.461 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:05:09 -0400 (0:00:00.027) 0:06:38.488 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:05:09 -0400 (0:00:00.025) 0:06:38.514 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if no kube spec is given] ******** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:05:09 -0400 (0:00:00.025) 0:06:38.539 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:05:09 -0400 (0:00:00.024) 0:06:38.564 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 21 July 2026 18:05:09 -0400 (0:00:00.047) 0:06:38.611 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Stop and disable service] ************* task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 21 July 2026 18:05:10 -0400 (0:00:00.379) 0:06:38.991 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Tuesday 21 July 2026 18:05:10 -0400 (0:00:00.026) 0:06:39.018 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Tuesday 21 July 2026 18:05:10 -0400 (0:00:00.371) 0:06:39.389 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 21 July 2026 18:05:10 -0400 (0:00:00.026) 0:06:39.415 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Tuesday 21 July 2026 18:05:10 -0400 (0:00:00.026) 0:06:39.442 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Tuesday 21 July 2026 18:05:10 -0400 (0:00:00.380) 0:06:39.822 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Tuesday 21 July 2026 18:05:10 -0400 (0:00:00.133) 0:06:39.956 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:05:11 -0400 (0:00:00.048) 0:06:40.004 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:05:11 -0400 (0:00:00.027) 0:06:40.032 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:05:11 -0400 (0:00:00.028) 0:06:40.061 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:05:11 -0400 (0:00:00.034) 0:06:40.096 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:05:11 -0400 (0:00:00.023) 0:06:40.119 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:05:11 -0400 (0:00:00.040) 0:06:40.159 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:05:11 -0400 (0:00:00.042) 0:06:40.201 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:05:11 -0400 (0:00:00.389) 0:06:40.591 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:05:11 -0400 (0:00:00.031) 0:06:40.622 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:05:11 -0400 (0:00:00.041) 0:06:40.664 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.389) 0:06:41.054 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.026) 0:06:41.081 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.028) 0:06:41.109 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.026) 0:06:41.136 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subgid file] ********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.023) 0:06:41.160 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.022) 0:06:41.182 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_stat_getsubids.stat.exists", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Fail if user not in subuid file] ****** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.024) 0:06:41.207 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.024) 0:06:41.232 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.025) 0:06:41.257 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.025) 0:06:41.282 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.048) 0:06:41.331 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.022) 0:06:41.353 ********** 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": "\"system-podman\\\\x2dkube.slice\" basic.target -.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": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "2955759616", "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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Tuesday 21 July 2026 18:05:12 -0400 (0:00:00.557) 0:06:41.911 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Tuesday 21 July 2026 18:05:13 -0400 (0:00:00.382) 0:06:42.293 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 21 July 2026 18:05:13 -0400 (0:00:00.027) 0:06:42.321 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Tuesday 21 July 2026 18:05:13 -0400 (0:00:00.027) 0:06:42.349 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Tuesday 21 July 2026 18:05:13 -0400 (0:00:00.398) 0:06:42.747 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Tuesday 21 July 2026 18:05:13 -0400 (0:00:00.049) 0:06:42.797 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:05:13 -0400 (0:00:00.047) 0:06:42.845 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:05:13 -0400 (0:00:00.029) 0:06:42.874 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:05:13 -0400 (0:00:00.032) 0:06:42.906 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:05:13 -0400 (0:00:00.032) 0:06:42.939 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:3 Tuesday 21 July 2026 18:05:13 -0400 (0:00:00.027) 0:06:42.966 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:10 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.043) 0:06:43.009 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:10 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.046) 0:06:43.056 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:17 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.036) 0:06:43.093 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:24 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.034) 0:06:43.127 ********** ok: [managed-node2] => { "ansible_facts": { "__podman_group": "0" }, "changed": false } TASK [fedora.linux_system_roles.podman : See if getsubids exists] ************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:39 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.049) 0:06:43.177 ********** ok: [managed-node2] => { "changed": false, "stat": { "atime": 1784671157.922638, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 32, "charset": "binary", "checksum": "f1f42ce60ae0b00e0d29557882eb0c6cca8d5119", "ctime": 1784671150.8646748, "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": "3336824193", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:50 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.415) 0:06:43.593 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:55 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.026) 0:06:43.619 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:60 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.028) 0:06:43.648 ********** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_handle_user not in [\"root\", \"0\"]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Get subuid file] ********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:73 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.027) 0:06:43.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 : Get subgid file] ********************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:78 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.025) 0:06:43.701 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:83 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.023) 0:06:43.725 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:93 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.029) 0:06:43.755 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_user_group.yml:100 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.029) 0:06:43.784 ********** skipping: [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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:17 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.040) 0:06:43.825 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:26 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.040) 0:06:43.865 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:2 Tuesday 21 July 2026 18:05:14 -0400 (0:00:00.083) 0:06:43.949 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 Tuesday 21 July 2026 18:05:15 -0400 (0:00:00.038) 0:06:43.987 ********** 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": "systemd-journald.socket sysinit.target network-online.target basic.target -.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": "3608236032", "EffectiveMemoryMax": "3608236032", "EffectiveTasksMax": "21656", "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": "13535", "LimitNPROCSoft": "13535", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13535", "LimitSIGPENDINGSoft": "13535", "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": "2943385600", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "\"podman-kube@-etc-containers-ansible\\\\x2dkubernetes.d-httpd3.yml.service\"", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "all", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "\"system-podman\\\\x2dkube.slice\" 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": "21656", "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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:30 Tuesday 21 July 2026 18:05:15 -0400 (0:00:00.610) 0:06:44.598 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Remove pod/containers] **************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:40 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.405) 0:06:45.004 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:70 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.047) 0:06:45.051 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:86 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.043) 0:06:45.095 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:91 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.411) 0:06:45.507 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:102 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.139) 0:06:45.647 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:12 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.035) 0:06:45.682 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:17 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.025) 0:06:45.708 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/manage_linger.yml:21 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.026) 0:06:45.734 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_kube_spec.yml:30 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.024) 0:06:45.758 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:213 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.021) 0:06:45.780 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:220 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.018) 0:06:45.798 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:224 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.025) 0:06:45.824 ********** included: /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:4 Tuesday 21 July 2026 18:05:16 -0400 (0:00:00.073) 0:06:45.898 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:11 Tuesday 21 July 2026 18:05:17 -0400 (0:00:00.416) 0:06:46.315 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:16 Tuesday 21 July 2026 18:05:17 -0400 (0:00:00.035) 0:06:46.350 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Gather facts for containers] ********** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:21 Tuesday 21 July 2026 18:05:17 -0400 (0:00:00.387) 0:06:46.738 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:30 Tuesday 21 July 2026 18:05:17 -0400 (0:00:00.039) 0:06:46.777 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:40 Tuesday 21 July 2026 18:05:17 -0400 (0:00:00.040) 0:06:46.818 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:51 Tuesday 21 July 2026 18:05:17 -0400 (0:00:00.038) 0:06:46.856 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 Tuesday 21 July 2026 18:05:17 -0400 (0:00:00.036) 0:06:46.893 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:83 Tuesday 21 July 2026 18:05:17 -0400 (0:00:00.041) 0:06:46.934 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:88 Tuesday 21 July 2026 18:05:17 -0400 (0:00:00.042) 0:06:46.977 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:99 Tuesday 21 July 2026 18:05:18 -0400 (0:00:00.033) 0:06:47.010 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:231 Tuesday 21 July 2026 18:05:18 -0400 (0:00:00.029) 0:06:47.040 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:240 Tuesday 21 July 2026 18:05:18 -0400 (0:00:00.022) 0:06:47.063 ********** 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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:249 Tuesday 21 July 2026 18:05:18 -0400 (0:00:00.028) 0:06:47.091 ********** ok: [managed-node2] => { "changed": false } TASK [Clean up storage.conf] *************************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:509 Tuesday 21 July 2026 18:05:18 -0400 (0:00:00.400) 0:06:47.491 ********** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:516 Tuesday 21 July 2026 18:05:18 -0400 (0:00:00.407) 0:06:47.899 ********** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_wugen3va_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:523 Tuesday 21 July 2026 18:05:19 -0400 (0:00:00.436) 0:06:48.336 ********** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_tjc56ubn.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-21T22:00:16.413043+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-21T22:00:15.760137+00:00Z", "task_name": "Update containers/pods", "task_path": "/tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:73" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Tuesday 21 July 2026 18:05:19 -0400 (0:00:00.347) 0:06:48.683 ********** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 33.71s /tmp/collections-gXq/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.35s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cancel_linger.yml:63 fedora.linux_system_roles.podman : Start service ----------------------- 11.38s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/create_update_kube_spec.yml:108 fedora.linux_system_roles.podman : Start service ----------------------- 11.34s /tmp/collections-gXq/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.26s /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Start service ----------------------- 11.13s /tmp/collections-gXq/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.11s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/cleanup_kube_spec.yml:10 fedora.linux_system_roles.podman : Ensure container images are present --- 5.79s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 fedora.linux_system_roles.podman : Ensure container images are present --- 4.41s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 3.39s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:67 fedora.linux_system_roles.podman : Ensure container images are present --- 3.25s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/handle_images.yml:8 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.84s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.80s /tmp/collections-gXq/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-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.76s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.74s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.66s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:159 Gathering Facts --------------------------------------------------------- 2.40s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Create data files ------------------------------------------------------- 1.94s /tmp/collections-gXq/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:240